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 classCdcrTransactionLog.CdcrLogReaderDeprecated.classHdfsTransactionLog.HDFSLogReaderDeprecated.classHdfsTransactionLog.HDFSSortedLogReaderDeprecated.classTransactionLog.SortedLogReaderMethods in org.apache.solr.update that return TransactionLog.LogReader Modifier and Type Method Description TransactionLog.LogReaderCdcrTransactionLog. getReader(long startingPos)Deprecated.Returns a reader that can be used while a log is still in use.TransactionLog.LogReaderHdfsTransactionLog. getReader(long startingPos)Deprecated.Returns a reader that can be used while a log is still in use.TransactionLog.LogReaderTransactionLog. getReader(long startingPos)Returns a reader that can be used while a log is still in use.TransactionLog.LogReaderHdfsTransactionLog. getSortedReader(long startingPos)Deprecated.TransactionLog.LogReaderTransactionLog. getSortedReader(long startingPos)
-