Uses of Class
org.infinispan.configuration.cache.AbstractSegmentedStoreConfiguration
Packages that use AbstractSegmentedStoreConfiguration
-
Uses of AbstractSegmentedStoreConfiguration in org.infinispan.persistence.support
Classes in org.infinispan.persistence.support with type parameters of type AbstractSegmentedStoreConfigurationModifier and TypeClassDescriptionclass
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 AbstractSegmentedStoreConfigurationModifierConstructorDescriptionComposedSegmentedLoadWriteStore
(AbstractSegmentedStoreConfiguration<T> configuration)