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-basedCacheWriterimplementation.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 aAdvancedLoadWriteStoreimplementation 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 classSingleFileStore<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 classorg.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 classJdbcStringBasedStore<K,V>AdvancedCacheLoaderimplementation 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 classRemoteStore<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 classRocksDBStore<K,V> -
Uses of NonBlockingStore in org.infinispan.persistence.sifs
Classes in org.infinispan.persistence.sifs that implement NonBlockingStore Modifier and Type Class Description classNonBlockingSoftIndexFileStore<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 classAbstractSchemaJdbcStore<K,V,C extends org.infinispan.persistence.sql.configuration.AbstractSchemaJdbcConfiguration>classQueriesJdbcStore<K,V>classTableJdbcStore<K,V>
-