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.client.transport | |
org.elasticsearch.script |
Modifier and Type | Method and Description |
---|---|
DeleteResponse |
DeleteAction.newResponse() |
protected DeleteResponse |
TransportDeleteAction.newResponseInstance() |
Modifier and Type | Method and Description |
---|---|
protected TransportShardReplicationOperationAction.PrimaryResponse<DeleteResponse,DeleteRequest> |
TransportDeleteAction.shardOperationOnPrimary(ClusterState clusterState,
TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest) |
Modifier and Type | Method and Description |
---|---|
protected void |
DeleteRequestBuilder.doExecute(ActionListener<DeleteResponse> listener) |
protected void |
TransportDeleteAction.doExecute(DeleteRequest request,
ActionListener<DeleteResponse> listener) |
protected boolean |
TransportDeleteAction.resolveRequest(ClusterState state,
TransportShardReplicationOperationAction.InternalRequest 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 |
---|---|
ActionFuture<DeleteResponse> |
TransportClient.delete(DeleteRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
TransportClient.delete(DeleteRequest request,
ActionListener<DeleteResponse> listener) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptService.deleteScriptFromIndex(DeleteIndexedScriptRequest request,
ActionListener<DeleteResponse> listener) |
Copyright © 2009–2015. All rights reserved.