Uses of Interface
org.apache.flume.serialization.EventSerializer

Packages that use EventSerializer
org.apache.flume.serialization   
 

Uses of EventSerializer in org.apache.flume.serialization
 

Classes in org.apache.flume.serialization that implement EventSerializer
 class AbstractAvroEventSerializer<T>
          This is a helper class provided to make it straightforward to serialize Flume events into Avro data.
 class BodyTextEventSerializer
          This class simply writes the body of the event to the output stream and appends a newline after each event.
 class FlumeEventAvroEventSerializer
           
 

Methods in org.apache.flume.serialization that return EventSerializer
 EventSerializer FlumeEventAvroEventSerializer.Builder.build(Context context, OutputStream out)
           
 EventSerializer EventSerializer.Builder.build(Context context, OutputStream out)
           
 EventSerializer BodyTextEventSerializer.Builder.build(Context context, OutputStream out)
           
static EventSerializer EventSerializerFactory.getInstance(String serializerType, Context context, OutputStream out)
           
 



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