Uses of Enum Class
org.infinispan.configuration.cache.StorageType
Packages that use StorageType
-
Uses of StorageType in org.infinispan.configuration.cache
Subclasses with type arguments of type StorageType in org.infinispan.configuration.cacheModifier and TypeClassDescriptionenumEnumeration defining the various storage types for the data container.Fields in org.infinispan.configuration.cache with type parameters of type StorageTypeModifier and TypeFieldDescriptionstatic final org.infinispan.commons.configuration.attributes.AttributeDefinition<StorageType> MemoryConfiguration.STORAGEMethods in org.infinispan.configuration.cache that return StorageTypeModifier and TypeMethodDescriptionstatic StorageTypeStorageType.forElement(String element) MemoryConfiguration.storage()Storage type to use for the data containerMemoryConfigurationBuilder.storage()The underlying storage type for this configurationstatic StorageTypeReturns the enum constant of this class with the specified name.static StorageType[]StorageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.configuration.cache with parameters of type StorageTypeModifier and TypeMethodDescriptionMemoryConfigurationBuilder.storage(StorageType storageType) Set theStorageTypeto determine how the data is stored in the data container.