Uses of Class
org.infinispan.conflict.MergePolicy
-
Packages that use MergePolicy Package Description org.infinispan.conflict This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache. -
-
Uses of MergePolicy in org.infinispan.conflict
Methods in org.infinispan.conflict that return MergePolicy Modifier and Type Method Description static MergePolicyMergePolicy. fromConfiguration(EntryMergePolicy policy)static MergePolicyMergePolicy. fromString(String str)static MergePolicyMergePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static MergePolicy[]MergePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-