|
||||||||||
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 |
EventSerDe
A 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 |
BodyTextEventSerializer
This class simply writes the body of the event to the output stream and appends a newline after each event. |
class |
FlumeEventAvroEventSerializer
|
class |
HeaderAndBodyTextEventSerializer
This 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 |
AvroEventSerializer
This 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 |