| Package | Description |
|---|---|
| org.apache.flume.agent.embedded |
This package provides Flume users the ability to embed simple agents
in applications.
|
| org.apache.flume.source | |
| org.apache.flume.source.http |
| 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 |
AbstractEventDrivenSource
Base class which ensures sub-classes will inherit all the properties
of BasicSourceSemantics.
|
class |
AvroSource
A
Source implementation that receives Avro events from clients that
implement AvroSourceProtocol. |
class |
ExecSource
A
Source implementation that executes a Unix process and turns each
line of text into an event. |
class |
MultiportSyslogTCPSource |
class |
NetcatSource
A netcat-like source that listens on a given port and turns each line of text
into an event.
|
class |
SpoolDirectorySource |
class |
SyslogTcpSource |
class |
SyslogUDPSource |
class |
ThriftSource |
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPSource
A source which accepts Flume Events by HTTP POST and GET.
|
Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.