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

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

Uses of BasicChannelSemantics in org.apache.flume.channel
 

Subclasses of BasicChannelSemantics in org.apache.flume.channel
 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 SpillableMemoryChannel
           SpillableMemoryChannel will use main memory for buffering events until it has reached capacity.
 

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.
 



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