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 class
CdcrTransactionLog.CdcrLogReader
Deprecated.class
HdfsTransactionLog.HDFSLogReader
Deprecated.class
HdfsTransactionLog.HDFSSortedLogReader
Deprecated.class
TransactionLog.SortedLogReader
Methods in org.apache.solr.update that return TransactionLog.LogReader Modifier and Type Method Description TransactionLog.LogReader
CdcrTransactionLog. getReader(long startingPos)
Deprecated.Returns a reader that can be used while a log is still in use.TransactionLog.LogReader
HdfsTransactionLog. getReader(long startingPos)
Deprecated.Returns a reader that can be used while a log is still in use.TransactionLog.LogReader
TransactionLog. getReader(long startingPos)
Returns a reader that can be used while a log is still in use.TransactionLog.LogReader
HdfsTransactionLog. getSortedReader(long startingPos)
Deprecated.TransactionLog.LogReader
TransactionLog. getSortedReader(long startingPos)
-