public class SoftIndexFileStoreConfiguration extends AbstractStoreConfiguration
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SHARED, TRANSACTIONAL
Constructor and Description |
---|
SoftIndexFileStoreConfiguration(AttributeSet attributes,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore) |
Modifier and Type | Method and Description |
---|---|
static AttributeSet |
attributeDefinitionSet() |
double |
compactionThreshold() |
String |
dataLocation() |
String |
indexLocation() |
int |
indexQueueLength() |
int |
indexSegments() |
int |
maxFileSize() |
int |
maxNodeSize() |
int |
minNodeSize() |
int |
openFilesLimit() |
boolean |
syncWrites() |
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, shared, singletonStore, toString, transactional
public SoftIndexFileStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
public static AttributeSet attributeDefinitionSet()
public String dataLocation()
public String indexLocation()
public int indexSegments()
public int maxFileSize()
public int minNodeSize()
public int maxNodeSize()
public int indexQueueLength()
public boolean syncWrites()
public int openFilesLimit()
public double compactionThreshold()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.