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
Subclasses of TransactionLog in org.apache.solr.update Modifier and Type Class Description classCdcrTransactionLogExtendsTransactionLogto: reopen automatically the output stream if its reference count reached 0.classHdfsTransactionLogLog Format: List{Operation, Version, ...} ADD, VERSION, DOC DELETE, VERSION, ID_BYTES DELETE_BY_QUERY, VERSION, String TODO: keep two files, one for [operation, version, id] and the other for the actual document data.Fields in org.apache.solr.update declared as TransactionLog Modifier and Type Field Description protected TransactionLogUpdateLog. bufferTlogprotected 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 TransactionLogCdcrUpdateLog. newTransactionLog(File tlogFile, Collection<String> globalStrings, boolean openExisting)TransactionLogUpdateLog. newTransactionLog(File 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 voidCdcrUpdateLog. addOldLog(TransactionLog oldLog, boolean removeOld)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)
-