Uses of Class
org.infinispan.counter.api.Storage
-
Packages that use Storage Package Description org.infinispan.counter.api Clustered Counters API. -
-
Uses of Storage in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return Storage Modifier and Type Method Description StorageStorage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae. decode(int $1)StorageCounterConfiguration. storage()static StorageStorage. valueOf(int index)Returns the enum constant of this type with the specified name.static StorageStorage. valueOf(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 that return types with arguments of type Storage Modifier and Type Method Description Class<Storage>Storage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae. getJavaClass()Methods in org.infinispan.counter.api with parameters of type Storage Modifier and Type Method Description intStorage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae. encode(Storage $1)CounterConfiguration.BuilderCounterConfiguration.Builder. storage(Storage storage)Sets the storage mode of the counter.
-