Class IndexConfiguration
- java.lang.Object
-
- org.infinispan.persistence.sifs.configuration.IndexConfiguration
-
- All Implemented Interfaces:
BaseConfigurationInfo,ConfigurationInfo
public class IndexConfiguration extends java.lang.Object implements ConfigurationInfo
-
-
Field Summary
Fields Modifier and Type Field Description static ElementDefinitionELEMENT_DEFINITIONstatic AttributeDefinition<java.lang.String>INDEX_LOCATIONstatic AttributeDefinition<java.lang.Integer>INDEX_QUEUE_LENGTHstatic AttributeDefinition<java.lang.Integer>INDEX_SEGMENTSstatic AttributeDefinition<java.lang.Integer>MAX_NODE_SIZEstatic AttributeDefinition<java.lang.Integer>MIN_NODE_SIZE
-
Constructor Summary
Constructors Constructor Description IndexConfiguration(AttributeSet attributes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeSetattributeDefinitionSet()AttributeSetattributes()booleanequals(java.lang.Object o)ElementDefinitiongetElementDefinition()inthashCode()java.lang.StringindexLocation()intindexQueueLength()intindexSegments()intmaxNodeSize()intminNodeSize()voidsetLocation(java.lang.String location)java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.infinispan.commons.configuration.ConfigurationInfo
subElements
-
-
-
-
Field Detail
-
INDEX_LOCATION
public static final AttributeDefinition<java.lang.String> INDEX_LOCATION
-
INDEX_QUEUE_LENGTH
public static final AttributeDefinition<java.lang.Integer> INDEX_QUEUE_LENGTH
-
INDEX_SEGMENTS
public static final AttributeDefinition<java.lang.Integer> INDEX_SEGMENTS
-
MIN_NODE_SIZE
public static final AttributeDefinition<java.lang.Integer> MIN_NODE_SIZE
-
MAX_NODE_SIZE
public static final AttributeDefinition<java.lang.Integer> MAX_NODE_SIZE
-
ELEMENT_DEFINITION
public static ElementDefinition ELEMENT_DEFINITION
-
-
Constructor Detail
-
IndexConfiguration
public IndexConfiguration(AttributeSet attributes)
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
-
getElementDefinition
public ElementDefinition getElementDefinition()
- Specified by:
getElementDefinitionin interfaceBaseConfigurationInfo- Returns:
- the
ElementDefinitionof the configuration.
-
attributes
public AttributeSet attributes()
- Specified by:
attributesin interfaceBaseConfigurationInfo- Returns:
- the
AttributeSetdeclared by the configuration.
-
indexLocation
public java.lang.String indexLocation()
-
setLocation
public void setLocation(java.lang.String location)
-
indexSegments
public int indexSegments()
-
minNodeSize
public int minNodeSize()
-
maxNodeSize
public int maxNodeSize()
-
indexQueueLength
public int indexQueueLength()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-