public class DelayedSimilaritiesUpdateLauncher extends Object implements storm.trident.spout.IBatchSpout
| Constructor and Description |
|---|
DelayedSimilaritiesUpdateLauncher(long delayMs) |
| Modifier and Type | Method and Description |
|---|---|
void |
ack(long batchId) |
void |
close() |
void |
emitBatch(long batchId,
storm.trident.operation.TridentCollector collector) |
Map<String,Object> |
getComponentConfiguration() |
backtype.storm.tuple.Fields |
getOutputFields() |
void |
open(Map conf,
backtype.storm.task.TopologyContext context) |
public DelayedSimilaritiesUpdateLauncher(long delayMs)
public void emitBatch(long batchId,
storm.trident.operation.TridentCollector collector)
emitBatch in interface storm.trident.spout.IBatchSpoutpublic void close()
close in interface storm.trident.spout.IBatchSpoutpublic Map<String,Object> getComponentConfiguration()
getComponentConfiguration in interface storm.trident.spout.IBatchSpoutpublic void open(Map conf, backtype.storm.task.TopologyContext context)
open in interface storm.trident.spout.IBatchSpoutpublic void ack(long batchId)
ack in interface storm.trident.spout.IBatchSpoutpublic backtype.storm.tuple.Fields getOutputFields()
getOutputFields in interface storm.trident.spout.IBatchSpoutCopyright © 2013. All Rights Reserved.