| Package | Description |
|---|---|
| org.elasticsearch.action.indexedscripts.delete |
Delete action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexedScriptResponse |
DeleteIndexedScriptAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportDeleteIndexedScriptAction.doExecute(DeleteIndexedScriptRequest request,
ActionListener<DeleteIndexedScriptResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<DeleteIndexedScriptResponse> |
Client.deleteIndexedScript(DeleteIndexedScriptRequest request)
Delete an indexed script
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.deleteIndexedScript(DeleteIndexedScriptRequest request,
ActionListener<DeleteIndexedScriptResponse> listener)
delete an indexed script
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<DeleteIndexedScriptResponse> |
AbstractClient.deleteIndexedScript(DeleteIndexedScriptRequest request)
Delete an indexed script
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClient.deleteIndexedScript(DeleteIndexedScriptRequest request,
ActionListener<DeleteIndexedScriptResponse> listener)
delete an indexed script
|
Copyright © 2009–2017. All rights reserved.