Uses of Class
org.infinispan.configuration.cache.Index
-
Packages that use Index Package Description org.infinispan.configuration.cache Cacheconfiguration -
-
Uses of Index in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type Index Modifier and Type Field Description static AttributeDefinition<Index>IndexingConfiguration. INDEXMethods in org.infinispan.configuration.cache that return Index Modifier and Type Method Description IndexIndexingConfiguration. index()Returns the indexing mode of this cache.static IndexIndex. valueOf(String name)Returns the enum constant of this type with the specified name.static Index[]Index. 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 Index Modifier and Type Method Description IndexingConfigurationBuilderIndexingConfigurationBuilder. index(Index index)Indicates indexing mode
-