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 long
getElapsedTimeMs()
Set<ReportItem>
getItems()
int
getNodeCount()
String
toString()
-
-
-
Constructor Detail
-
ConsistencyReportImpl
public ConsistencyReportImpl(int nodeCount, long elapsedTimeMs, Set<ReportItem> reports)
-
-
Method Detail
-
getNodeCount
public int getNodeCount()
- Specified by:
getNodeCount
in interfaceConsistencyReport
- Returns:
- number of nodes that were checked
-
getElapsedTimeMs
public long getElapsedTimeMs()
- Specified by:
getElapsedTimeMs
in interfaceConsistencyReport
- Returns:
- elapsed time in ms
-
getItems
public Set<ReportItem> getItems()
- Specified by:
getItems
in interfaceConsistencyReport
- Returns:
- generated messages
-
-