Class ConstantNode

    • Field Detail

      • constant

        protected Tuple constant
    • Method Detail

      • pullInto

        public void pullInto​(java.util.Collection<Tuple> collector,
                             boolean flush)
        Description copied from interface: Supplier
        Pulls the contents of this object in this particular moment into a target collection.
        flush - if true, flushing of messages is allowed during the pull, otherwise flushing is not allowed
      • pullIntoWithTimeline

        public void pullIntoWithTimeline​(java.util.Map<Tuple,​Timeline<Timestamp>> collector,
                                         boolean flush)