org.apache.flume
Interface NamedComponent

All Known Subinterfaces:
Channel, ChannelSelector, EventDrivenSource, PollableSource, Sink, Source
All Known Implementing Classes:
AbstractChannel, AbstractChannelSelector, AbstractEventDrivenSource, AbstractPollableSource, AbstractRpcSink, AbstractSink, AbstractSource, AsyncHBaseSink, AvroLegacySource, AvroSink, AvroSource, BasicChannelSemantics, BasicSourceSemantics, ElasticSearchSink, EmbeddedSource, ExecSource, FileChannel, HBaseSink, HDFSEventSink, HTTPSource, IRCSink, JdbcChannel, JMSSource, LoggerSink, MemoryChannel, MorphlineSink, MorphlineSolrSink, MultiplexingChannelSelector, MultiportSyslogTCPSource, NetcatSource, NullSink, PseudoTxnMemoryChannel, ReplicatingChannelSelector, RollingFileSink, ScribeSource, SequenceGeneratorSource, SpillableMemoryChannel, SpoolDirectorySource, StressSource, SyslogTcpSource, SyslogUDPSource, ThriftLegacySource, ThriftSink, ThriftSource, TwitterSource

@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-2014 Apache Software Foundation. All Rights Reserved.