| Package | Description |
|---|---|
| org.apache.flume.channel |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicChannelSemantics
An implementation of basic
Channel semantics, including the
implied thread-local semantics of the Transaction class,
which is required to extend BasicTransactionSemantics. |
class |
MemoryChannel
MemoryChannel is the recommended channel to use when speeds which
writing to disk is impractical is required or durability of data is not
required.
|
class |
PseudoTxnMemoryChannel
A capacity-capped
Channel implementation that supports in-memory
buffering and delivery of events. |
Copyright © 2009-2022 Apache Software Foundation. All Rights Reserved.