Uses of Interface
org.infinispan.conflict.ConflictManager
-
Packages that use ConflictManager Package Description org.infinispan.conflict This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.org.infinispan.conflict.impl This package contains implementations of the conflict resolution API. -
-
Uses of ConflictManager in org.infinispan.conflict
Methods in org.infinispan.conflict that return ConflictManager Modifier and Type Method Description static <K,V>
ConflictManager<K,V>ConflictManagerFactory. get(AdvancedCache<K,V> cache)
-
Uses of ConflictManager in org.infinispan.conflict.impl
Subinterfaces of ConflictManager in org.infinispan.conflict.impl Modifier and Type Interface Description interface
InternalConflictManager<K,V>
Classes in org.infinispan.conflict.impl that implement ConflictManager Modifier and Type Class Description class
DefaultConflictManager<K,V>
-