Package org.apache.storm.trident.planner
Class BridgeReceiver
- java.lang.Object
-
- org.apache.storm.trident.planner.BridgeReceiver
-
- All Implemented Interfaces:
TupleReceiver
public class BridgeReceiver extends Object implements TupleReceiver
-
-
Constructor Summary
Constructors Constructor Description BridgeReceiver(BatchOutputCollector collector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ProcessorContext context, String streamId, TridentTuple tuple)
void
flush()
-
-
-
Constructor Detail
-
BridgeReceiver
public BridgeReceiver(BatchOutputCollector collector)
-
-
Method Detail
-
execute
public void execute(ProcessorContext context, String streamId, TridentTuple tuple)
- Specified by:
execute
in interfaceTupleReceiver
-
flush
public void flush()
- Specified by:
flush
in interfaceTupleReceiver
-
-