org.apache.flume
Interface Source

All Superinterfaces:
LifecycleAware
All Known Subinterfaces:
EventDrivenSource, PollableSource
All Known Implementing Classes:
AbstractSource, AvroSource, ExecSource, NetcatSource, SequenceGeneratorSource

public interface Source
extends LifecycleAware


Method Summary
 Channel getChannel()
           
 void setChannel(Channel channel)
           
 
Methods inherited from interface org.apache.flume.lifecycle.LifecycleAware
getLifecycleState, start, stop
 

Method Detail

setChannel

void setChannel(Channel channel)

getChannel

Channel getChannel()


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