org.apache.flume
Interface NamedComponent

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

@InterfaceAudience.Public
@InterfaceStability.Stable
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-2013 Apache Software Foundation. All Rights Reserved.