Uses of Class
org.apache.flume.channel.file.TransactionEventRecord

Packages that use TransactionEventRecord
org.apache.flume.channel.file   
 

Uses of TransactionEventRecord in org.apache.flume.channel.file
 

Methods in org.apache.flume.channel.file that return TransactionEventRecord
 TransactionEventRecord LogRecord.getEvent()
           
 

Methods in org.apache.flume.channel.file with parameters of type TransactionEventRecord
static Event EventUtils.getEventFromTransactionEvent(TransactionEventRecord transactionEventRecord)
          Returns the Event encapsulated by a Put wrapper
 

Constructors in org.apache.flume.channel.file with parameters of type TransactionEventRecord
LogRecord(int fileID, int offset, TransactionEventRecord event)
           
 



Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.