Package | Description |
---|---|
org.apache.flume.serialization | |
org.apache.flume.sink.solr.morphline |
Modifier and Type | Interface and Description |
---|---|
interface |
EventSerDe
A class that is able to both serialize and deserialize events.
|
Modifier and Type | Class and Description |
---|---|
class |
AvroEventDeserializer
A deserializer that parses Avro container files, generating one Flume event
per record in the Avro file, and storing binary avro-encoded records in
the Flume event body.
|
class |
LineDeserializer
A deserializer that parses text lines from a file.
|
Modifier and Type | Method and Description |
---|---|
EventDeserializer |
AvroEventDeserializer.Builder.build(Context context,
ResettableInputStream in) |
EventDeserializer |
LineDeserializer.Builder.build(Context context,
ResettableInputStream in) |
EventDeserializer |
EventDeserializer.Builder.build(Context context,
ResettableInputStream in) |
static EventDeserializer |
EventDeserializerFactory.getInstance(String deserializerType,
Context context,
ResettableInputStream in) |
Modifier and Type | Class and Description |
---|---|
class |
BlobDeserializer
A deserializer that reads a Binary Large Object (BLOB) per event, typically
one BLOB per file; To be used in conjunction with Flume SpoolDirectorySource.
|
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.