public final class PcepStateUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
displayNodeState(@NonNull org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
@NonNull PrintStream stream,
@NonNull String topologyId,
@NonNull String nodeId)
Display to stream operational state, rib Id is mandatory.
|
public static void displayNodeState(@NonNull org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, @NonNull PrintStream stream, @NonNull String topologyId, @NonNull String nodeId)
dataBroker
- data brokerstream
- where to printtopologyId
- mandatory, Topology where Node pertainsnodeId
- mandatory, State per given Node Id will be printedCopyright © 2019 OpenDaylight. All rights reserved.