org.apache.flume
Interface PollableSink

All Superinterfaces:
LifecycleAware, Sink
All Known Implementing Classes:
AvroSink, HDFSEventSink, LoggerSink, NullSink, RollingFileSink

public interface PollableSink
extends Sink


Nested Class Summary
static class PollableSink.Status
           
 
Method Summary
 PollableSink.Status process()
           
 
Methods inherited from interface org.apache.flume.Sink
getChannel, setChannel
 
Methods inherited from interface org.apache.flume.lifecycle.LifecycleAware
getLifecycleState, start, stop
 

Method Detail

process

PollableSink.Status process()
                            throws EventDeliveryException
Throws:
EventDeliveryException


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