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 org.infinispan.commons.configuration.attributes.AttributeDefinition<Index>
IndexingConfiguration. INDEX
Deprecated.since 11.0Methods in org.infinispan.configuration.cache that return Index Modifier and Type Method Description Index
IndexingConfiguration. index()
Deprecated.Since 11.static Index
Index. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static Index[]
Index. values()
Deprecated.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)
Deprecated.Since 11.0.
-