Uses of Class
org.infinispan.configuration.cache.Index
-
Packages that use Index Package Description org.infinispan.configuration.cache Cache
configuration -
-
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. INDEX
Methods in org.infinispan.configuration.cache that return Index Modifier and Type Method Description Index
IndexingConfiguration. index()
Returns the indexing mode of this cache.static Index
Index. valueOf(java.lang.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 IndexingConfigurationBuilder
IndexingConfigurationBuilder. index(Index index)
Indicates indexing mode
-