public class ConsistencyReportImpl extends Object implements ConsistencyReport
| Constructor and Description |
|---|
ConsistencyReportImpl(int nodeCount,
long elapsedTimeMs,
Set<ReportItem> reports) |
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-2020 The Apache Software Foundation. All Rights Reserved.