public interface ImportPolicyPeerTracker
| Modifier and Type | Method and Description |
|---|---|
void |
peerRoleChanged(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier peerPath,
PeerRole role)
Invoked whenever a peer role changes.
|
AbstractImportPolicy |
policyFor(PeerId peerId) |
void peerRoleChanged(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier peerPath,
PeerRole role)
peerPath - Peer's pathrole - Peer's new role, null indicates the peer has disappeared.AbstractImportPolicy policyFor(PeerId peerId)
Copyright © 2018 OpenDaylight. All rights reserved.