public class SingleFileStoreConfiguration extends AbstractStoreConfiguration implements Matchable<SingleFileStoreConfiguration>
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<Float> |
FRAGMENTATION_FACTOR |
static AttributeDefinition<String> |
LOCATION |
static AttributeDefinition<Integer> |
MAX_ENTRIES |
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SHARED, TRANSACTIONAL| Constructor and Description |
|---|
SingleFileStoreConfiguration(AttributeSet attributes,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeSet |
attributeDefinitionSet() |
AttributeSet |
attributes() |
float |
fragmentationFactor() |
String |
location() |
int |
maxEntries() |
String |
toString() |
async, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, shared, singletonStore, transactionalpublic static final AttributeDefinition<String> LOCATION
public static final AttributeDefinition<Integer> MAX_ENTRIES
public static final AttributeDefinition<Float> FRAGMENTATION_FACTOR
public SingleFileStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
public static AttributeSet attributeDefinitionSet()
public String location()
public int maxEntries()
public float fragmentationFactor()
public AttributeSet attributes()
attributes in class AbstractStoreConfigurationpublic String toString()
toString in class AbstractStoreConfigurationCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.