public final class BGPOperationalStateUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
displayBgpOperationalState(@NonNull org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
@NonNull PrintStream stream,
@NonNull String ribId,
@Nullable String group,
@Nullable String neighbor)
Display to stream operational state, rib Id is mandatory.
|
public static void displayBgpOperationalState(@NonNull org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, @NonNull PrintStream stream, @NonNull String ribId, @Nullable String group, @Nullable String neighbor)
dataBroker
- data brokerstream
- where to printribId
- mandatory, Operational State per given RIB Group will be printed
if no other parameter is passedgroup
- if provided, Operational State per given Neighbor Group will be printedneighbor
- if provided, Operational State per given Neighbor will be printedCopyright © 2019 OpenDaylight. All rights reserved.