| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractChannel | |
|---|---|
| org.apache.flume.channel | |
| org.apache.flume.channel.file | |
| org.apache.flume.channel.jdbc | |
| org.apache.flume.channel.kafka | |
| Uses of AbstractChannel in org.apache.flume.channel | 
|---|
| Subclasses of AbstractChannel in org.apache.flume.channel | |
|---|---|
|  class | BasicChannelSemanticsAn implementation of basic Channelsemantics, including the
 implied thread-local semantics of theTransactionclass,
 which is required to extendBasicTransactionSemantics. | 
|  class | MemoryChannelMemoryChannel is the recommended channel to use when speeds which writing to disk is impractical is required or durability of data is not required. | 
|  class | PseudoTxnMemoryChannelA capacity-capped Channelimplementation that supports in-memory
 buffering and delivery of events. | 
|  class | SpillableMemoryChannelSpillableMemoryChannel will use main memory for buffering events until it has reached capacity. | 
| Uses of AbstractChannel in org.apache.flume.channel.file | 
|---|
| Subclasses of AbstractChannel in org.apache.flume.channel.file | |
|---|---|
|  class | FileChannelA durable Channelimplementation that uses the local file system for
 its storage. | 
| Uses of AbstractChannel in org.apache.flume.channel.jdbc | 
|---|
| Subclasses of AbstractChannel in org.apache.flume.channel.jdbc | |
|---|---|
|  class | JdbcChannelA JDBC based channel implementation. | 
| Uses of AbstractChannel in org.apache.flume.channel.kafka | 
|---|
| Subclasses of AbstractChannel in org.apache.flume.channel.kafka | |
|---|---|
|  class | KafkaChannel | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||