Class PcepStateUtils
- java.lang.Object
-
- org.opendaylight.protocol.pcep.cli.utils.PcepStateUtils
-
public final class PcepStateUtils extends Object
PcepStateUtils reads Pcep Topology Node state from DS and prints to stream.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddisplayNodeState(@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 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 brokerstream- where to printtopologyId- mandatory, Topology where Node pertainsnodeId- mandatory, State per given Node Id will be printed
-
-