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