Class IndexMergeConfiguration
- java.lang.Object
-
- org.infinispan.commons.configuration.attributes.ConfigurationElement<IndexMergeConfiguration>
-
- org.infinispan.configuration.cache.IndexMergeConfiguration
-
- All Implemented Interfaces:
Matchable<IndexMergeConfiguration>
,Updatable<IndexMergeConfiguration>
public class IndexMergeConfiguration extends ConfigurationElement<IndexMergeConfiguration>
- Since:
- 12.0
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<Boolean>
CALIBRATE_BY_DELETES
static AttributeDefinition<Integer>
FACTOR
static AttributeDefinition<Integer>
MAX_ENTRIES
static AttributeDefinition<Integer>
MAX_FORCED_SIZE
static AttributeDefinition<Integer>
MAX_SIZE
static AttributeDefinition<Integer>
MIN_SIZE
-
Fields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, CHILDLESS, children, element, repeated
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
calibrateByDeletes()
Integer
factor()
Integer
maxEntries()
Integer
maxForcedSize()
Integer
maxSize()
Integer
minSize()
-
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 Detail
-
MAX_ENTRIES
public static final AttributeDefinition<Integer> MAX_ENTRIES
-
FACTOR
public static final AttributeDefinition<Integer> FACTOR
-
MIN_SIZE
public static final AttributeDefinition<Integer> MIN_SIZE
-
MAX_SIZE
public static final AttributeDefinition<Integer> MAX_SIZE
-
MAX_FORCED_SIZE
public static final AttributeDefinition<Integer> MAX_FORCED_SIZE
-
CALIBRATE_BY_DELETES
public static final AttributeDefinition<Boolean> CALIBRATE_BY_DELETES
-
-