Uses of Class
org.apache.flume.Sink.Status

Packages that use Sink.Status
org.apache.flume   
org.apache.flume.sink   
 

Uses of Sink.Status in org.apache.flume
 

Methods in org.apache.flume that return Sink.Status
 Sink.Status SinkProcessor.process()
          Handle a request to poll the owned sinks.
 Sink.Status Sink.process()
          Requests the sink to attempt to consume data from attached channel
static Sink.Status Sink.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Sink.Status[] Sink.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Sink.Status in org.apache.flume.sink
 

Methods in org.apache.flume.sink that return Sink.Status
 Sink.Status RollingFileSink.process()
           
 Sink.Status NullSink.process()
           
 Sink.Status LoggerSink.process()
           
 Sink.Status LoadBalancingSinkProcessor.process()
           
 Sink.Status FailoverSinkProcessor.process()
           
 Sink.Status DefaultSinkProcessor.process()
           
 Sink.Status AbstractRpcSink.process()
           
 



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