Uses of Class
org.apache.flume.Transaction.TransactionState

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

Uses of Transaction.TransactionState in org.apache.flume
 

Methods in org.apache.flume that return Transaction.TransactionState
static Transaction.TransactionState Transaction.TransactionState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Transaction.TransactionState[] Transaction.TransactionState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Transaction.TransactionState in org.apache.flume.channel
 

Methods in org.apache.flume.channel that return Transaction.TransactionState
 Transaction.TransactionState MemoryChannel.MemTransaction.getState()
           
 



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