| Package | Description | 
|---|---|
| org.apache.flume | |
| org.apache.flume.sink | |
| org.apache.flume.sink.elasticsearch | |
| org.apache.flume.sink.hbase | |
| org.apache.flume.sink.hdfs | |
| org.apache.flume.sink.hive | |
| org.apache.flume.sink.http | This package provides an HTTP sink for Flume so that events can be sent out
 to a target HTTP endpoint. | 
| org.apache.flume.sink.irc | |
| org.apache.flume.sink.kafka | |
| org.apache.flume.sink.kite | |
| org.apache.flume.sink.solr.morphline | 
| Modifier and Type | Method and Description | 
|---|---|
| Sink | SinkFactory. create(String name,
      String type) | 
| Modifier and Type | Method and Description | 
|---|---|
| Class<? extends Sink> | SinkFactory. getClass(String type) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SinkProcessor. setSinks(List<Sink> sinks)Set all sinks to work with. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractRpcSinkThis sink provides the basic RPC functionality for Flume. | 
| class  | AbstractSink | 
| class  | AvroSink
 A  Sinkimplementation that can send events to an RPC server (such as
 Flume'sAvroSource). | 
| class  | LoggerSink
 A  Sinkimplementation that logs all events received at the INFO level
 to the org.apache.flume.sink.LoggerSink logger. | 
| class  | NullSink
 A  Sinkimplementation that simply discards all events it receives. | 
| class  | RollingFileSink | 
| class  | ThriftSink
 A  Sinkimplementation that can send events to an RPC server (such as
 Flume'sThriftSource). | 
| Modifier and Type | Method and Description | 
|---|---|
| Sink | DefaultSinkFactory. create(String name,
      String type) | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<Sink> | LoadBalancingSinkProcessor.SinkSelector. createSinkIterator() | 
| Class<? extends Sink> | DefaultSinkFactory. getClass(String type) | 
| protected List<Sink> | AbstractSinkSelector. getSinks() | 
| protected List<Sink> | AbstractSinkProcessor. getSinks() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LoadBalancingSinkProcessor.SinkSelector. informSinkFailed(Sink failedSink) | 
| void | AbstractSinkSelector. informSinkFailed(Sink failedSink) | 
| Modifier and Type | Method and Description | 
|---|---|
| static SinkProcessor | SinkProcessorFactory. getProcessor(ComponentConfiguration conf,
            List<Sink> sinks) | 
| static SinkProcessor | SinkProcessorFactory. getProcessor(Context context,
            List<Sink> sinks)
 Creates a sink processor and configures it using the provided context | 
| void | LoadBalancingSinkProcessor.SinkSelector. setSinks(List<Sink> sinks) | 
| void | FailoverSinkProcessor. setSinks(List<Sink> sinks) | 
| void | DefaultSinkProcessor. setSinks(List<Sink> sinks) | 
| void | AbstractSinkSelector. setSinks(List<Sink> sinks) | 
| void | AbstractSinkProcessor. setSinks(List<Sink> sinks) | 
| Constructor and Description | 
|---|
| SinkGroup(List<Sink> groupSinks) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ElasticSearchSinkA sink which reads events from a channel and writes them to ElasticSearch
 based on the work done by https://github.com/Aconex/elasticflume.git. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AsyncHBaseSinkA simple sink which reads events from a channel and writes them to HBase. | 
| class  | HBaseSinkA simple sink which reads events from a channel and writes them to HBase. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HDFSEventSink | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HiveSink | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpSinkImplementation of an HTTP sink. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IRCSink | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | KafkaSinkA Flume Sink that can publish messages to Kafka. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DatasetSinkSink that writes events to a Kite Dataset. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MorphlineSinkFlume sink that extracts search documents from Flume events and processes them using a morphline
  Commandchain. | 
| class  | MorphlineSolrSinkFlume sink that extracts search documents from Flume events, processes them using a morphline
  Commandchain, and loads them into Apache Solr. | 
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.