Uses of Enum
org.infinispan.counter.api.Storage
Packages that use Storage
Package
Description
Clustered Counters API.
-
Uses of Storage in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return StorageModifier and TypeMethodDescriptionStorage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae.decode
(int $1) CounterConfiguration.storage()
static Storage
Storage.valueOf
(int index) Returns the enum constant of this type with the specified name.static Storage
Returns the enum constant of this type with the specified name.static Storage[]
Storage.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.counter.api that return types with arguments of type StorageModifier and TypeMethodDescriptionStorage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae.getJavaClass()
Methods in org.infinispan.counter.api with parameters of type Storage -
Uses of Storage in org.infinispan.counter.configuration
Methods in org.infinispan.counter.configuration that return StorageMethods in org.infinispan.counter.configuration with parameters of type Storage -
Uses of Storage in org.infinispan.counter.impl
Methods in org.infinispan.counter.impl with parameters of type StorageModifier and TypeMethodDescriptionstatic Param.PersistenceMode
Utils.getPersistenceMode
(Storage storage) -
Uses of Storage in org.infinispan.counter.util
Methods in org.infinispan.counter.util that return StorageModifier and TypeMethodDescriptionstatic Storage
EncodeUtil.decodeStorage
(byte flags) Decodes theCounterType
.