Class SingleFileStoreConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- org.infinispan.configuration.cache.SingleFileStoreConfiguration
-
- All Implemented Interfaces:
StoreConfiguration
public class SingleFileStoreConfiguration extends AbstractStoreConfiguration
Defines the configuration for the single file cache store.- Since:
- 6.0
- Author:
- Galder ZamarreƱo
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<Float>
FRAGMENTATION_FACTOR
static AttributeDefinition<String>
LOCATION
static AttributeDefinition<Integer>
MAX_ENTRIES
Deprecated.Since 13.0, will be removed in 16.0-
Fields inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
attributes, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, READ_ONLY, SEGMENTED, SHARED, TRANSACTIONAL, WRITE_ONLY
-
-
Constructor Summary
Constructors Constructor Description SingleFileStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AttributeSet
attributeDefinitionSet()
float
fragmentationFactor()
String
location()
int
maxEntries()
Deprecated.Since 13.0, will be removed in 16.0.String
toString()
-
Methods inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, transactional, writeOnly
-
-
-
-
Field Detail
-
LOCATION
public static final AttributeDefinition<String> LOCATION
-
MAX_ENTRIES
@Deprecated public static final AttributeDefinition<Integer> MAX_ENTRIES
Deprecated.Since 13.0, will be removed in 16.0
-
FRAGMENTATION_FACTOR
public static final AttributeDefinition<Float> FRAGMENTATION_FACTOR
-
-
Constructor Detail
-
SingleFileStoreConfiguration
public SingleFileStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async)
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
-
location
public String location()
-
maxEntries
@Deprecated public int maxEntries()
Deprecated.Since 13.0, will be removed in 16.0.
-
fragmentationFactor
public float fragmentationFactor()
-
toString
public String toString()
- Overrides:
toString
in classAbstractStoreConfiguration
-
-