org.apache.solr.update
Class UpdateLog.RecoveryInfo

java.lang.Object
  extended by org.apache.solr.update.UpdateLog.RecoveryInfo
Enclosing class:
UpdateLog

public static class UpdateLog.RecoveryInfo
extends Object


Field Summary
 int adds
           
 int deleteByQuery
           
 int deletes
           
 int errors
           
 boolean failed
           
 long positionOfStart
           
 
Constructor Summary
UpdateLog.RecoveryInfo()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

positionOfStart

public long positionOfStart

adds

public int adds

deletes

public int deletes

deleteByQuery

public int deleteByQuery

errors

public int errors

failed

public boolean failed
Constructor Detail

UpdateLog.RecoveryInfo

public UpdateLog.RecoveryInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.