Uses of Enum Class
org.infinispan.configuration.cache.StorageType
Packages that use StorageType
-
Uses of StorageType in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type StorageTypeModifier and TypeFieldDescriptionstatic final AttributeDefinition<StorageType> MemoryConfiguration.STORAGEstatic final AttributeDefinition<StorageType> MemoryStorageConfiguration.STORAGE_TYPEDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.infinispan.configuration.cache that return StorageTypeModifier and TypeMethodDescriptionstatic StorageTypeStorageType.forElement(String element) MemoryConfiguration.storage()MemoryConfigurationBuilder.storage()MemoryConfiguration.storageType()Deprecated, for removal: This API element is subject to removal in a future version.MemoryConfigurationBuilder.storageType()Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, useMemoryConfigurationBuilder.storage()instead.MemoryStorageConfiguration.storageType()Deprecated, for removal: This API element is subject to removal in a future version.static 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) MemoryConfigurationBuilder.storageType(StorageType storageType) Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, useMemoryConfigurationBuilder.storage(StorageType)instead.
MemoryConfiguration.storage()instead.