Class DefinedSetResolver
java.lang.Object
org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.DefinedSetResolver
A service providing access to (parts of) configured
DefinedSets.- Since:
- 3.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionDefinedSetResolver(org.opendaylight.mdsal.binding.api.DataBroker dataBroker) -
Method Summary
Modifier and TypeMethodDescription@Nullable AsPathSetlookupAsPathSet(String asPathSetRef) @Nullable ClusterIdSetlookupClusterIdSet(String clusterIdSetRef) lookupCommunitySet(String communitySetRef) lookupExtCommunitySet(String extCommunitySetRef) lookupNeighborSet(String neighborSetRef) @Nullable OriginatorIdSetlookupOriginatorIdSet(String originatorIdSetRef) lookupRoleSets(String roleSetRef)
-
Constructor Details
-
DefinedSetResolver
@Inject @NonNullByDefault public DefinedSetResolver(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
-
-
Method Details
-
lookupAsPathSet
-
lookupCommunitySet
-
lookupExtCommunitySet
-
lookupClusterIdSet
-
lookupNeighborSet
-
lookupOriginatorIdSet
-
lookupRoleSets
-