| Package | Description |
|---|---|
| org.apache.flume | |
| org.apache.flume.agent.embedded |
This package provides Flume users the ability to embed simple agents
in applications.
|
| org.apache.flume.channel | |
| org.apache.flume.sink | |
| org.apache.flume.source | |
| org.apache.flume.source.http |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Channel
|
interface |
ChannelSelector
Allows the selection of a subset of channels from the given set based on
its implementation policy.
|
interface |
EventDrivenSource
|
interface |
PollableSource
|
interface |
Sink
A sink is connected to a Channel and consumes its contents,
sending them to a configured destination that may vary according to
the sink type.
|
interface |
Source
A source generates and calls methods on the
configured
ChannelProcessor to persist those events into the
configured channels. |
| 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 |
AbstractChannel |
class |
AbstractChannelSelector |
class |
BasicChannelSemantics
An implementation of basic
Channel semantics, including the
implied thread-local semantics of the Transaction class,
which is required to extend BasicTransactionSemantics. |
class |
MemoryChannel
MemoryChannel is the recommended channel to use when speeds which
writing to disk is impractical is required or durability of data is not
required.
|
class |
MultiplexingChannelSelector |
class |
PseudoTxnMemoryChannel
A capacity-capped
Channel implementation that supports in-memory
buffering and delivery of events. |
class |
ReplicatingChannelSelector
Replicating channel selector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRpcSink
This sink provides the basic RPC functionality for Flume.
|
class |
AbstractSink |
class |
AvroSink
A
Sink implementation that can send events to an RPC server (such as
Flume's AvroSource). |
class |
LoggerSink
A
Sink implementation that logs all events received at the INFO level
to the org.apache.flume.sink.LoggerSink logger. |
class |
NullSink
A
Sink implementation that simply discards all events it receives. |
class |
RollingFileSink |
class |
ThriftSink
A
Sink implementation that can send events to an RPC server (such as
Flume's ThriftSource). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventDrivenSource
Base class which ensures sub-classes will inherit all the properties
of BasicSourceSemantics.
|
class |
AbstractPollableSource
Base class which ensures sub-classes will inherit all the properties
of BasicSourceSemantics in addition to:
Ensuring when configure/start throw an exception process will not
be called
Ensure that process will not be called unless configure and start
have successfully been called
|
class |
AbstractSource |
class |
AvroSource
A
Source implementation that receives Avro events from clients that
implement AvroSourceProtocol. |
class |
BasicSourceSemantics
Alternative to AbstractSource, which:
Ensure configure cannot be called while started
Exceptions thrown during configure, start, stop put source in ERROR state
Exceptions thrown during start, stop will be logged but not re-thrown.
Exception in configure disables starting
|
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 |
SequenceGeneratorSource |
class |
SpoolDirectorySource |
class |
StressSource
StressSource is an internal load-generating source implementation
which is very useful for stress tests.
|
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.