- java.lang.Object
-
- swim.streamlet.AbstractInlet<Value>
-
- swim.dataflow.RecordFieldUpdater
-
public class RecordFieldUpdater extends AbstractInlet<Value>
-
-
Field Summary
-
Fields inherited from class swim.streamlet.AbstractInlet
input, version
-
-
Constructor Summary
Constructors Constructor Description RecordFieldUpdater(Record record, Value key)
-
Method Summary
Modifier and Type Method Description protected voidonInvalidateOutput()protected voidonReconcileOutput(int version)-
Methods inherited from class swim.streamlet.AbstractInlet
bindInput, didInvalidateOutput, didReconcileOutput, disconnectInputs, disconnectOutputs, input, invalidateOutput, reconcileOutput, unbindInput, willInvalidateOutput, willReconcileOutput
-
-
-
-
Method Detail
-
onInvalidateOutput
protected void onInvalidateOutput()
- Overrides:
onInvalidateOutputin classAbstractInlet<Value>
-
onReconcileOutput
protected void onReconcileOutput(int version)
- Overrides:
onReconcileOutputin classAbstractInlet<Value>
-
-