Class PcepStateUtils


  • public final class PcepStateUtils
    extends Object
    PcepStateUtils reads Pcep Topology Node state from DS and prints to stream.
    • Method Detail

      • displayNodeState

        public static void displayNodeState​(@NonNull org.opendaylight.mdsal.binding.api.DataBroker dataBroker,
                                            @NonNull PrintStream stream,
                                            @NonNull String topologyId,
                                            @NonNull String nodeId)
        Display to stream operational state, rib Id is mandatory.
        Parameters:
        dataBroker - data broker
        stream - where to print
        topologyId - mandatory, Topology where Node pertains
        nodeId - mandatory, State per given Node Id will be printed