Uses of Class
org.apache.flume.EventDeliveryException

Packages that use EventDeliveryException
org.apache.flume   
org.apache.flume.sink   
org.apache.flume.sink.hdfs   
org.apache.flume.source   
 

Uses of EventDeliveryException in org.apache.flume
 

Methods in org.apache.flume that throw EventDeliveryException
 PollableSource.Status PollableSource.process()
           
 PollableSink.Status PollableSink.process()
           
 

Uses of EventDeliveryException in org.apache.flume.sink
 

Methods in org.apache.flume.sink that throw EventDeliveryException
 PollableSink.Status RollingFileSink.process()
           
 PollableSink.Status NullSink.process()
           
 PollableSink.Status LoggerSink.process()
           
 PollableSink.Status AvroSink.process()
           
 

Uses of EventDeliveryException in org.apache.flume.sink.hdfs
 

Methods in org.apache.flume.sink.hdfs that throw EventDeliveryException
 PollableSink.Status HDFSEventSink.process()
          Pull events out of channel and send it to HDFS - take at the most txnEventMax, that's the maximum #events to hold in channel for a given transaction - find the corresponding bucket for the event, ensure the file is open - extract the pay-load and append to HDFS file
 

Uses of EventDeliveryException in org.apache.flume.source
 

Methods in org.apache.flume.source that throw EventDeliveryException
 PollableSource.Status SequenceGeneratorSource.process()
           
 



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