Class IndexWriterConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<IndexWriterConfiguration>
org.infinispan.configuration.cache.IndexWriterConfiguration
- All Implemented Interfaces:
Matchable<IndexWriterConfiguration>
,Updatable<IndexWriterConfiguration>
- Since:
- 12.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AttributeDefinition<Integer>
static final AttributeDefinition<Boolean>
static final AttributeDefinition<Integer>
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
-
Method Summary
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_THREAD_POOL_SIZE
-
INDEX_QUEUE_COUNT
-
INDEX_QUEUE_SIZE
-
INDEX_COMMIT_INTERVAL
-
INDEX_RAM_BUFFER_SIZE
-
INDEX_MAX_BUFFERED_ENTRIES
-
INDEX_LOW_LEVEL_TRACE
-
-
Method Details
-
merge
-
getThreadPoolSize
-
getQueueCount
-
getQueueSize
-
getCommitInterval
-
getRamBufferSize
-
getMaxBufferedEntries
-
isLowLevelTrace
-