@Deprecated public class EsSpout extends Object implements IRichSpout
Constructor and Description |
---|
EsSpout(String target)
Deprecated.
|
EsSpout(String target,
Map configuration)
Deprecated.
|
EsSpout(String target,
String query)
Deprecated.
|
EsSpout(String target,
String query,
Map configuration)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ack(Object msgId)
Deprecated.
|
void |
activate()
Deprecated.
|
void |
close()
Deprecated.
|
void |
deactivate()
Deprecated.
|
void |
declareOutputFields(OutputFieldsDeclarer declarer)
Deprecated.
|
void |
fail(Object msgId)
Deprecated.
|
Map<String,Object> |
getComponentConfiguration()
Deprecated.
|
void |
nextTuple()
Deprecated.
|
void |
open(Map conf,
TopologyContext context,
SpoutOutputCollector collector)
Deprecated.
|
public EsSpout(String target)
public void open(Map conf, TopologyContext context, SpoutOutputCollector collector)
public void deactivate()
deactivate
in interface ISpout
public void declareOutputFields(OutputFieldsDeclarer declarer)
declareOutputFields
in interface IComponent
public Map<String,Object> getComponentConfiguration()
getComponentConfiguration
in interface IComponent