public class LuceneLoaderConfiguration extends AbstractStoreConfiguration
LuceneCacheLoader
.attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SHARED
Constructor and Description |
---|
LuceneLoaderConfiguration(AttributeSet attributes,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore) |
Modifier and Type | Method and Description |
---|---|
int |
affinitySegmentId()
When Index Affinity is enabled, this returns the segment id to which the current index is bound to.
|
static AttributeSet |
attributeDefinitionSet() |
int |
autoChunkSize()
When the segment size is larger than this number of bytes, separate segments will be created
of this particular size.
|
String |
location()
The location of the root directory of the index.
|
String |
toString() |
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, preload, properties, purgeOnStartup, shared, singletonStore
public LuceneLoaderConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
public static AttributeSet attributeDefinitionSet()
public int autoChunkSize()
public String location()
public int affinitySegmentId()
public String toString()
toString
in class AbstractStoreConfiguration
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.