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
Modifier 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_ONLY
Fields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, CHILDLESS, children, element, repeated
-
Constructor Summary
ConstructorDescriptionSingleFileStoreConfiguration
(AttributeSet attributes, AsyncStoreConfiguration async) -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeSet
float
location()
int
Deprecated, 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, writeOnly
Methods inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, validateUpdate, write
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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()
-