Uses of Class
org.apache.flume.annotations.InterfaceAudience.Private

Packages that use InterfaceAudience.Private
org.apache.flume.channel.file   
org.apache.flume.channel.jdbc   
org.apache.flume.channel.recoverable.memory   
 

Uses of InterfaceAudience.Private in org.apache.flume.channel.file
 

Classes in org.apache.flume.channel.file with annotations of type InterfaceAudience.Private
 class FileChannel
           A durable Channel implementation that uses the local file system for its storage.
 

Uses of InterfaceAudience.Private in org.apache.flume.channel.jdbc
 

Classes in org.apache.flume.channel.jdbc with annotations of type InterfaceAudience.Private
 class JdbcChannel
           A JDBC based channel implementation.
 

Uses of InterfaceAudience.Private in org.apache.flume.channel.recoverable.memory
 

Classes in org.apache.flume.channel.recoverable.memory with annotations of type InterfaceAudience.Private
 class RecoverableMemoryChannel
          Deprecated. The RecoverableMemoryChannel has been deprecated in favor of FileChannel, which gives better performance and is also durable.
 



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