Uses of Class
org.apache.flume.channel.BasicChannelSemantics

Packages that use BasicChannelSemantics
org.apache.flume.channel   
org.apache.flume.channel.file   
org.apache.flume.channel.recoverable.memory   
 

Uses of BasicChannelSemantics in org.apache.flume.channel
 

Subclasses of BasicChannelSemantics in org.apache.flume.channel
 class MemoryChannel
           
 

Uses of BasicChannelSemantics in org.apache.flume.channel.file
 

Subclasses of BasicChannelSemantics in org.apache.flume.channel.file
 class FileChannel
           A durable Channel implementation that uses the local file system for its storage.
 

Uses of BasicChannelSemantics in org.apache.flume.channel.recoverable.memory
 

Subclasses of BasicChannelSemantics 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.
 



Copyright © 2009-2012 Apache Software Foundation. All Rights Reserved.