Uses of Enum Class
org.infinispan.counter.api.CounterType
-
Uses of CounterType in org.infinispan.counter.api
Modifier and TypeMethodDescriptionCounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5.decode
(int $1) CounterConfiguration.type()
static CounterType
CounterType.valueOf
(int index) Returns the enum constant of this class with the specified name.static CounterType
Returns the enum constant of this class with the specified name.static CounterType[]
CounterType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5.getJavaClass()
Modifier and TypeMethodDescriptionstatic CounterConfiguration.Builder
CounterConfiguration.builder
(CounterType type) int
CounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5.encode
(CounterType $1) -
Uses of CounterType in org.infinispan.counter.util
Modifier and TypeMethodDescriptionstatic CounterType
EncodeUtil.decodeType
(byte flags) Decodes theStorage
.