Uses of Class
org.apache.solr.update.UpdateLog
-
Packages that use UpdateLog Package Description org.apache.solr.update APIs and classes for managing index updates -
-
Uses of UpdateLog in org.apache.solr.update
Subclasses of UpdateLog in org.apache.solr.update Modifier and Type Class Description class
CdcrUpdateLog
An extension of theUpdateLog
for the CDCR scenario.
Compared to the original update log implementation, transaction logs are removed based on pointers instead of a fixed size limit.class
HdfsUpdateLog
Deprecated.since 8.6Fields in org.apache.solr.update declared as UpdateLog Modifier and Type Field Description protected UpdateLog
UpdateHandler. ulog
Methods in org.apache.solr.update that return UpdateLog Modifier and Type Method Description UpdateLog
DirectUpdateHandler2. getUpdateLog()
abstract UpdateLog
UpdateHandler. getUpdateLog()
Constructors in org.apache.solr.update with parameters of type UpdateLog Constructor Description UpdateHandler(SolrCore core, UpdateLog updateLog)
VersionInfo(UpdateLog ulog, int nBuckets)
-