|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.flume.channel.AbstractChannel
public abstract class AbstractChannel
| Constructor Summary | |
|---|---|
AbstractChannel()
|
|
| Method Summary | |
|---|---|
void |
configure(Context context)
|
LifecycleState |
getLifecycleState()
Return the current state of the service or component. |
String |
getName()
|
void |
setName(String name)
|
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.Channel |
|---|
getTransaction, put, take |
| Constructor Detail |
|---|
public AbstractChannel()
| Method Detail |
|---|
public void setName(String name)
setName in interface NamedComponentpublic 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 String getName()
getName in interface NamedComponentpublic void configure(Context context)
configure in interface Configurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||