Uses of Class
org.apache.flume.ChannelException

Packages that use ChannelException
org.apache.flume   
org.apache.flume.channel   
org.apache.flume.channel.file   
org.apache.flume.channel.jdbc   
 

Uses of ChannelException in org.apache.flume
 

Methods in org.apache.flume that throw ChannelException
 void Channel.put(Event event)
          Puts the given event in the channel.
 Event Channel.take()
          Returns the next event from the channel if available.
 

Uses of ChannelException in org.apache.flume.channel
 

Methods in org.apache.flume.channel that throw ChannelException
 void FanoutChannel.put(Event event)
           
 Event FanoutChannel.take()
           
 

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

Methods in org.apache.flume.channel.file that throw ChannelException
 void FileChannel.put(Event event)
           
 Event FileChannel.take()
           
 

Uses of ChannelException in org.apache.flume.channel.jdbc
 

Subclasses of ChannelException in org.apache.flume.channel.jdbc
 class JdbcChannelException
           
 

Methods in org.apache.flume.channel.jdbc that throw ChannelException
 void JdbcChannel.put(Event event)
           
 Event JdbcChannel.take()
           
 



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