See: Description
| Interface | Description |
|---|---|
| CostHolder |
Represents a read-only view of memory costs for the merging process after a split-brain.
|
| CreationTimeHolder |
Represents a read-only view a creation time for the merging process after a split-brain.
|
| ExpirationTimeHolder |
Represents a read-only view of an expiration time for the merging process after a split-brain.
|
| HitsHolder |
Represents a read-only view access hits for the merging process after a split-brain.
|
| LastAccessTimeHolder |
Represents a read-only view of a last access time for the merging process after a split-brain.
|
| LastStoredTimeHolder |
Represents a read-only view of a last stored time for the merging process after a split-brain.
|
| LastUpdateTimeHolder |
Represents a read-only view of a last update time for the merging process after a split-brain.
|
| MergingEntryHolder<K,V> |
Represents a read-only view of a data structure key/value-pair for the merging process after a split-brain.
|
| MergingValueHolder<V> |
Represents a read-only view of a data structure value for the merging process after a split-brain.
|
| TtlHolder |
Represents a read-only view of a TTL for the merging process after a split-brain.
|
| VersionHolder |
Represents a read-only view of a version for the merging process after a split-brain.
|
| Class | Description |
|---|---|
| AbstractSplitBrainMergePolicy |
Abstract implementation of
SplitBrainMergePolicy for the out-of-the-box merge policies. |
| DiscardMergePolicy |
Merges only entries from the destination data structure and discards all entries from the source data structure.
|
| HigherHitsMergePolicy |
Merges data structure entries from source to destination data structure if the source entry
has more hits than the destination one.
|
| HyperLogLogMergePolicy |
Only available for HyperLogLog backed
CardinalityEstimator. |
| LatestAccessMergePolicy |
Merges data structure entries from source to destination data structure if the source entry
has been accessed more recently than the destination entry.
|
| LatestUpdateMergePolicy |
Merges data structure entries from source to destination data structure if the source entry
was updated more frequently than the destination entry.
|
| PassThroughMergePolicy |
Merges data structure entries from source to destination directly unless the merging entry is
null. |
| PutIfAbsentMergePolicy |
Merges data structure entries from source to destination if they don't exist in the destination data structure.
|
| SplitBrainMergePolicyProvider |
A provider for
SplitBrainMergePolicy instances. |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.