Class SingleFileStoreConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<AbstractStoreConfiguration<SingleFileStoreConfiguration>>
org.infinispan.configuration.cache.AbstractStoreConfiguration<SingleFileStoreConfiguration>
org.infinispan.persistence.file.SingleFileStoreConfiguration
- All Implemented Interfaces:
Matchable<AbstractStoreConfiguration<SingleFileStoreConfiguration>>, Updatable<AbstractStoreConfiguration<SingleFileStoreConfiguration>>, StoreConfiguration
public class SingleFileStoreConfiguration
extends AbstractStoreConfiguration<SingleFileStoreConfiguration>
Defines the configuration for the single file cache store.
- Since:
- 6.0
- Author:
- Galder Zamarreño
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributeDefinition<Float> static final AttributeDefinition<String> Fields inherited from class AbstractStoreConfiguration
MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, READ_ONLY, SEGMENTED, SHARED, TRANSACTIONAL, WRITE_ONLYFields inherited from class ConfigurationElement
attributes, CHILDLESS, children, element, repeated -
Constructor Summary
ConstructorsConstructorDescriptionSingleFileStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async) -
Method Summary
Methods inherited from class AbstractStoreConfiguration
async, fetchPersistentState, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, transactional, writeOnlyMethods inherited from class ConfigurationElement
attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, validateUpdate, writeMethods inherited from interface StoreConfiguration
attributes
-
Field Details
-
LOCATION
-
FRAGMENTATION_FACTOR
-
-
Constructor Details
-
SingleFileStoreConfiguration
-
-
Method Details
-
attributeDefinitionSet
-
location
-
fragmentationFactor
public float fragmentationFactor()
-