Class IndexConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<IndexConfiguration>
org.infinispan.persistence.sifs.configuration.IndexConfiguration
- All Implemented Interfaces:
Matchable<IndexConfiguration>, Updatable<IndexConfiguration>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributeDefinition<String> static final AttributeDefinition<Integer> static final AttributeDefinition<Integer> static final AttributeDefinition<Integer> static final AttributeDefinition<Integer> Fields inherited from class ConfigurationElement
attributes, CHILDLESS, children, element, repeated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeSetintintDeprecated, for removal: This API element is subject to removal in a future version.intintvoidsetLocation(String location) Methods inherited from class ConfigurationElement
attributes, child, children, children, collectMutableAttributes, elementName, equals, extractAttributes, findAttribute, hashCode, isModified, list, matches, matches, matches, toString, update, update, update, validateUpdate, validateUpdate, validateUpdate, write
-
Field Details
-
INDEX_LOCATION
-
INDEX_QUEUE_LENGTH
-
INDEX_SEGMENTS
-
MIN_NODE_SIZE
-
MAX_NODE_SIZE
-
-
Constructor Details
-
IndexConfiguration
-
-
Method Details
-
attributeDefinitionSet
-
indexLocation
-
setLocation
-
indexSegments
Deprecated, for removal: This API element is subject to removal in a future version.This is no longer used as we create an index file per cache segment instead -
minNodeSize
public int minNodeSize() -
maxNodeSize
public int maxNodeSize() -
indexQueueLength
public int indexQueueLength()
-