public class ConsistencyCheckResult extends Object
Constructor and Description |
---|
ConsistencyCheckResult() |
ConsistencyCheckResult(int lastCheckedPartitionCount,
int lastDiffPartitionCount)
Constructs the result of the WAN consistency check comparison
|
Modifier and Type | Method and Description |
---|---|
float |
getDiffPercentage() |
int |
getLastCheckedPartitionCount() |
int |
getLastDiffPartitionCount() |
boolean |
isDone() |
boolean |
isRunning() |
public ConsistencyCheckResult()
public ConsistencyCheckResult(int lastCheckedPartitionCount, int lastDiffPartitionCount)
lastCheckedPartitionCount
- the number of last checked partitionslastDiffPartitionCount
- the number of different partitionsCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.