Interface ProgrammingService
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
@Generated("mdsal-binding-generator")
public interface ProgrammingService
extends org.opendaylight.yangtools.yang.binding.RpcService
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<CancelInstructionOutput>>
Invokecancel-instruction
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<CleanInstructionsOutput>>
Invokeclean-instructions
RPC.
-
Method Details
-
cancelInstruction
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<CancelInstructionOutput>> cancelInstruction(CancelInstructionInput input) Invokecancel-instruction
RPC.- Parameters:
input
- ofcancel-instruction
- Returns:
- output of
cancel-instruction
-
cleanInstructions
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<CleanInstructionsOutput>> cleanInstructions(CleanInstructionsInput input) Invokeclean-instructions
RPC.Attempt to clean out a certain set of instructions. Instructions flushed this way need to be in a terminal state, e.g. Successful, Failed or Cancelled. Instructions which were not cleaned are reported in the output of this RPC.
- Parameters:
input
- ofclean-instructions
- Returns:
- output of
clean-instructions
-