Uses of Enum Class
org.infinispan.conflict.MergePolicy
Packages that use MergePolicy
Package
Description
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
Subclasses with type arguments of type MergePolicy in org.infinispan.conflictMethods in org.infinispan.conflict that return MergePolicyModifier and TypeMethodDescriptionstatic MergePolicyMergePolicy.fromConfiguration(EntryMergePolicy policy) static MergePolicyMergePolicy.fromString(String str) static MergePolicyReturns the enum constant of this class with the specified name.static MergePolicy[]MergePolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.