org.apache.flume.sink.solr.morphline
Class MorphlineSolrSink
java.lang.Object
   org.apache.flume.sink.AbstractSink
org.apache.flume.sink.AbstractSink
       org.apache.flume.sink.solr.morphline.MorphlineSink
org.apache.flume.sink.solr.morphline.MorphlineSink
           org.apache.flume.sink.solr.morphline.MorphlineSolrSink
org.apache.flume.sink.solr.morphline.MorphlineSolrSink
- All Implemented Interfaces: 
- Configurable, LifecycleAware, NamedComponent, Sink
- public class MorphlineSolrSink 
- extends MorphlineSink
Flume sink that extracts search documents from Flume events, processes them using a morphline
 Command chain, and loads them into Apache Solr.
 
| Nested classes/interfaces inherited from interface org.apache.flume.Sink | 
| Sink.Status | 
 
 
 
 
| Method Summary | 
|  void | configure(Context context)Request the implementing class to (re)configure itself.
 | 
 
 
 
 
MorphlineSolrSink
public MorphlineSolrSink()
MorphlineSolrSink
protected MorphlineSolrSink(MorphlineHandler handler)
- For testing only
 
configure
public void configure(Context context)
- Description copied from interface: Configurable
- 
 Request the implementing class to (re)configure itself.
  - 
 When configuration parameters are changed, they must be
 reflected by the component asap.
  - 
 There are no thread safety guarrantees on when configure might be called.
  - 
 
- 
- Specified by:
- configurein interface- Configurable
- Overrides:
- configurein class- MorphlineSink
 
- 
 
Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.