|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.flume.channel.AbstractChannel
org.apache.flume.channel.BasicChannelSemantics
org.apache.flume.channel.MemoryChannel
public class MemoryChannel
| Nested Class Summary | |
|---|---|
class |
MemoryChannel.MemoryTransaction
|
| Constructor Summary | |
|---|---|
MemoryChannel()
|
|
| Method Summary | |
|---|---|
void |
configure(Context context)
Request the implementing class to (re)configure itself. |
protected BasicTransactionSemantics |
createTransaction()
Called to create new Transaction objects, which must
extend BasicTransactionSemantics. |
void |
start()
Starts a service or component. |
void |
stop()
Stops a service or component. |
| Methods inherited from class org.apache.flume.channel.BasicChannelSemantics |
|---|
getTransaction, initialize, put, take |
| Methods inherited from class org.apache.flume.channel.AbstractChannel |
|---|
getLifecycleState, getName, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MemoryChannel()
| Method Detail |
|---|
public void configure(Context context)
ConfigurableRequest the implementing class to (re)configure itself.
When configuration parameters are changed, they must be reflected by the component asap.
There are no thread safety guarrantees on when configure might be called.
configure in interface Configurableconfigure in class AbstractChannelpublic 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 LifecycleAwarestart in class AbstractChannelpublic 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 LifecycleAwarestop in class AbstractChannelprotected BasicTransactionSemantics createTransaction()
BasicChannelSemantics
Called to create new Transaction objects, which must
extend BasicTransactionSemantics. Each object is used
for only one transaction, but is stored in a thread-local and
retrieved by getTransaction for the duration of that
transaction.
createTransaction in class BasicChannelSemantics
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||