@Deprecated public class EsBolt extends Object implements IRichBolt
Constructor and Description |
---|
EsBolt(String target)
Deprecated.
|
EsBolt(String target,
boolean writeAck)
Deprecated.
|
EsBolt(String target,
Map configuration)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Deprecated.
|
void |
declareOutputFields(OutputFieldsDeclarer declarer)
Deprecated.
|
void |
execute(Tuple input)
Deprecated.
|
Map<String,Object> |
getComponentConfiguration()
Deprecated.
|
void |
prepare(Map conf,
TopologyContext context,
OutputCollector collector)
Deprecated.
|
public EsBolt(String target)
public EsBolt(String target, boolean writeAck)
public void prepare(Map conf, TopologyContext context, OutputCollector collector)
public void declareOutputFields(OutputFieldsDeclarer declarer)
declareOutputFields
in interface IComponent
public Map<String,Object> getComponentConfiguration()
getComponentConfiguration
in interface IComponent