Uses of Interface
org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Packages that use SegmentedAdvancedLoadWriteStore Package Description org.infinispan.persistence Persistence API.org.infinispan.persistence.jdbc.stringbased JDBC CacheStore implementation which maps keys to strings.org.infinispan.persistence.leveldb org.infinispan.persistence.remote Hot Rod-basedAdvancedLoadWriteStore
.org.infinispan.persistence.rocksdb org.infinispan.persistence.support -
-
Uses of SegmentedAdvancedLoadWriteStore in org.infinispan.persistence
Methods in org.infinispan.persistence with parameters of type SegmentedAdvancedLoadWriteStore Modifier and Type Method Description static int
PersistenceUtil. count(SegmentedAdvancedLoadWriteStore<?,?> salws, IntSet segments)
Counts how many entries are present in the segmented store. -
Uses of SegmentedAdvancedLoadWriteStore in org.infinispan.persistence.jdbc.stringbased
Classes in org.infinispan.persistence.jdbc.stringbased that implement SegmentedAdvancedLoadWriteStore Modifier and Type Class Description class
JdbcStringBasedStore<K,V>
AdvancedCacheLoader
implementation that stores the entries in a database. -
Uses of SegmentedAdvancedLoadWriteStore in org.infinispan.persistence.leveldb
Classes in org.infinispan.persistence.leveldb that implement SegmentedAdvancedLoadWriteStore Modifier and Type Class Description class
LevelDBStore
Deprecated.Use theRocksDBStore
instead -
Uses of SegmentedAdvancedLoadWriteStore in org.infinispan.persistence.remote
Classes in org.infinispan.persistence.remote that implement SegmentedAdvancedLoadWriteStore Modifier and Type Class Description class
RemoteStore<K,V>
Cache store that delegates the call to a infinispan cluster. -
Uses of SegmentedAdvancedLoadWriteStore in org.infinispan.persistence.rocksdb
Classes in org.infinispan.persistence.rocksdb with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw SegmentedAdvancedLoadWriteStore Modifier and Type Class Description class
org.infinispan.persistence.rocksdb.RocksDBStore<K extends Object,V extends Object>
-
Uses of SegmentedAdvancedLoadWriteStore in org.infinispan.persistence.support
Classes in org.infinispan.persistence.support that implement SegmentedAdvancedLoadWriteStore Modifier and Type Class Description class
AbstractSegmentedAdvancedLoadWriteStore<K,V>
Abstract segment loader writer that implements all the single key non segmented methods by invoking the segmented equivalent by passing in the segment returned from invokingAbstractSegmentedAdvancedLoadWriteStore.getKeyMapper()
.class
ComposedSegmentedLoadWriteStore<K,V,T extends AbstractSegmentedStoreConfiguration>
Segmented store that creates multiple inner stores for each segment.
-