- 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 voidonInvalidateOutput()protected voidonReconcileOutput(int version)
-
-
-
Method Detail
-
onInvalidateOutput
protected void onInvalidateOutput()
- Overrides:
onInvalidateOutputin classswim.streamlet.AbstractInlet<swim.structure.Value>
-
onReconcileOutput
protected void onReconcileOutput(int version)
- Overrides:
onReconcileOutputin classswim.streamlet.AbstractInlet<swim.structure.Value>
-
-