Uses of Class
org.infinispan.configuration.cache.AbstractSegmentedStoreConfiguration
-
Packages that use AbstractSegmentedStoreConfiguration Package Description org.infinispan.configuration.cache Cache
configurationorg.infinispan.persistence.support -
-
Uses of AbstractSegmentedStoreConfiguration in org.infinispan.configuration.cache
Subclasses of AbstractSegmentedStoreConfiguration in org.infinispan.configuration.cache Modifier and Type Class Description class
SingleFileStoreConfiguration
Defines the configuration for the single file cache store. -
Uses of AbstractSegmentedStoreConfiguration in org.infinispan.persistence.support
Classes in org.infinispan.persistence.support with type parameters of type AbstractSegmentedStoreConfiguration Modifier and Type Class Description class
ComposedSegmentedLoadWriteStore<K,V,T extends AbstractSegmentedStoreConfiguration>
Segmented store that creates multiple inner stores for each segment.Constructors in org.infinispan.persistence.support with parameters of type AbstractSegmentedStoreConfiguration Constructor Description ComposedSegmentedLoadWriteStore(AbstractSegmentedStoreConfiguration<T> configuration)
-