Uses of Class
org.apache.solr.update.TransactionLog
-
Packages that use TransactionLog Package Description org.apache.solr.update APIs and classes for managing index updates -
-
Uses of TransactionLog in org.apache.solr.update
Fields in org.apache.solr.update declared as TransactionLog Modifier and Type Field Description protected TransactionLog
UpdateLog. bufferTlog
TransactionLog
UpdateLog.Update. log
protected TransactionLog
UpdateLog. prevMapLog
protected TransactionLog
UpdateLog. prevMapLog2
protected TransactionLog
UpdateLog. prevTlog
protected TransactionLog
UpdateLog. prevTlogOnPrecommit
protected TransactionLog
UpdateLog. tlog
Fields in org.apache.solr.update with type parameters of type TransactionLog Modifier and Type Field Description protected Deque<TransactionLog>
UpdateLog. logs
protected Deque<TransactionLog>
UpdateLog. newestLogsOnStartup
Methods in org.apache.solr.update that return TransactionLog Modifier and Type Method Description TransactionLog
UpdateLog. newTransactionLog(Path tlogFile, Collection<String> globalStrings, boolean openExisting)
Returns a newTransactionLog
.Methods in org.apache.solr.update with parameters of type TransactionLog Modifier and Type Method Description protected void
UpdateLog. addOldLog(TransactionLog oldLog, boolean removeOld)
void
UpdateLog. copyOverOldUpdates(long commitVersion, TransactionLog oldTlog)
Copy over updates from prevTlog or last tlog (in tlog folder) to a new tlogConstructor parameters in org.apache.solr.update with type arguments of type TransactionLog Constructor Description RecentUpdates(Deque<TransactionLog> logList)
-