Uses of Class
org.infinispan.configuration.cache.StorageType
-
Packages that use StorageType Package Description org.infinispan.configuration.cache Cache
configuration -
-
Uses of StorageType in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type StorageType Modifier and Type Field Description static AttributeDefinition<StorageType>
MemoryConfiguration. STORAGE_TYPE
Methods in org.infinispan.configuration.cache that return StorageType Modifier and Type Method Description StorageType
MemoryConfiguration. storageType()
Storage type to use for the data containerStorageType
MemoryConfigurationBuilder. storageType()
The underlying storage type for this configurationstatic StorageType
StorageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StorageType[]
StorageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.configuration.cache with parameters of type StorageType Modifier and Type Method Description MemoryConfigurationBuilder
MemoryConfigurationBuilder. storageType(StorageType storageType)
Set theStorageType
to determine how the data is stored in the data container.
-