| Package | Description |
|---|---|
| org.apache.flume.sink | |
| org.apache.flume.sink.elasticsearch |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRpcSink
This sink provides the basic RPC functionality for Flume.
|
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 |
ElasticSearchSink
A sink which reads events from a channel and writes them to ElasticSearch
based on the work done by https://github.com/Aconex/elasticflume.git.
|
Copyright © 2009-2016 Apache Software Foundation. All Rights Reserved.