public class SingleFileStoreConfiguration extends AbstractStoreConfiguration
| 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, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SHARED| 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, preload, properties, purgeOnStartup, shared, singletonStorepublic 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 © 2020 JBoss, a division of Red Hat. All rights reserved.