Uses of Class
org.infinispan.configuration.cache.StorageType
-
Packages that use StorageType Package Description org.infinispan.configuration.cache Cacheconfiguration -
-
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_TYPEMethods in org.infinispan.configuration.cache that return StorageType Modifier and Type Method Description StorageTypeMemoryConfiguration. storageType()Storage type to use for the data containerStorageTypeMemoryConfigurationBuilder. storageType()The underlying storage type for this configurationstatic StorageTypeStorageType. valueOf(java.lang.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 MemoryConfigurationBuilderMemoryConfigurationBuilder. storageType(StorageType storageType)Set theStorageTypeto determine how the data is stored in the data container.
-