Interface SalFlowService

    • Method Detail

      • addFlow

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowOutput>> addFlow​(AddFlowInput input)
        Invoke add-flow RPC.
             
                 Adding flow to openflow device.
             
         
        Parameters:
        input - of add-flow
        Returns:
        output of add-flow
      • removeFlow

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowOutput>> removeFlow​(RemoveFlowInput input)
        Invoke remove-flow RPC.
             
                 Removing flow from openflow device.
             
         
        Parameters:
        input - of remove-flow
        Returns:
        output of remove-flow
      • updateFlow

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowOutput>> updateFlow​(UpdateFlowInput input)
        Invoke update-flow RPC.
             
                 Updating flow on openflow device.
             
         
        Parameters:
        input - of update-flow
        Returns:
        output of update-flow