public class BundleGroupForwarder extends Object
Constructor and Description |
---|
BundleGroupForwarder(ForwardingRulesManager forwardingRulesManager) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends org.opendaylight.yangtools.yang.common.RpcResult<?>> |
add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Group> identifier,
Group group,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent,
BundleId bundleId) |
void |
remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Group> identifier,
Group group,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent,
BundleId bundleId) |
void |
update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Group> identifier,
Group originalGroup,
Group updatedGroup,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent,
BundleId bundleId) |
public BundleGroupForwarder(ForwardingRulesManager forwardingRulesManager)
public void remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Group> identifier, Group group, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent, BundleId bundleId)
public void update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Group> identifier, Group originalGroup, Group updatedGroup, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent, BundleId bundleId)
public com.google.common.util.concurrent.ListenableFuture<? extends org.opendaylight.yangtools.yang.common.RpcResult<?>> add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Group> identifier, Group group, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent, BundleId bundleId)
Copyright © 2019 OpenDaylight. All rights reserved.