@Generated public interface CommandExecutionService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(CancelCommand cancelCommand)
Cancels a currently running command within an execution context.
|
CommandStatusResponse |
commandStatus(CommandStatusRequest commandStatusRequest)
Gets the status of and, if available, the results from a currently executing command.
|
ContextStatusResponse |
contextStatus(ContextStatusRequest contextStatusRequest)
Gets the status for an execution context.
|
Created |
create(CreateContext createContext)
Creates an execution context for running cluster commands.
|
void |
destroy(DestroyContext destroyContext)
Deletes an execution context.
|
Created |
execute(Command command)
Runs a cluster command in the given execution context, using the provided language.
|
void cancel(CancelCommand cancelCommand)
The command ID is obtained from a prior successful call to __execute__.
CommandStatusResponse commandStatus(CommandStatusRequest commandStatusRequest)
The command ID is obtained from a prior successful call to __execute__.
ContextStatusResponse contextStatus(ContextStatusRequest contextStatusRequest)
Created create(CreateContext createContext)
If successful, this method returns the ID of the new execution context.
void destroy(DestroyContext destroyContext)
Copyright © 2026. All rights reserved.