Package | Description |
---|---|
org.elasticsearch.action.update | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support | |
org.elasticsearch.client.transport |
Modifier and Type | Method and Description |
---|---|
protected UpdateResponse |
TransportUpdateAction.newResponse() |
UpdateResponse |
UpdateAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
UpdateRequestBuilder.doExecute(ActionListener<UpdateResponse> listener) |
protected void |
TransportUpdateAction.doExecute(UpdateRequest request,
ActionListener<UpdateResponse> listener) |
protected boolean |
TransportUpdateAction.resolveRequest(ClusterState state,
TransportInstanceSingleOperationAction.InternalRequest request,
ActionListener<UpdateResponse> listener) |
protected void |
TransportUpdateAction.shardOperation(TransportInstanceSingleOperationAction.InternalRequest request,
ActionListener<UpdateResponse> listener) |
protected void |
TransportUpdateAction.shardOperation(TransportInstanceSingleOperationAction.InternalRequest request,
ActionListener<UpdateResponse> listener,
int retryCount) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<UpdateResponse> |
Client.update(UpdateRequest request)
Updates a document based on a script.
|
Modifier and Type | Method and Description |
---|---|
void |
Client.update(UpdateRequest request,
ActionListener<UpdateResponse> listener)
Updates a document based on a script.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<UpdateResponse> |
AbstractClient.update(UpdateRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClient.update(UpdateRequest request,
ActionListener<UpdateResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<UpdateResponse> |
TransportClient.update(UpdateRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
TransportClient.update(UpdateRequest request,
ActionListener<UpdateResponse> listener) |
Copyright © 2009–2015. All rights reserved.