Package swim.dataflow

Class 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 swim.structure.Value key  
      protected swim.structure.Record record  
      • Fields inherited from class swim.streamlet.AbstractInlet

        input, version
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordFieldUpdater​(swim.structure.Record record, swim.structure.Value key)  
    • Field Detail

      • record

        protected final swim.structure.Record record
      • key

        protected final swim.structure.Value key
    • Constructor Detail

      • RecordFieldUpdater

        public RecordFieldUpdater​(swim.structure.Record record,
                                  swim.structure.Value key)
    • Method Detail

      • 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>