public class ConsistencyReportImpl extends Object implements ConsistencyReport
| Constructor and Description |
|---|
ConsistencyReportImpl(int nodeCount,
long elapsedTimeMs,
Set<ReportItem> reports) |
| Modifier and Type | Method and Description |
|---|---|
long |
getElapsedTimeMs() |
Set<ReportItem> |
getItems() |
int |
getNodeCount() |
String |
toString() |
public ConsistencyReportImpl(int nodeCount,
long elapsedTimeMs,
Set<ReportItem> reports)
public int getNodeCount()
getNodeCount in interface ConsistencyReportpublic long getElapsedTimeMs()
getElapsedTimeMs in interface ConsistencyReportpublic Set<ReportItem> getItems()
getItems in interface ConsistencyReportCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.