Uses of Class
org.apache.flume.sink.AbstractSink

Packages that use AbstractSink
org.apache.flume.sink   
org.apache.flume.sink.elasticsearch   
org.apache.flume.sink.hbase   
org.apache.flume.sink.hdfs   
org.apache.flume.sink.irc   
org.apache.flume.sink.solr.morphline   
 

Uses of AbstractSink in org.apache.flume.sink
 

Subclasses of AbstractSink in org.apache.flume.sink
 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).
 

Uses of AbstractSink in org.apache.flume.sink.elasticsearch
 

Subclasses of AbstractSink in org.apache.flume.sink.elasticsearch
 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.
 

Uses of AbstractSink in org.apache.flume.sink.hbase
 

Subclasses of AbstractSink in org.apache.flume.sink.hbase
 class AsyncHBaseSink
          A simple sink which reads events from a channel and writes them to HBase.
 class HBaseSink
          A simple sink which reads events from a channel and writes them to HBase.
 

Uses of AbstractSink in org.apache.flume.sink.hdfs
 

Subclasses of AbstractSink in org.apache.flume.sink.hdfs
 class HDFSEventSink
           
 

Uses of AbstractSink in org.apache.flume.sink.irc
 

Subclasses of AbstractSink in org.apache.flume.sink.irc
 class IRCSink
           
 

Uses of AbstractSink in org.apache.flume.sink.solr.morphline
 

Subclasses of AbstractSink in org.apache.flume.sink.solr.morphline
 class MorphlineSink
          Flume sink that extracts search documents from Flume events and processes them using a morphline Command chain.
 class MorphlineSolrSink
          Flume sink that extracts search documents from Flume events, processes them using a morphline Command chain, and loads them into Apache Solr.
 



Copyright © 2009-2014 Apache Software Foundation. All Rights Reserved.