org.apache.flume
Interface PollableSource

All Superinterfaces:
LifecycleAware, Source
All Known Implementing Classes:
SequenceGeneratorSource

public interface PollableSource
extends Source


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

Method Detail

process

PollableSource.Status process()
                              throws EventDeliveryException
Throws:
EventDeliveryException


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