| Package | Description |
|---|---|
| com.hazelcast.spi.impl.merge |
This package contains split-brain related classes.
|
| com.hazelcast.util.collection |
The Agrona project backport: collections.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractMergeRunnable.consumeStore(Store recordStore,
BiConsumer<Integer,MergingItem> consumer)
Use to merge with policies which are a type of
SplitBrainMergePolicy |
protected abstract void |
AbstractMergeRunnable.consumeStoreLegacy(Store recordStore,
BiConsumer<Integer,Operation> consumer)
Use to merge with legacy merge policies
|
| Modifier and Type | Method and Description |
|---|---|
void |
Long2LongHashMap.forEach(BiConsumer<? super Long,? super Long> action) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.