Package org.apache.solr.update
Class UpdateLog.RecoveryInfo
- java.lang.Object
- 
- org.apache.solr.update.UpdateLog.RecoveryInfo
 
- 
- 
Field SummaryFields Modifier and Type Field Description intaddsintdeleteByQueryintdeletesAtomicIntegererrorsbooleanfailedlongpositionOfStart
 - 
Constructor SummaryConstructors Constructor Description RecoveryInfo()
 
- 
- 
- 
Field Detail- 
positionOfStartpublic long positionOfStart 
 - 
addspublic int adds 
 - 
deletespublic int deletes 
 - 
deleteByQuerypublic int deleteByQuery 
 - 
errorspublic AtomicInteger errors 
 - 
failedpublic boolean failed 
 
- 
 
-