Package | Description |
---|---|
com.hazelcast.spi.impl.merge |
This package contains split-brain related classes.
|
com.hazelcast.spi.merge |
This package contains interfaces and classes of the split-brain merging SPI.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheMergingEntryImpl
Implementation of
SplitBrainMergeTypes.CacheMergeTypes . |
class |
MapMergingEntryImpl
Implementation of
SplitBrainMergeTypes.MapMergeTypes . |
Modifier and Type | Class and Description |
---|---|
class |
ExpirationTimeMergePolicy<V,T extends MergingExpirationTime<V>>
Merges data structure entries from source to destination data structure if the source entry
will expire later than the destination entry.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
SplitBrainMergeTypes.CacheMergeTypes
Provided merge types of
ICache . |
static interface |
SplitBrainMergeTypes.MapMergeTypes
Provided merge types of
IMap . |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.