Class IndexConfiguration
- java.lang.Object
-
- org.infinispan.persistence.sifs.configuration.IndexConfiguration
-
public class IndexConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<String>
INDEX_LOCATION
static AttributeDefinition<Integer>
INDEX_QUEUE_LENGTH
static AttributeDefinition<Integer>
INDEX_SEGMENTS
static AttributeDefinition<Integer>
MAX_NODE_SIZE
static AttributeDefinition<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 AttributeSet
attributeDefinitionSet()
AttributeSet
attributes()
boolean
equals(Object o)
int
hashCode()
String
indexLocation()
int
indexQueueLength()
int
indexSegments()
int
maxNodeSize()
int
minNodeSize()
void
setLocation(String location)
String
toString()
-
-
-
Field Detail
-
INDEX_LOCATION
public static final AttributeDefinition<String> INDEX_LOCATION
-
INDEX_QUEUE_LENGTH
public static final AttributeDefinition<Integer> INDEX_QUEUE_LENGTH
-
INDEX_SEGMENTS
public static final AttributeDefinition<Integer> INDEX_SEGMENTS
-
MIN_NODE_SIZE
public static final AttributeDefinition<Integer> MIN_NODE_SIZE
-
MAX_NODE_SIZE
public static final AttributeDefinition<Integer> MAX_NODE_SIZE
-
-
Constructor Detail
-
IndexConfiguration
public IndexConfiguration(AttributeSet attributes)
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
-
attributes
public AttributeSet attributes()
-
indexLocation
public String indexLocation()
-
setLocation
public void setLocation(String location)
-
indexSegments
public int indexSegments()
-
minNodeSize
public int minNodeSize()
-
maxNodeSize
public int maxNodeSize()
-
indexQueueLength
public int indexQueueLength()
-
-