| Package | Description | 
|---|---|
| org.apache.flume.channel | |
| org.apache.flume.channel.file | |
| org.apache.flume.channel.jdbc | |
| org.apache.flume.channel.kafka | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicChannelSemantics
 An implementation of basic  Channelsemantics, including the
 implied thread-local semantics of theTransactionclass,
 which is required to extendBasicTransactionSemantics. | 
| 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  Channelimplementation that supports in-memory
 buffering and delivery of events. | 
| class  | SpillableMemoryChannel
 SpillableMemoryChannel will use main memory for buffering events until it has reached capacity. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FileChannel
 A durable  Channelimplementation that uses the local file system for
 its storage. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JdbcChannel
 A JDBC based channel implementation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | KafkaChannel | 
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.