Uses of Enum Class
org.infinispan.configuration.cache.StorageType
Packages that use StorageType
Package
Description
Cache configurationInfinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
-
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 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. -
Uses of StorageType in org.infinispan.util.logging
Methods in org.infinispan.util.logging with parameters of type StorageTypeModifier and TypeMethodDescriptionLog_$logger.groupingOnlyCompatibleWithObjectStorage(StorageType storageType)
MemoryConfiguration.storage()instead.