org.apache.flume
Interface NamedComponent

All Known Subinterfaces:
Channel, ChannelSelector, EventDrivenSource, PollableSource, Sink, Source
All Known Implementing Classes:
AbstractChannel, AbstractChannelSelector, AbstractSink, AbstractSource, AvroLegacySource, AvroSink, AvroSource, BasicChannelSemantics, ExecSource, FileChannel, HDFSEventSink, IRCSink, JdbcChannel, LoggerSink, MemoryChannel, MultiplexingChannelSelector, NetcatSource, NullSink, PseudoTxnMemoryChannel, ReplicatingChannelSelector, RollingFileSink, SequenceGeneratorSource, SyslogTcpSource, SyslogUDPSource, ThriftLegacySource

public interface NamedComponent

Enables a component to be tagged with a name so that it can be referred to uniquely within the configuration system.


Method Summary
 String getName()
           
 void setName(String name)
           
 

Method Detail

setName

void setName(String name)

getName

String getName()


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