| パッケージ | 説明 |
|---|---|
| org.elasticsearch.action.update | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
UpdateResponse |
UpdateAction.newResponse() |
protected UpdateResponse |
TransportUpdateAction.newResponse() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ActionFuture<UpdateResponse> |
Client.update(UpdateRequest request)
Updates a document based on a script.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
Client.update(UpdateRequest request,
ActionListener<UpdateResponse> listener)
Updates a document based on a script.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ActionFuture<UpdateResponse> |
AbstractClient.update(UpdateRequest request) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
AbstractClient.update(UpdateRequest request,
ActionListener<UpdateResponse> listener) |
Copyright © 2009–2016. All rights reserved.