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 SummaryFields inherited from class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationCOMPACTION_THRESHOLD, OPEN_FILES_LIMITFields inherited from class org.infinispan.configuration.cache.AbstractStoreConfigurationMAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, READ_ONLY, SEGMENTED, SHARED, TRANSACTIONAL, WRITE_ONLYFields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElementattributes, CHILDLESS, children, element, repeated
- 
Constructor SummaryConstructorsConstructorDescriptionSFSToSIFSConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, IndexConfiguration indexConfiguration, DataConfiguration dataConfiguration) 
- 
Method SummaryMethods inherited from class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationattributeDefinitionSet, compactionThreshold, data, dataLocation, index, indexLocation, indexQueueLength, indexSegments, maxFileSize, maxNodeSize, minNodeSize, openFilesLimit, syncWritesMethods inherited from class org.infinispan.configuration.cache.AbstractStoreConfigurationasync, fetchPersistentState, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, transactional, writeOnlyMethods inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElementattributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, validateUpdate, writeMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.configuration.cache.StoreConfigurationattributes
- 
Constructor Details- 
SFSToSIFSConfigurationpublic SFSToSIFSConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, IndexConfiguration indexConfiguration, DataConfiguration dataConfiguration) 
 
-