Class SinkNode<K,​V>

    • Method Detail

      • addChild

        public void addChild​(ProcessorNode<?,​?> child)
        Overrides:
        addChild in class ProcessorNode<K,​V>
        Throws:
        java.lang.UnsupportedOperationException - if this method adds a child to a sink node
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class ProcessorNode<K,​V>
        Returns:
        a string representation of this node, useful for debugging.
      • toString

        public java.lang.String toString​(java.lang.String indent)
        Overrides:
        toString in class ProcessorNode<K,​V>
        Returns:
        a string representation of this node starting with the given indent, useful for debugging.