Class ConsistencyReportImpl
- java.lang.Object
-
- org.apache.jackrabbit.core.persistence.check.ConsistencyReportImpl
-
- All Implemented Interfaces:
ConsistencyReport
public class ConsistencyReportImpl extends Object implements ConsistencyReport
-
-
Constructor Summary
Constructors Constructor Description ConsistencyReportImpl(int nodeCount, long elapsedTimeMs, Set<ReportItem> reports)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetElapsedTimeMs()Set<ReportItem>getItems()intgetNodeCount()StringtoString()
-
-
-
Constructor Detail
-
ConsistencyReportImpl
public ConsistencyReportImpl(int nodeCount, long elapsedTimeMs, Set<ReportItem> reports)
-
-
Method Detail
-
getNodeCount
public int getNodeCount()
- Specified by:
getNodeCountin interfaceConsistencyReport- Returns:
- number of nodes that were checked
-
getElapsedTimeMs
public long getElapsedTimeMs()
- Specified by:
getElapsedTimeMsin interfaceConsistencyReport- Returns:
- elapsed time in ms
-
getItems
public Set<ReportItem> getItems()
- Specified by:
getItemsin interfaceConsistencyReport- Returns:
- generated messages
-
-