public interface PeerTrackerInformation
Modifier and Type | Method and Description |
---|---|
ClusterIdentifier |
getClusterId()
Returns Cluster Id.
|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber |
getLocalAs()
Returns Local AS.
|
PeerId |
getPeerId()
Returns Peer id.
|
org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<Tables,TablesKey> |
getRibOutIId(TablesKey tablekey)
Creates Table Adj Rib Out Instance identifier.
|
PeerRole |
getRole()
Returns Peer Role.
|
SendReceive |
getSupportedAddPathTables(TablesKey tableKey)
Returns AddPath support configuration if supported, otherwise null.
|
default boolean |
supportsAddPathSupported(TablesKey tableKey)
Returns if peer supports Additional Path for specific table.
|
boolean |
supportsTable(TablesKey tableKey)
Returns true if peer supports table.
|
default boolean supportsAddPathSupported(@Nonnull TablesKey tableKey)
tableKey
- table@Nullable SendReceive getSupportedAddPathTables(@Nonnull TablesKey tableKey)
tableKey
- tableboolean supportsTable(@Nonnull TablesKey tableKey)
tableKey
- table@Nonnull org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<Tables,TablesKey> getRibOutIId(@Nonnull TablesKey tablekey)
tablekey
- table key@Nullable ClusterIdentifier getClusterId()
@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber getLocalAs()
Copyright © 2019 OpenDaylight. All rights reserved.