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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final swim.structure.Valueprotected final swim.structure.RecordFields inherited from class swim.streamlet.AbstractInlet
input, version -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class swim.streamlet.AbstractInlet
bindInput, decohereOutput, didDecohereOutput, didRecohereOutput, disconnectInputs, disconnectOutputs, input, recohereOutput, unbindInput, willDecohereOutput, willRecohereOutput
-
Field Details
-
record
protected final swim.structure.Record record -
key
protected final swim.structure.Value key
-
-
Constructor Details
-
RecordFieldUpdater
public RecordFieldUpdater(swim.structure.Record record, swim.structure.Value key)
-
-
Method Details
-
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>
-