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 |
AbstractMergeRunnable<K,V,Store,MergingItem extends MergingEntry<K,V>>
Used by
ICache , IMap
and ReplicatedMap to provide a merge runnable
for SplitBrainHandlerService.prepareMergeRunnable() . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMergingEntryImpl<K,V,T extends AbstractMergingEntryImpl<K,V,T>>
Implementation of
MergingEntry . |
class |
CacheMergingEntryImpl
Implementation of
SplitBrainMergeTypes.CacheMergeTypes . |
class |
CardinalityEstimatorMergingEntry
Implementation of
SplitBrainMergeTypes.CardinalityEstimatorMergeTypes . |
class |
MapMergingEntryImpl
Implementation of
SplitBrainMergeTypes.MapMergeTypes . |
class |
MultiMapMergingEntryImpl
Implementation of
SplitBrainMergeTypes.MultiMapMergeTypes . |
class |
ReplicatedMapMergingEntryImpl
Implementation of
SplitBrainMergeTypes.ReplicatedMapMergeTypes . |
class |
ScheduledExecutorMergingEntryImpl
Implementation of
SplitBrainMergeTypes.ScheduledExecutorMergeTypes . |
Modifier and Type | Interface and Description |
---|---|
static interface |
SplitBrainMergeTypes.CacheMergeTypes
Provided merge types of
ICache . |
static interface |
SplitBrainMergeTypes.CardinalityEstimatorMergeTypes
Provided merge types of
CardinalityEstimator . |
static interface |
SplitBrainMergeTypes.MapMergeTypes
Provided merge types of
IMap . |
static interface |
SplitBrainMergeTypes.MultiMapMergeTypes
Provided merge types of
MultiMap . |
static interface |
SplitBrainMergeTypes.ReplicatedMapMergeTypes
Provided merge types of
ReplicatedMap . |
static interface |
SplitBrainMergeTypes.ScheduledExecutorMergeTypes
Provided merge types of
IScheduledExecutorService . |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.