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.Methods in org.infinispan.configuration.cache that return Index Modifier and Type Method Description IndexIndexingConfiguration. index()Deprecated.This configuration can be removed as the index mode is calculated automatically.static IndexIndex. valueOf(java.lang.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.This configuration can be removed as the index mode is calculated automatically.
-