| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.flume.sink.AbstractSink
@InterfaceAudience.Public @InterfaceStability.Stable public abstract class AbstractSink
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface org.apache.flume.Sink | 
|---|
| Sink.Status | 
| Constructor Summary | |
|---|---|
| AbstractSink() | |
| Method Summary | |
|---|---|
|  Channel | getChannel() | 
|  LifecycleState | getLifecycleState()Return the current state of the service or component. | 
|  String | getName() | 
|  void | setChannel(Channel channel)Sets the channel the sink will consume from | 
|  void | setName(String name) | 
|  void | start()Starts a service or component. | 
|  void | stop()Stops a service or component. | 
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface org.apache.flume.Sink | 
|---|
| process | 
| Constructor Detail | 
|---|
public AbstractSink()
| Method Detail | 
|---|
public void start()
LifecycleAwareStarts a service or component.
 Implementations should determine the result of any start logic and effect
 the return value of LifecycleAware.getLifecycleState() accordingly.
 
start in interface LifecycleAwarepublic void stop()
LifecycleAwareStops a service or component.
 Implementations should determine the result of any stop logic and effect
 the return value of LifecycleAware.getLifecycleState() accordingly.
 
stop in interface LifecycleAwarepublic Channel getChannel()
getChannel in interface Sinkpublic void setChannel(Channel channel)
SinkSets the channel the sink will consume from
setChannel in interface Sinkchannel - The channel to be polledpublic LifecycleState getLifecycleState()
LifecycleAwareReturn the current state of the service or component.
getLifecycleState in interface LifecycleAwarepublic void setName(String name)
setName in interface NamedComponentpublic String getName()
getName in interface NamedComponentpublic String toString()
toString in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||