Uses of Class
org.infinispan.persistence.support.DelegatingNonBlockingStore
-
Uses of DelegatingNonBlockingStore in org.infinispan.configuration.parsing
Modifier and TypeClassDescriptionclass
SFSToSIFSStore<K,
V> Store that is used to migrate data from ISPN 12.0 SingleFileStore to an ISPN 13.0 SoftIndexFileStore. -
Uses of DelegatingNonBlockingStore in org.infinispan.persistence.async
Modifier and TypeClassDescriptionclass
A delegating NonBlockingStore implementation that batches write operations and runs the resulting batches on the delegate store in a non overlapping manner.