- java.lang.Object
-
- swim.streamlet.AbstractInlet<Value>
-
- swim.dataflow.RecordFieldUpdater
-
public class RecordFieldUpdater extends AbstractInlet<Value>
-
-
Constructor Summary
Constructors Constructor Description RecordFieldUpdater(Record record, Value key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
onDecohereOutput()
protected void
onRecohereOutput(int version)
-
Methods inherited from class swim.streamlet.AbstractInlet
bindInput, decohereOutput, didDecohereOutput, didRecohereOutput, disconnectInputs, disconnectOutputs, input, recohereOutput, unbindInput, willDecohereOutput, willRecohereOutput
-
-
-
-
Method Detail
-
onDecohereOutput
protected void onDecohereOutput()
- Overrides:
onDecohereOutput
in classAbstractInlet<Value>
-
onRecohereOutput
protected void onRecohereOutput(int version)
- Overrides:
onRecohereOutput
in classAbstractInlet<Value>
-
-