public class TableForwarder extends Object implements ForwardingRulesUpdateCommitter<TableFeatures,UpdateTableOutput>
ForwardingRulesUpdateCommitter methods for processing update of TableFeatures.| Constructor and Description |
|---|
TableForwarder(SalTableService salTableService) |
| Modifier and Type | Method and Description |
|---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> |
update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<TableFeatures> identifier,
TableFeatures original,
TableFeatures update,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent)
Method updates the original DataObject to the update DataObject
in device.
|
public TableForwarder(SalTableService salTableService)
public Future<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<TableFeatures> identifier, TableFeatures original, TableFeatures update, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent)
ForwardingRulesUpdateCommitterupdate in interface ForwardingRulesUpdateCommitter<TableFeatures,UpdateTableOutput>identifier - - the whole path to DataObjectoriginal - - original DataObject (for update)update - - changed DataObject (contain updates)nodeIdent - - Node InstanceIdentifierCopyright © 2019 OpenDaylight. All rights reserved.