|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.flume.SinkRunner
org.apache.flume.sink.PollableSinkRunner
public class PollableSinkRunner
| Nested Class Summary | |
|---|---|
static class |
PollableSinkRunner.PollingRunner
|
| Constructor Summary | |
|---|---|
PollableSinkRunner()
|
|
| Method Summary | |
|---|---|
LifecycleState |
getLifecycleState()
Return the current state of the service or component. |
void |
start()
Starts a service or component. |
void |
stop()
Stops a service or component. |
String |
toString()
|
| Methods inherited from class org.apache.flume.SinkRunner |
|---|
forSink, getSink, setSink |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PollableSinkRunner()
| 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.
public 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.
public String toString()
toString in class Objectpublic LifecycleState getLifecycleState()
LifecycleAwareReturn the current state of the service or component.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||