Class IndexWriterConfiguration
- java.lang.Object
-
- org.infinispan.commons.configuration.attributes.ConfigurationElement<IndexWriterConfiguration>
-
- org.infinispan.configuration.cache.IndexWriterConfiguration
-
- All Implemented Interfaces:
Matchable<IndexWriterConfiguration>
,Updatable<IndexWriterConfiguration>
public class IndexWriterConfiguration extends ConfigurationElement<IndexWriterConfiguration>
- Since:
- 12.0
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<Integer>
INDEX_COMMIT_INTERVAL
static AttributeDefinition<Boolean>
INDEX_LOW_LEVEL_TRACE
static AttributeDefinition<Integer>
INDEX_MAX_BUFFERED_ENTRIES
static AttributeDefinition<Integer>
INDEX_QUEUE_COUNT
static AttributeDefinition<Integer>
INDEX_QUEUE_SIZE
static AttributeDefinition<Integer>
INDEX_RAM_BUFFER_SIZE
static AttributeDefinition<Integer>
INDEX_THREAD_POOL_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 Integer
getCommitInterval()
Integer
getMaxBufferedEntries()
Integer
getQueueCount()
Integer
getQueueSize()
Integer
getRamBufferSize()
Integer
getThreadPoolSize()
Boolean
isLowLevelTrace()
IndexMergeConfiguration
merge()
-
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
-
INDEX_THREAD_POOL_SIZE
public static final AttributeDefinition<Integer> INDEX_THREAD_POOL_SIZE
-
INDEX_QUEUE_COUNT
public static final AttributeDefinition<Integer> INDEX_QUEUE_COUNT
-
INDEX_QUEUE_SIZE
public static final AttributeDefinition<Integer> INDEX_QUEUE_SIZE
-
INDEX_COMMIT_INTERVAL
public static final AttributeDefinition<Integer> INDEX_COMMIT_INTERVAL
-
INDEX_RAM_BUFFER_SIZE
public static final AttributeDefinition<Integer> INDEX_RAM_BUFFER_SIZE
-
INDEX_MAX_BUFFERED_ENTRIES
public static final AttributeDefinition<Integer> INDEX_MAX_BUFFERED_ENTRIES
-
INDEX_LOW_LEVEL_TRACE
public static final AttributeDefinition<Boolean> INDEX_LOW_LEVEL_TRACE
-
-
Method Detail
-
merge
public IndexMergeConfiguration merge()
-
getThreadPoolSize
public Integer getThreadPoolSize()
-
getQueueCount
public Integer getQueueCount()
-
getQueueSize
public Integer getQueueSize()
-
getCommitInterval
public Integer getCommitInterval()
-
getRamBufferSize
public Integer getRamBufferSize()
-
getMaxBufferedEntries
public Integer getMaxBufferedEntries()
-
isLowLevelTrace
public Boolean isLowLevelTrace()
-
-