- java.lang.Object
-
- swim.streamlet.AbstractInlet<swim.structure.Value>
-
- swim.dataflow.RecordFieldUpdater
-
- All Implemented Interfaces:
swim.streamlet.Inlet<swim.structure.Value>
public class RecordFieldUpdater extends swim.streamlet.AbstractInlet<swim.structure.Value>
-
-
Constructor Summary
Constructors Constructor Description RecordFieldUpdater(swim.structure.Record record, swim.structure.Value key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonDecohereOutput()protected voidonRecohereOutput(int version)
-
-
-
Method Detail
-
onDecohereOutput
protected void onDecohereOutput()
- Overrides:
onDecohereOutputin classswim.streamlet.AbstractInlet<swim.structure.Value>
-
onRecohereOutput
protected void onRecohereOutput(int version)
- Overrides:
onRecohereOutputin classswim.streamlet.AbstractInlet<swim.structure.Value>
-
-