Delete Stored Script API
editDelete Stored Script API
editDelete Stored Script Request
editA DeleteStoredScriptRequest requires an id:
Optional arguments
editThe following arguments can optionally be provided:
|
Timeout to wait for the all the nodes to acknowledge the stored script is deleted as a |
|
|
Timeout to wait for the all the nodes to acknowledge the stored script is deleted as a |
Synchronous Execution
editAcknowledgedResponse deleteResponse = client.deleteScript(deleteRequest, RequestOptions.DEFAULT);
Asynchronous Execution
editThe asynchronous execution of a delete stored script request requires both the DeleteStoredScriptRequest
instance and an ActionListener instance to be passed to the asynchronous method:
Action Listener
editThe asynchronous method does not block and returns immediately. Once it is
completed the ActionListener is called back using the onResponse method
if the execution successfully completed or using the onFailure method if
it failed.
A typical listener for DeleteStoredScriptResponse looks like:
Delete Stored Script Response
editThe returned DeleteStoredScriptResponse allows to retrieve information about the
executed operation as follows: