Uses of Enum Class
org.infinispan.configuration.cache.IndexStorage
Packages that use IndexStorage
-
Uses of IndexStorage in org.infinispan.configuration.cache
Subclasses with type arguments of type IndexStorage in org.infinispan.configuration.cacheFields in org.infinispan.configuration.cache with type parameters of type IndexStorageModifier and TypeFieldDescriptionstatic final AttributeDefinition<IndexStorage> IndexingConfiguration.STORAGEMethods in org.infinispan.configuration.cache that return IndexStorageModifier and TypeMethodDescriptionstatic IndexStorageIndexStorage.requireValid(String token, org.infinispan.util.logging.Log logger) IndexingConfiguration.storage()static IndexStorageReturns the enum constant of this class with the specified name.static IndexStorage[]IndexStorage.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 IndexStorageModifier and TypeMethodDescriptionIndexingConfigurationBuilder.storage(IndexStorage storage) IndexingConfigurationChildBuilder.storage(IndexStorage storage)