Interface TopologyDescription.Node

    • Method Detail

      • name

        java.lang.String name()
        The name of the node. Will never be null.
        Returns:
        the name of the node
      • predecessors

        java.util.Set<TopologyDescription.Node> predecessors()
        The predecessors of this node within a sub-topology. Note, sources do not have any predecessors. Will never be null.
        Returns:
        set of all predecessors
      • successors

        java.util.Set<TopologyDescription.Node> successors()
        The successor of this node within a sub-topology. Note, sinks do not have any successors. Will never be null.
        Returns:
        set of all successor