Class PcepStateUtils
java.lang.Object
org.opendaylight.protocol.pcep.cli.utils.PcepStateUtils
PcepStateUtils reads Pcep Topology Node state from DS and prints to stream.
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Method Details
-
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 brokerstream
- where to printtopologyId
- mandatory, Topology where Node pertainsnodeId
- mandatory, State per given Node Id will be printed
-