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 org.infinispan.commons.configuration.attributes.AttributeDefinition<Index>IndexingConfiguration. INDEXDeprecated.since 11.0Methods in org.infinispan.configuration.cache that return Index Modifier and Type Method Description IndexIndexingConfiguration. index()Deprecated.Since 11.static IndexIndex. 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 IndexingConfigurationBuilderIndexingConfigurationBuilder. index(Index index)Deprecated.Since 11.0.
-