Uses of Interface
org.infinispan.container.impl.MergeOnStore
-
Packages that use MergeOnStore Package Description org.infinispan.atomic.impl -
-
Uses of MergeOnStore in org.infinispan.atomic.impl
Classes in org.infinispan.atomic.impl that implement MergeOnStore Modifier and Type Class Description class
AtomicKeySetImpl<K>
This class is expected to be modified without locking, and results merged using theAtomicKeySetImpl.merge(Object)
method when committing to DC.
-