Uses of Class
org.infinispan.counter.api.CounterType
-
Packages that use CounterType Package Description org.infinispan.counter.api Clustered Counters API.org.infinispan.counter.util -
-
Uses of CounterType in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return CounterType Modifier and Type Method Description CounterType
CounterConfiguration. type()
static CounterType
CounterType. valueOf(int index)
Returns the enum constant of this type with the specified name.static CounterType
CounterType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CounterType[]
CounterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.counter.api with parameters of type CounterType Modifier and Type Method Description static CounterConfiguration.Builder
CounterConfiguration. builder(CounterType type)
-
Uses of CounterType in org.infinispan.counter.util
Methods in org.infinispan.counter.util that return CounterType Modifier and Type Method Description static CounterType
EncodeUtil. decodeType(byte flags)
Decodes theStorage
.
-