public class MerkleTreeWanSyncStats extends Object implements com.hazelcast.wan.WanSyncStats
WanSyncStats interface.| Constructor and Description |
|---|
MerkleTreeWanSyncStats() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAvgEntriesPerLeaf()
Returns the average of the number of records belong the synchronized
Merkle tree nodes have
|
long |
getDurationSecs() |
int |
getMaxLeafEntryCount()
Returns the maximum of the number of records belong the synchronized
Merkle tree nodes have
|
int |
getMinLeafEntryCount()
Returns the minimum of the number of records belong the synchronized
Merkle tree nodes have
|
int |
getNodesSynced()
Returns the number of the synchronized Merkle tree nodes
|
int |
getPartitionsSynced() |
int |
getRecordsSynced() |
double |
getStdDevEntriesPerLeaf()
Returns the standard deviance of the number of records belong the
synchronized Merkle tree nodes have
|
public long getDurationSecs()
getDurationSecs in interface com.hazelcast.wan.WanSyncStatspublic int getPartitionsSynced()
getPartitionsSynced in interface com.hazelcast.wan.WanSyncStatspublic int getRecordsSynced()
getRecordsSynced in interface com.hazelcast.wan.WanSyncStatspublic int getNodesSynced()
public int getMinLeafEntryCount()
public int getMaxLeafEntryCount()
public double getAvgEntriesPerLeaf()
public double getStdDevEntriesPerLeaf()
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.