| 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.mergeStore(Store recordStore,
BiConsumer<Integer,MergingItem> consumer)
Used to merge with
SplitBrainMergePolicy. |
protected abstract void |
AbstractMergeRunnable.mergeStoreLegacy(Store recordStore,
BiConsumer<Integer,Operation> consumer)
Used 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.