| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventSerializer | |
|---|---|
| org.apache.flume.serialization | |
| org.apache.flume.sink.hdfs | |
| Uses of EventSerializer in org.apache.flume.serialization | 
|---|
| Subinterfaces of EventSerializer in org.apache.flume.serialization | |
|---|---|
|  interface | EventSerDeA class that is able to both serialize and deserialize events. | 
| 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 | BodyTextEventSerializerThis class simply writes the body of the event to the output stream and appends a newline after each event. | 
|  class | FlumeEventAvroEventSerializer | 
|  class | HeaderAndBodyTextEventSerializerThis class simply writes the body of the event to the output stream and appends a newline after each event. | 
| Methods in org.apache.flume.serialization that return EventSerializer | |
|---|---|
|  EventSerializer | HeaderAndBodyTextEventSerializer.Builder.build(Context context,
      OutputStream out) | 
|  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) | 
| Uses of EventSerializer in org.apache.flume.sink.hdfs | 
|---|
| Classes in org.apache.flume.sink.hdfs that implement EventSerializer | |
|---|---|
|  class | AvroEventSerializerThis class serializes Flume events into Avro data files. | 
| Methods in org.apache.flume.sink.hdfs that return EventSerializer | |
|---|---|
|  EventSerializer | AvroEventSerializer.Builder.build(Context context,
      OutputStream out) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||