Uses of Enum Class
org.infinispan.counter.api.CounterType
Packages that use CounterType
-
Uses of CounterType in org.infinispan.counter.api
Subclasses with type arguments of type CounterType in org.infinispan.counter.apiClasses in org.infinispan.counter.api that implement interfaces with type arguments of type CounterTypeModifier and TypeClassDescriptionfinal classMethods in org.infinispan.counter.api that return CounterTypeModifier and TypeMethodDescriptionCounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5.decode(int $1) CounterConfiguration.type()static CounterTypeCounterType.valueOf(int index) Returns the enum constant of this class with the specified name.static CounterTypeReturns 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.Methods in org.infinispan.counter.api that return types with arguments of type CounterTypeModifier and TypeMethodDescriptionCounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5.getJavaClass()Methods in org.infinispan.counter.api with parameters of type CounterTypeModifier and TypeMethodDescriptionstatic CounterConfiguration.BuilderCounterConfiguration.builder(CounterType type) intCounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5.encode(CounterType $1) -
Uses of CounterType in org.infinispan.counter.util
Methods in org.infinispan.counter.util that return CounterTypeModifier and TypeMethodDescriptionstatic CounterTypeEncodeUtil.decodeType(byte flags) Decodes theStorage.