| Package | Description |
|---|---|
| org.apache.flume.agent.embedded |
This package provides Flume users the ability to embed simple agents
in applications.
|
| org.apache.flume.client.avro | |
| org.apache.flume.serialization | |
| org.apache.flume.source |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedSource
Simple source used to allow direct access to the channel for the Embedded
Agent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AvroCLIClient |
interface |
EventReader
A line reader produces a stream of lines for the
AvroCLIClient to
ingest into Flume. |
interface |
ReliableEventReader
A reliable event reader.
|
class |
ReliableSpoolingFileEventReader
A
ReliableEventReader which reads log data from files stored
in a spooling directory and renames each file once all of its data has been
read (through EventDeserializer.readEvent() calls). |
class |
SimpleTextLineEventReader
A
EventReader implementation which delegates to a
BufferedReader. |
| Modifier and Type | Class and Description |
|---|---|
class |
DecodeErrorPolicy |
class |
DurablePositionTracker
Class that stores object state in an avro container file.
|
class |
EventDeserializerFactory |
class |
EventDeserializerType |
class |
EventSerializerFactory |
class |
EventSerializerType |
class |
LineDeserializer
A deserializer that parses text lines from a file.
|
interface |
PositionTracker
Defines an interface for tracking the offset position in a target file.
|
class |
ResettableFileInputStream
This class makes the following assumptions:
The underlying file is not changing while it is being read
The ability to
ResettableFileInputStream.reset() is dependent on the underlying PositionTracker instance's durability semantics. |
| Modifier and Type | Class and Description |
|---|---|
class |
SyslogParser |
class |
SyslogUtils |
Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.