Uses of Class
org.infinispan.counter.api.Storage
-
Packages that use Storage Package Description org.infinispan.counter.api Clustered Counters API.org.infinispan.counter.configuration org.infinispan.counter.util -
-
Uses of Storage in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return Storage Modifier and Type Method Description StorageCounterConfiguration. storage()static StorageStorage. valueOf(int index)Returns the enum constant of this type with the specified name.static StorageStorage. valueOf(java.lang.String name)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 with parameters of type Storage Modifier and Type Method Description CounterConfiguration.BuilderCounterConfiguration.Builder. storage(Storage storage)Sets the storage mode of the counter. -
Uses of Storage in org.infinispan.counter.configuration
Methods in org.infinispan.counter.configuration that return Storage Modifier and Type Method Description StorageAbstractCounterConfiguration. storage()Methods in org.infinispan.counter.configuration with parameters of type Storage Modifier and Type Method Description SCounterConfigurationBuilder. storage(Storage mode)Sets the counter's storage mode. -
Uses of Storage in org.infinispan.counter.util
Methods in org.infinispan.counter.util that return Storage Modifier and Type Method Description static StorageEncodeUtil. decodeStorage(byte flags)Decodes theCounterType.Methods in org.infinispan.counter.util with parameters of type Storage Modifier and Type Method Description static Param.PersistenceModeUtils. getPersistenceMode(Storage storage)
-