Uses of Class
org.apache.solr.update.TransactionLog

Packages that use TransactionLog
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
 class HdfsTransactionLog
          Log 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
protected  TransactionLog UpdateLog.prevMapLog
           
protected  TransactionLog UpdateLog.prevMapLog2
           
protected  TransactionLog UpdateLog.prevTlog
           
protected  TransactionLog UpdateLog.tlog
           
 

Fields in org.apache.solr.update with type parameters of type TransactionLog
protected  Deque<TransactionLog> UpdateLog.logs
           
protected  LinkedList<TransactionLog> UpdateLog.newestLogsOnStartup
           
 

Methods in org.apache.solr.update with parameters of type TransactionLog
protected  void UpdateLog.addOldLog(TransactionLog oldLog, boolean removeOld)
           
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.