K - V - public class KeyedSourceOp<K,V> extends SourceOp<Tuple<K,V>>
SourceOp. Only difference is that it would write to edges by calling
multiEdgeOpAdapter keyedWriteToEdges methodmultiEdgeOpAdapter, source| Constructor and Description |
|---|
KeyedSourceOp() |
KeyedSourceOp(SourceFunc<Tuple<K,V>> src,
BaseTSet originTSet,
java.util.Map<java.lang.String,java.lang.String> receivables) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute without an incoming message
|
add, getReceivableNames, gettSetContextpublic KeyedSourceOp()
public KeyedSourceOp(SourceFunc<Tuple<K,V>> src, BaseTSet originTSet, java.util.Map<java.lang.String,java.lang.String> receivables)