Class SingleFileStoreConfiguration
java.lang.Object
org.infinispan.configuration.cache.AbstractStoreConfiguration
org.infinispan.configuration.cache.SingleFileStoreConfiguration
- All Implemented Interfaces:
StoreConfiguration
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
attributes, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, READ_ONLY, SEGMENTED, SHARED, TRANSACTIONAL, WRITE_ONLY
-
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.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 Details
-
LOCATION
-
MAX_ENTRIES
Deprecated, 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() -
toString
- Overrides:
toString
in classAbstractStoreConfiguration
-