Uses of Class
org.apache.flume.annotations.InterfaceStability.Unstable

Packages that use InterfaceStability.Unstable
org.apache.flume.agent.embedded This package provides Flume users the ability to embed simple agents in applications. 
org.apache.flume.channel.file   
org.apache.flume.serialization   
org.apache.flume.source.jms   
org.apache.flume.source.twitter   
 

Uses of InterfaceStability.Unstable in org.apache.flume.agent.embedded
 

Classes in org.apache.flume.agent.embedded with annotations of type InterfaceStability.Unstable
 class EmbeddedSource
          Simple source used to allow direct access to the channel for the Embedded Agent.
 

Uses of InterfaceStability.Unstable in org.apache.flume.channel.file
 

Classes in org.apache.flume.channel.file with annotations of type InterfaceStability.Unstable
 class Log
          Stores FlumeEvents on disk and pointers to the events in a in memory queue.
 class LogFile
           
 class LogFileV3
          Represents a single data file on disk.
 class Serialization
           
 class TransactionEventRecord
          Base class for records in data file: Put, Take, Rollback, Commit
 

Uses of InterfaceStability.Unstable in org.apache.flume.serialization
 

Classes in org.apache.flume.serialization with annotations of type InterfaceStability.Unstable
 class EventDeserializerType
           
 interface EventSerDe
          

A class that is able to both serialize and deserialize events.

 class EventSerializerType
           
 class ResettableInputStream
           This abstract class defines an interface for which the stream may be marked and reset with no limit to the number of bytes which may have been read between the calls.
 

Uses of InterfaceStability.Unstable in org.apache.flume.source.jms
 

Classes in org.apache.flume.source.jms with annotations of type InterfaceStability.Unstable
 class JMSSource
           
 

Uses of InterfaceStability.Unstable in org.apache.flume.source.twitter
 

Classes in org.apache.flume.source.twitter with annotations of type InterfaceStability.Unstable
 class TwitterSource
          Demo Flume source that connects via Streaming API to the 1% sample twitter firehose, continously downloads tweets, converts them to Avro format and sends Avro events to a downstream Flume sink.
 



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