T
- type of the provided merging values, e.g. a simple MergingValue
or a composition like MergingEntry & MergingHits & MergingLastAccessTime
public interface SplitBrainMergeTypeProvider<T extends MergingValue>
Is implemented by config classes of split-brain capable data structures.
Is used by the ConfigValidator
to
check if a data structure provides he required merge types of a
configured SplitBrainMergePolicy
.
Modifier and Type | Method and Description |
---|---|
Class<T> |
getProvidedMergeTypes() |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.