Uses of Class
org.infinispan.persistence.support.DelegatingNonBlockingStore
Packages that use DelegatingNonBlockingStore
-
Uses of DelegatingNonBlockingStore in org.infinispan.persistence.async
Subclasses of DelegatingNonBlockingStore in org.infinispan.persistence.asyncModifier and TypeClassDescriptionclassA delegating NonBlockingStore implementation that batches write operations and runs the resulting batches on the delegate store in a non overlapping manner.