public class LuceneLoaderConfiguration extends AbstractStoreConfiguration
LuceneCacheLoader
.Constructor and Description |
---|
LuceneLoaderConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
int autoChunkSize,
String location) |
Modifier and Type | Method and Description |
---|---|
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.
|
async, equals, fetchPersistentState, hashCode, ignoreModifications, preload, properties, purgeOnStartup, shared, singletonStore, toString
public LuceneLoaderConfiguration(boolean purgeOnStartup, boolean fetchPersistentState, boolean ignoreModifications, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore, boolean preload, boolean shared, Properties properties, int autoChunkSize, String location)
public int autoChunkSize()
public String location()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.