Uses of Interface
com.hazelcast.spi.merge.MergingValue
Package
Description
This package contains interfaces and classes of the split-brain merging SPI.
-
Uses of MergingValue in com.hazelcast.spi.merge
Modifier and TypeClassDescriptionclass
DiscardMergePolicy<V,
T extends MergingValue<V>> Merges only entries from the destination data structure and discards all entries from the source data structure.class
ExpirationTimeMergePolicy<V,
T extends MergingValue<V> & MergingExpirationTime> Merges data structure entries from source to destination data structure if the source entry will expire later than the destination entry.class
HigherHitsMergePolicy<V,
T extends MergingValue<V> & MergingHits> Merges data structure entries from source to destination data structure if the source entry has more hits than the destination one.class
LatestAccessMergePolicy<V,
T extends MergingValue<V> & MergingLastAccessTime> Merges data structure entries from source to destination data structure if the source entry has been accessed more recently than the destination entry.class
LatestUpdateMergePolicy<V,
T extends MergingValue<V> & MergingLastUpdateTime> Merges data structure entries from source to destination data structure if the source entry was updated more frequently than the destination entry.class
PassThroughMergePolicy<V,
T extends MergingValue<V>> Merges data structure entries from source to destination directly unless the merging entry isnull
.class
PutIfAbsentMergePolicy<V,
T extends MergingValue<V>> Merges data structure entries from source to destination if they don't exist in the destination data structure.interface
SplitBrainMergePolicy<V,
T extends MergingValue<V>, R> Policy for merging data structure values after a split-brain has been healed.Modifier and TypeInterfaceDescriptioninterface
MergingEntry<K,
V> Represents a read-only view of a data structure key/value-pair for the merging process after a split-brain.static interface
Provided merge types ofIAtomicLong
.static interface
Provided merge types ofIAtomicReference
.static interface
Provided merge types ofICache
.static interface
Provided merge types ofCardinalityEstimator
.static interface
static interface
Provided merge types ofIMap
.static interface
Provided merge types ofMultiMap
.static interface
Provided merge types ofIQueue
.static interface
Provided merge types ofReplicatedMap
.static interface
Provided merge types ofRingbuffer
.static interface
Provided merge types ofIScheduledExecutorService
.