Uses of Interface
org.infinispan.persistence.spi.NonBlockingStore
-
Packages that use NonBlockingStore Package Description org.infinispan.persistence Persistence API.org.infinispan.persistence.file Simple filesystem-basedCacheWriter
implementation.org.infinispan.persistence.jdbc.common.impl org.infinispan.persistence.jdbc.stringbased JDBC CacheStore implementation which maps keys to strings.org.infinispan.persistence.remote Hot Rod-basedAdvancedLoadWriteStore
.org.infinispan.persistence.rocksdb RocksDB-basedAdvancedLoadWriteStore
.org.infinispan.persistence.sifs Soft IndexAdvancedLoadWriteStore
.org.infinispan.persistence.sql This package contains aAdvancedLoadWriteStore
implementation based on a JDBC database connection. -
-
Uses of NonBlockingStore in org.infinispan.persistence
Methods in org.infinispan.persistence with parameters of type NonBlockingStore Modifier and Type Method Description static <K,V>
Set<K>PersistenceUtil. toKeySet(NonBlockingStore<K,V> nonBlockingStore, IntSet segments, Predicate<? super K> filter)
-
Uses of NonBlockingStore in org.infinispan.persistence.file
Classes in org.infinispan.persistence.file that implement NonBlockingStore Modifier and Type Class Description class
SingleFileStore<K,V>
A filesystem-based implementation of aNonBlockingStore
. -
Uses of NonBlockingStore in org.infinispan.persistence.jdbc.common.impl
Classes in org.infinispan.persistence.jdbc.common.impl 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 NonBlockingStore Modifier and Type Class Description class
org.infinispan.persistence.jdbc.common.impl.BaseJdbcStore<K,V,C extends AbstractJdbcStoreConfiguration>
-
Uses of NonBlockingStore in org.infinispan.persistence.jdbc.stringbased
Classes in org.infinispan.persistence.jdbc.stringbased that implement NonBlockingStore Modifier and Type Class Description class
JdbcStringBasedStore<K,V>
AdvancedCacheLoader
implementation that stores the entries in a database. -
Uses of NonBlockingStore in org.infinispan.persistence.remote
Classes in org.infinispan.persistence.remote that implement NonBlockingStore Modifier and Type Class Description class
RemoteStore<K,V>
Cache store that delegates the call to a infinispan cluster. -
Uses of NonBlockingStore in org.infinispan.persistence.rocksdb
Classes in org.infinispan.persistence.rocksdb that implement NonBlockingStore Modifier and Type Class Description class
RocksDBStore<K,V>
-
Uses of NonBlockingStore in org.infinispan.persistence.sifs
Classes in org.infinispan.persistence.sifs that implement NonBlockingStore Modifier and Type Class Description class
NonBlockingSoftIndexFileStore<K,V>
Local file-based cache store, optimized for write-through use with strong consistency guarantees (ability to flush disk operations before returning from the store call). -
Uses of NonBlockingStore in org.infinispan.persistence.sql
Classes in org.infinispan.persistence.sql that implement NonBlockingStore Modifier and Type Class Description class
AbstractSchemaJdbcStore<K,V,C extends org.infinispan.persistence.sql.configuration.AbstractSchemaJdbcConfiguration>
class
QueriesJdbcStore<K,V>
class
TableJdbcStore<K,V>
-