Package swim.dataflow

Class RecordFieldUpdater

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

    Fields
    Modifier and Type
    Field
    Description
    protected final swim.structure.Value
     
    protected final swim.structure.Record
     

    Fields inherited from class swim.streamlet.AbstractInlet

    input, version
  • Constructor Summary

    Constructors
    Constructor
    Description
    RecordFieldUpdater(swim.structure.Record record, swim.structure.Value key)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
    onRecohereOutput(int version)
     

    Methods inherited from class swim.streamlet.AbstractInlet

    bindInput, decohereOutput, didDecohereOutput, didRecohereOutput, disconnectInputs, disconnectOutputs, input, recohereOutput, unbindInput, willDecohereOutput, willRecohereOutput

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      onDecohereOutput in class swim.streamlet.AbstractInlet<swim.structure.Value>
    • onRecohereOutput

      protected void onRecohereOutput(int version)
      Overrides:
      onRecohereOutput in class swim.streamlet.AbstractInlet<swim.structure.Value>