Uses of Class
org.apache.solr.update.TransactionLog.LogReader
-
Packages that use TransactionLog.LogReader Package Description org.apache.solr.update APIs and classes for managing index updates -
-
Uses of TransactionLog.LogReader in org.apache.solr.update
Subclasses of TransactionLog.LogReader in org.apache.solr.update Modifier and Type Class Description classTransactionLog.SortedLogReaderMethods in org.apache.solr.update that return TransactionLog.LogReader Modifier and Type Method Description TransactionLog.LogReaderTransactionLog. getReader(long startingPos)Returns a reader that can be used while a log is still in use.TransactionLog.LogReaderTransactionLog. getSortedReader(long startingPos)
-