| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.flume.sink.AbstractSinkProcessor
public abstract class AbstractSinkProcessor
A convenience base class for sink processors.
| Constructor Summary | |
|---|---|
| AbstractSinkProcessor() | |
| Method Summary | |
|---|---|
|  LifecycleState | getLifecycleState()Return the current state of the service or component. | 
| protected  List<Sink> | getSinks() | 
|  void | setSinks(List<Sink> sinks)Set all sinks to work with. | 
|  void | start()Starts a service or component. | 
|  void | stop()Stops a service or component. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.apache.flume.SinkProcessor | 
|---|
| process | 
| Methods inherited from interface org.apache.flume.conf.Configurable | 
|---|
| configure | 
| Constructor Detail | 
|---|
public AbstractSinkProcessor()
| 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 LifecycleState getLifecycleState()
LifecycleAwareReturn the current state of the service or component.
getLifecycleState in interface LifecycleAwarepublic void setSinks(List<Sink> sinks)
SinkProcessorSet all sinks to work with.
Sink specific parameters are passed to the processor via configure
setSinks in interface SinkProcessorsinks - A non-null, non-empty list of sinks to be chosen from by the
 processorprotected List<Sink> getSinks()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||