Class SFSToSIFSConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<AbstractStoreConfiguration<SoftIndexFileStoreConfiguration>>
org.infinispan.configuration.cache.AbstractStoreConfiguration<SoftIndexFileStoreConfiguration>
org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
org.infinispan.configuration.parsing.SFSToSIFSConfiguration
- All Implemented Interfaces:
Matchable<AbstractStoreConfiguration<SoftIndexFileStoreConfiguration>>
,Updatable<AbstractStoreConfiguration<SoftIndexFileStoreConfiguration>>
,StoreConfiguration
-
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
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
ConstructorDescriptionSFSToSIFSConfiguration
(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
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
-
Constructor Details
-
SFSToSIFSConfiguration
public SFSToSIFSConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, IndexConfiguration indexConfiguration, DataConfiguration dataConfiguration)
-