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 TransactionLogUpdateLog. bufferTlogTransactionLogUpdateLog.Update. logprotected TransactionLogUpdateLog. prevMapLogprotected TransactionLogUpdateLog. prevMapLog2protected TransactionLogUpdateLog. prevTlogprotected TransactionLogUpdateLog. prevTlogOnPrecommitprotected TransactionLogUpdateLog. tlogFields in org.apache.solr.update with type parameters of type TransactionLog Modifier and Type Field Description protected Deque<TransactionLog>UpdateLog. logsprotected LinkedList<TransactionLog>UpdateLog. newestLogsOnStartupMethods in org.apache.solr.update that return TransactionLog Modifier and Type Method Description TransactionLogUpdateLog. 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 voidUpdateLog. addOldLog(TransactionLog oldLog, boolean removeOld)voidUpdateLog. 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)
-