Uses of Interface
org.infinispan.conflict.impl.InternalConflictManager
-
Packages that use InternalConflictManager Package Description org.infinispan.conflict.impl This package contains implementations of the conflict resolution API.org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. -
-
Uses of InternalConflictManager in org.infinispan.conflict.impl
Classes in org.infinispan.conflict.impl that implement InternalConflictManager Modifier and Type Class Description classDefaultConflictManager<K,V> -
Uses of InternalConflictManager in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type InternalConflictManager Modifier and Type Method Description ComponentRef<InternalConflictManager>ComponentRegistry. getConflictManager()
-