Uses of Enum
org.infinispan.configuration.cache.Index

Packages that use Index
Package
Description
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 final org.infinispan.commons.configuration.attributes.AttributeDefinition<Index>
    IndexingConfiguration.INDEX
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 11.0
    Modifier and Type
    Method
    Description
    IndexingConfiguration.index()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 11.
    static Index
    Index.valueOf(String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this type with the specified name.
    static Index[]
    Index.values()
    Deprecated, for removal: This API element is subject to removal in a future version.
    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.index(Index index)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 11.0.