Uses of Class
org.infinispan.configuration.cache.IndexStorage
-
Packages that use IndexStorage Package Description org.infinispan.configuration.cache Cacheconfiguration -
-
Uses of IndexStorage in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type IndexStorage Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<IndexStorage>IndexingConfiguration. STORAGEMethods in org.infinispan.configuration.cache that return IndexStorage Modifier and Type Method Description static IndexStorageIndexStorage. requireValid(String token, org.infinispan.util.logging.Log logger)IndexStorageIndexingConfiguration. storage()static IndexStorageIndexStorage. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexStorage[]IndexStorage. 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 IndexStorage Modifier and Type Method Description IndexingConfigurationBuilderIndexingConfigurationBuilder. storage(IndexStorage storage)IndexingConfigurationBuilderIndexingConfigurationChildBuilder. storage(IndexStorage storage)
-