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 ConsistencyReport
public long getElapsedTimeMs()
getElapsedTimeMs
in interface ConsistencyReport
public Set<ReportItem> getItems()
getItems
in interface ConsistencyReport
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.