Uses of Class
org.apache.solr.update.UpdateLog.RecoveryInfo
-
Packages that use UpdateLog.RecoveryInfo Package Description org.apache.solr.update APIs and classes for managing index updates -
-
Uses of UpdateLog.RecoveryInfo in org.apache.solr.update
Fields in org.apache.solr.update declared as UpdateLog.RecoveryInfo Modifier and Type Field Description protected UpdateLog.RecoveryInfoUpdateLog. recoveryInfoMethods in org.apache.solr.update that return types with arguments of type UpdateLog.RecoveryInfo Modifier and Type Method Description Future<UpdateLog.RecoveryInfo>UpdateLog. applyBufferedUpdates()Returns the Future to wait on, or null if no replay was neededFuture<UpdateLog.RecoveryInfo>UpdateLog. recoverFromCurrentLog()Replay current tlog, so all updates will be written to index.Future<UpdateLog.RecoveryInfo>UpdateLog. recoverFromLog()
-