Uses of Class
org.apache.flume.EventDeliveryException

Packages that use EventDeliveryException
org.apache.flume.api   
 

Uses of EventDeliveryException in org.apache.flume.api
 

Methods in org.apache.flume.api that throw EventDeliveryException
 void ThriftRpcClient.append(Event event)
           
 void RpcClient.append(Event event)
          Send a single Event to the associated Flume source.
 void NettyAvroRpcClient.append(Event event)
           
 void LoadBalancingRpcClient.append(Event event)
           
 void FailoverRpcClient.append(Event event)
          Tries to append an event to the currently connected client.
abstract  void AbstractRpcClient.append(Event event)
           
 void ThriftRpcClient.appendBatch(List<Event> events)
           
 void RpcClient.appendBatch(List<Event> events)
          Send a list of events to the associated Flume source.
 void NettyAvroRpcClient.appendBatch(List<Event> events)
           
 void LoadBalancingRpcClient.appendBatch(List<Event> events)
           
 void FailoverRpcClient.appendBatch(List<Event> events)
          Tries to append a list of events to the currently connected client.
abstract  void AbstractRpcClient.appendBatch(List<Event> events)
           
 



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