Uses of Interface
org.infinispan.persistence.spi.NonBlockingStore
Packages that use NonBlockingStore
Package
Description
Persistence API.
Simple filesystem-based
CacheWriter implementation.Implementations of the
PersistenceManager interface, which define the logic
of how infinispan interacts with external stores.Soft Index
AdvancedLoadWriteStore.-
Uses of NonBlockingStore in org.infinispan.configuration.parsing
Classes in org.infinispan.configuration.parsing that implement NonBlockingStoreModifier and TypeClassDescriptionclassSFSToSIFSStore<K,V> Store that is used to migrate data from ISPN 12.0 SingleFileStore to an ISPN 13.0 SoftIndexFileStore.Methods in org.infinispan.configuration.parsing that return NonBlockingStore -
Uses of NonBlockingStore in org.infinispan.persistence
Methods in org.infinispan.persistence with parameters of type NonBlockingStoreModifier and TypeMethodDescriptionstatic <K,V> Set <K> PersistenceUtil.toKeySet(NonBlockingStore<K, V> nonBlockingStore, org.infinispan.commons.util.IntSet segments, Predicate<? super K> filter) -
Uses of NonBlockingStore in org.infinispan.persistence.async
Classes in org.infinispan.persistence.async that implement NonBlockingStoreModifier and TypeClassDescriptionclassA delegating NonBlockingStore implementation that batches write operations and runs the resulting batches on the delegate store in a non overlapping manner.Methods in org.infinispan.persistence.async that return NonBlockingStoreConstructors in org.infinispan.persistence.async with parameters of type NonBlockingStore -
Uses of NonBlockingStore in org.infinispan.persistence.file
Classes in org.infinispan.persistence.file that implement NonBlockingStoreModifier and TypeClassDescriptionclassSingleFileStore<K,V> A filesystem-based implementation of aNonBlockingStore. -
Uses of NonBlockingStore in org.infinispan.persistence.internal
Methods in org.infinispan.persistence.internal that return NonBlockingStoreModifier and TypeMethodDescriptionstatic <K,V> NonBlockingStore <K, V> PersistenceUtil.storeFromConfiguration(StoreConfiguration cfg) -
Uses of NonBlockingStore in org.infinispan.persistence.manager
Methods in org.infinispan.persistence.manager that return types with arguments of type NonBlockingStoreModifier and TypeMethodDescription<K,V> List <NonBlockingStore<K, V>> PersistenceManagerImpl.getAllStores(Predicate<Set<NonBlockingStore.Characteristic>> predicate) -
Uses of NonBlockingStore in org.infinispan.persistence.sifs
Classes in org.infinispan.persistence.sifs that implement NonBlockingStoreModifier and TypeClassDescriptionclassLocal 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.support
Classes in org.infinispan.persistence.support that implement NonBlockingStoreModifier and TypeClassDescriptionclassclassMethods in org.infinispan.persistence.support that return NonBlockingStoreModifier and TypeMethodDescriptionabstract NonBlockingStore<K, V> DelegatingNonBlockingStore.delegate()