public abstract class AbstractEsBolt extends BaseTickTupleAwareRichBolt
| Modifier and Type | Field and Description |
|---|---|
protected static org.elasticsearch.client.Client |
client |
protected OutputCollector |
collector |
| Constructor and Description |
|---|
AbstractEsBolt(EsConfig esConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
declareOutputFields(OutputFieldsDeclarer outputFieldsDeclarer) |
void |
prepare(Map map,
TopologyContext topologyContext,
OutputCollector outputCollector) |
execute, onTickTuple, processcleanupgetComponentConfigurationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComponentConfigurationprotected static org.elasticsearch.client.Client client
protected OutputCollector collector
public AbstractEsBolt(EsConfig esConfig)
public void prepare(Map map, TopologyContext topologyContext, OutputCollector outputCollector)
public void declareOutputFields(OutputFieldsDeclarer outputFieldsDeclarer)
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.