| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChannelException | |
|---|---|
| org.apache.flume | |
| org.apache.flume.channel | |
| 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 into 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 | ||
|---|---|---|
| static void | ChannelUtils.put(Channel channel,
    Collection<Event> events)A convenience method for multiple-event puttransactions. | |
| static void | ChannelUtils.put(Channel channel,
    Event event)A convenience method for single-event puttransactions. | |
|  void | BasicChannelSemantics.put(Event event)Ensures that a transaction exists for this thread and then delegates the putto the thread'sBasicTransactionSemanticsinstance. | |
|  Event | BasicChannelSemantics.take()Ensures that a transaction exists for this thread and then delegates the taketo the thread'sBasicTransactionSemanticsinstance. | |
| static Event | ChannelUtils.take(Channel channel)A convenience method for single-event taketransactions. | |
| static List<Event> | ChannelUtils.take(Channel channel,
     int max)A convenience method for multiple-event taketransactions. | |
| static
 | ChannelUtils.transact(Channel channel,
         Callable<T> transactor)A general optimistic implementation of Transactionclient
 semantics. | |
| static void | ChannelUtils.transact(Channel channel,
         Runnable transactor)A convenience method for transactions that don't require a return value. | |
| 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() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||