| Package | Description |
|---|---|
| org.elasticsearch.action.update | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Modifier and Type | Method and Description |
|---|---|
protected UpdateResponse |
TransportUpdateAction.newResponse() |
UpdateResponse |
UpdateAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportUpdateAction.doExecute(UpdateRequest request,
ActionListener<UpdateResponse> listener) |
protected void |
TransportUpdateAction.shardOperation(UpdateRequest request,
ActionListener<UpdateResponse> listener) |
protected void |
TransportUpdateAction.shardOperation(UpdateRequest 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) |
Copyright © 2009–2017. All rights reserved.