Package com.hazelcast.spi.merge
Interface SplitBrainMergeTypes.CardinalityEstimatorMergeTypes
-
- All Superinterfaces:
MergingEntry<java.lang.String,com.hazelcast.cardinality.impl.hyperloglog.HyperLogLog>
,MergingValue<com.hazelcast.cardinality.impl.hyperloglog.HyperLogLog>
,MergingView
- Enclosing class:
- SplitBrainMergeTypes
public static interface SplitBrainMergeTypes.CardinalityEstimatorMergeTypes extends MergingEntry<java.lang.String,com.hazelcast.cardinality.impl.hyperloglog.HyperLogLog>
Provided merge types ofCardinalityEstimator
.- Since:
- 3.10
-
-
Method Summary
-
Methods inherited from interface com.hazelcast.spi.merge.MergingEntry
getKey, getRawKey
-
Methods inherited from interface com.hazelcast.spi.merge.MergingValue
getDeserializedValue, getRawValue, getValue
-
-