Package | Description |
---|---|
org.apache.flume.serialization | |
org.apache.flume.sink.solr.morphline |
Modifier and Type | Interface and Description |
---|---|
interface |
EventDeserializer
Establishes a contract for reading events stored in arbitrary formats from
reliable, resettable streams.
|
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.
|
class |
ResettableFileInputStream
This class makes the following assumptions:
|
class |
ResettableInputStream
This abstract class defines an interface for which
the stream may be
mark ed and reset with no limit to
the number of bytes which may have been read between the calls. |
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.