public interface PeerExportGroup
| Modifier and Type | Interface and Description |
|---|---|
static class |
PeerExportGroup.PeerExporTuple |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsPeer(PeerId routePeerId)
Returns if peer is present.
|
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.
|
@Nonnull org.opendaylight.yangtools.yang.data.api.schema.ContainerNode effectiveAttributes(@Nonnull PeerRole role, @Nonnull org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes)
role - root Peer roleattributes - attributes containerboolean containsPeer(@Nonnull PeerId routePeerId)
routePeerId - PeerIdvoid forEach(@Nonnull BiConsumer<PeerId,org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier> action)
action - action to be appliedCopyright © 2019 OpenDaylight. All rights reserved.