Uses of Class
org.apache.solr.update.CdcrUpdateLog.CdcrLogReader
-
Packages that use CdcrUpdateLog.CdcrLogReader Package Description org.apache.solr.update APIs and classes for managing index updates -
-
Uses of CdcrUpdateLog.CdcrLogReader in org.apache.solr.update
Fields in org.apache.solr.update with type parameters of type CdcrUpdateLog.CdcrLogReader Modifier and Type Field Description protected Map<CdcrUpdateLog.CdcrLogReader,org.apache.solr.update.CdcrUpdateLog.CdcrLogPointer>CdcrUpdateLog. logPointersMethods in org.apache.solr.update that return CdcrUpdateLog.CdcrLogReader Modifier and Type Method Description CdcrUpdateLog.CdcrLogReaderCdcrUpdateLog. getBufferToggle()CdcrUpdateLog.CdcrLogReaderCdcrUpdateLog.CdcrLogReader. getSubReader()Expert: Instantiate a sub-reader.CdcrUpdateLog.CdcrLogReaderCdcrUpdateLog. newLogReader()Creates a newCdcrUpdateLog.CdcrLogReaderinitialised with the current list of tlogs.Methods in org.apache.solr.update with parameters of type CdcrUpdateLog.CdcrLogReader Modifier and Type Method Description voidCdcrUpdateLog.CdcrLogReader. forwardSeek(CdcrUpdateLog.CdcrLogReader subReader)Expert: Fast forward this log reader with a log subreader.
-