|
||||||||||
| 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.recoverable.memory | |
| Uses of AbstractChannel in org.apache.flume.channel |
|---|
| Subclasses of AbstractChannel in org.apache.flume.channel | |
|---|---|
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. |
| Uses of AbstractChannel in org.apache.flume.channel.file |
|---|
| Subclasses of AbstractChannel in org.apache.flume.channel.file | |
|---|---|
class |
FileChannel
A durable Channel implementation 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 |
JdbcChannel
A JDBC based channel implementation. |
| Uses of AbstractChannel in org.apache.flume.channel.recoverable.memory |
|---|
| Subclasses of AbstractChannel in org.apache.flume.channel.recoverable.memory | |
|---|---|
class |
RecoverableMemoryChannel
Deprecated. The RecoverableMemoryChannel has been deprecated in favor of FileChannel, which gives better
performance and is also durable. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||