Package | Description |
---|---|
com.hazelcast.internal.config |
Contains functionality for Hazelcast configurations.
|
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 |
---|---|
static <T> T |
ConfigUtils.getConfig(ConfigPatternMatcher configPatternMatcher,
Map<String,T> configs,
String name,
Class clazz,
BiConsumer<T,String> nameSetter)
Similar to
ConfigUtils.getConfig(ConfigPatternMatcher, Map, String, Class)
This method is introduced specifically for solving problem of EventJournalConfig
use ConfigUtils.getConfig(ConfigPatternMatcher, Map, String, Class) along with NamedConfig
where possible |
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 © 2019 Hazelcast, Inc.. All Rights Reserved.