public interface PeerExportGroup
Modifier and Type | Interface and Description |
---|---|
static class |
PeerExportGroup.PeerExporTuple |
Modifier and Type | Method and Description |
---|---|
boolean |
containsPeer(PeerId routePeerId) |
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode |
effectiveAttributes(PeerRole role,
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes)
Transform outgoing attributes according to policy per Peer
|
void |
forEach(BiConsumer<PeerId,org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier> action)
Applies the given action for each entry in this PeerExportGroup on synchronized mode
|
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode effectiveAttributes(PeerRole role, org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes)
role
- root Peer roleattributes
- attributes containerboolean containsPeer(PeerId routePeerId)
routePeerId
- PeerIdvoid forEach(BiConsumer<PeerId,org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier> action)
action
- action to be appliedCopyright © 2018 OpenDaylight. All rights reserved.