Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Index> |
IndexingConfiguration.INDEX
Deprecated.
since 11.0
|
Modifier and Type | Method and Description |
---|---|
Index |
IndexingConfiguration.index()
Deprecated.
Since 11. This configuration will be removed in next major version as the index mode is calculated
automatically.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IndexingConfigurationBuilder |
IndexingConfigurationBuilder.index(Index index)
Deprecated.
Since 11.0. This configuration will be removed in next major version as the index mode is calculated
automatically.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.