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
Modifier 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 org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, CHILDLESS, children, element, repeated
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeSet
int
int
Deprecated, for removal: This API element is subject to removal in a future version.int
int
void
setLocation
(String location) Methods inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, 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()
-