Package | Description |
---|---|
org.infinispan.conflict |
This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.
|
Modifier and Type | Method and Description |
---|---|
static MergePolicy |
MergePolicy.fromConfiguration(EntryMergePolicy policy) |
static MergePolicy |
MergePolicy.fromString(String str) |
static MergePolicy |
MergePolicy.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.
|
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.