Class SingleFileStoreConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<AbstractStoreConfiguration<SingleFileStoreConfiguration>>
org.infinispan.configuration.cache.AbstractStoreConfiguration<SingleFileStoreConfiguration>
org.infinispan.configuration.cache.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> static final AttributeDefinition<Integer> Deprecated, for removal: This API element is subject to removal in a future version.Since 13.0, will be removed in 16.0Fields inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, READ_ONLY, SEGMENTED, SHARED, TRANSACTIONAL, WRITE_ONLYFields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, CHILDLESS, children, element, repeated -
Constructor Summary
ConstructorsConstructorDescriptionSingleFileStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async) -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeSetfloatlocation()intDeprecated, for removal: This API element is subject to removal in a future version.Since 13.0, will be removed in 16.0.Methods inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
async, fetchPersistentState, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, transactional, writeOnlyMethods inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, validateUpdate, writeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.configuration.cache.StoreConfiguration
attributes
-
Field Details
-
LOCATION
-
MAX_ENTRIES
@Deprecated(forRemoval=true, since="13.0") public static final AttributeDefinition<Integer> MAX_ENTRIESDeprecated, for removal: This API element is subject to removal in a future version.Since 13.0, will be removed in 16.0 -
FRAGMENTATION_FACTOR
-
-
Constructor Details
-
SingleFileStoreConfiguration
-
-
Method Details
-
attributeDefinitionSet
-
location
-
maxEntries
Deprecated, for removal: This API element is subject to removal in a future version.Since 13.0, will be removed in 16.0. -
fragmentationFactor
public float fragmentationFactor()
-