Uses of Class
org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
-
Packages that use SoftIndexFileStoreConfiguration Package Description org.infinispan.persistence.sifs.configuration Configuration forSoftIndexFileStore
. -
-
Uses of SoftIndexFileStoreConfiguration in org.infinispan.persistence.sifs.configuration
Methods in org.infinispan.persistence.sifs.configuration that return SoftIndexFileStoreConfiguration Modifier and Type Method Description SoftIndexFileStoreConfiguration
SoftIndexFileStoreConfigurationBuilder. create()
SoftIndexFileStoreConfiguration
SoftIndexFileStoreConfiguration. newConfigurationFrom(int segment, InitializationContext ctx)
Methods in org.infinispan.persistence.sifs.configuration with parameters of type SoftIndexFileStoreConfiguration Modifier and Type Method Description Builder<?>
SoftIndexFileStoreConfigurationBuilder. read(SoftIndexFileStoreConfiguration template)
void
SoftIndexFileStoreSerializer. serialize(org.infinispan.configuration.serializing.XMLExtendedStreamWriter writer, SoftIndexFileStoreConfiguration configuration)
-