public class SoftIndexFileStoreConfiguration extends AbstractSegmentedStoreConfiguration<SoftIndexFileStoreConfiguration>
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SEGMENTED, SHARED, TRANSACTIONAL| Constructor and Description |
|---|
SoftIndexFileStoreConfiguration(AttributeSet attributes,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeSet |
attributeDefinitionSet() |
double |
compactionThreshold() |
java.lang.String |
dataLocation() |
java.lang.String |
indexLocation() |
int |
indexQueueLength() |
int |
indexSegments() |
int |
maxFileSize() |
int |
maxNodeSize() |
int |
minNodeSize() |
SoftIndexFileStoreConfiguration |
newConfigurationFrom(int segment)
Method that is invoked each time a new store is created for a segment.
|
int |
openFilesLimit() |
boolean |
syncWrites() |
fileLocationTransformasync, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, singletonStore, toString, transactionalpublic SoftIndexFileStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
public static AttributeSet attributeDefinitionSet()
public SoftIndexFileStoreConfiguration newConfigurationFrom(int segment)
AbstractSegmentedStoreConfigurationnewConfigurationFrom in class AbstractSegmentedStoreConfiguration<SoftIndexFileStoreConfiguration>segment - the segment to usepublic java.lang.String dataLocation()
public java.lang.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()