| Package | Description |
|---|---|
| org.elasticsearch.action.delete |
Delete action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support | |
| org.elasticsearch.script |
| Modifier and Type | Method and Description |
|---|---|
DeleteResponse |
DeleteAction.newResponse() |
protected DeleteResponse |
TransportDeleteAction.newResponseInstance() |
| Modifier and Type | Method and Description |
|---|---|
static TransportReplicationAction.WriteResult<DeleteResponse> |
TransportDeleteAction.executeDeleteRequestOnPrimary(DeleteRequest request,
IndexShard indexShard) |
protected Tuple<DeleteResponse,DeleteRequest> |
TransportDeleteAction.shardOperationOnPrimary(MetaData metaData,
DeleteRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportDeleteAction.doExecute(Task task,
DeleteRequest request,
ActionListener<DeleteResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<DeleteResponse> |
Client.delete(DeleteRequest request)
Deletes a document from the index based on the index, type and id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.delete(DeleteRequest request,
ActionListener<DeleteResponse> listener)
Deletes a document from the index based on the index, type and id.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<DeleteResponse> |
AbstractClient.delete(DeleteRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClient.delete(DeleteRequest request,
ActionListener<DeleteResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptService.deleteScriptFromIndex(DeleteIndexedScriptRequest request,
ActionListener<DeleteResponse> listener) |
Copyright © 2009–2017. All rights reserved.