Uses of Interface
org.apache.flume.Transaction

Packages that use Transaction
org.apache.flume   
org.apache.flume.channel   
 

Uses of Transaction in org.apache.flume
 

Methods in org.apache.flume that return Transaction
 Transaction Channel.getTransaction()
           
 

Uses of Transaction in org.apache.flume.channel
 

Classes in org.apache.flume.channel that implement Transaction
 class BasicTransactionSemantics
           An implementation of basic Transaction semantics designed to work in concert with BasicChannelSemantics to simplify creation of robust Channel implementations.
static class PseudoTxnMemoryChannel.NoOpTransaction
           A no-op transaction implementation that does nothing at all.
 

Methods in org.apache.flume.channel that return Transaction
 Transaction PseudoTxnMemoryChannel.getTransaction()
           
 Transaction BasicChannelSemantics.getTransaction()
           Initializes the channel if it is not already, then checks to see if there is an open transaction for this thread, creating a new one via createTransaction if not.
static Transaction PseudoTxnMemoryChannel.NoOpTransaction.sharedInstance()
           
 



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