| Package | Description |
|---|---|
| com.hazelcast.cardinality.impl | |
| com.hazelcast.cardinality.impl.hyperloglog |
This package contains spec for the HyperLogLog data-structure.
|
| com.hazelcast.cardinality.impl.hyperloglog.impl |
This package contains implementations of
HyperLogLog. |
| com.hazelcast.cardinality.impl.operations |
This package contains the operations on the
CardinalityEstimator. |
| com.hazelcast.spi.impl.merge |
This package contains split-brain related classes.
|
| Modifier and Type | Method and Description |
|---|---|
HyperLogLog |
CardinalityEstimatorContainer.merge(MergingEntryHolder<String,HyperLogLog> mergingEntry,
SplitBrainMergePolicy mergePolicy)
Merges the given
MergingEntryHolder via the given SplitBrainMergePolicy. |
| Modifier and Type | Method and Description |
|---|---|
void |
CardinalityEstimatorContainer.setValue(HyperLogLog hll) |
| Modifier and Type | Method and Description |
|---|---|
HyperLogLog |
CardinalityEstimatorContainer.merge(MergingEntryHolder<String,HyperLogLog> mergingEntry,
SplitBrainMergePolicy mergePolicy)
Merges the given
MergingEntryHolder via the given SplitBrainMergePolicy. |
| Modifier and Type | Method and Description |
|---|---|
void |
HyperLogLog.merge(HyperLogLog other)
Merge the two HyperLogLog structures in one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HyperLogLogImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
HyperLogLogImpl.merge(HyperLogLog other) |
| Constructor and Description |
|---|
MergeBackupOperation(String name,
HyperLogLog value) |
MergeOperation(String name,
SplitBrainMergePolicy mergePolicy,
HyperLogLog value) |
| Modifier and Type | Method and Description |
|---|---|
static MergingEntryHolder<String,HyperLogLog> |
MergingHolders.createMergeHolder(String name,
HyperLogLog item) |
| Modifier and Type | Method and Description |
|---|---|
static MergingEntryHolder<String,HyperLogLog> |
MergingHolders.createMergeHolder(String name,
HyperLogLog item) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.