Class TableForwarder

    • Constructor Detail

      • TableForwarder

        public TableForwarder​(SalTableService salTableService)
    • Method Detail

      • update

        public com.google.common.util.concurrent.ListenableFuture<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)
        Description copied from interface: ForwardingRulesUpdateCommitter
        Method updates the original DataObject to the update DataObject in device. Both are identified by same InstanceIdentifier
        Specified by:
        update in interface ForwardingRulesUpdateCommitter<TableFeatures,​UpdateTableOutput>
        Parameters:
        identifier - - the whole path to DataObject
        original - - original DataObject (for update)
        update - - changed DataObject (contain updates)
        nodeIdent - - Node InstanceIdentifier
        Returns:
        RpcResult of action