Class SFSToSIFSConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
-
- org.infinispan.configuration.parsing.SFSToSIFSConfiguration
-
- All Implemented Interfaces:
StoreConfiguration
public class SFSToSIFSConfiguration extends SoftIndexFileStoreConfiguration
-
-
Field Summary
-
Fields inherited from class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
COMPACTION_THRESHOLD, OPEN_FILES_LIMIT
-
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 SFSToSIFSConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, IndexConfiguration indexConfiguration, DataConfiguration dataConfiguration)
-
Method Summary
-
Methods inherited from class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
attributeDefinitionSet, compactionThreshold, data, dataLocation, index, indexLocation, indexQueueLength, indexSegments, maxFileSize, maxNodeSize, minNodeSize, openFilesLimit, syncWrites, toString
-
Methods inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, transactional, writeOnly
-
-
-
-
Constructor Detail
-
SFSToSIFSConfiguration
public SFSToSIFSConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, IndexConfiguration indexConfiguration, DataConfiguration dataConfiguration)
-
-