| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.settings.put | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSettingsResponse |
UpdateSettingsAction.newResponse() |
protected UpdateSettingsResponse |
TransportUpdateSettingsAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportUpdateSettingsAction.masterOperation(UpdateSettingsRequest request,
ClusterState state,
ActionListener<UpdateSettingsResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<UpdateSettingsResponse> |
IndicesAdminClient.updateSettings(UpdateSettingsRequest request)
Updates settings of one or more indices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.updateSettings(UpdateSettingsRequest request,
ActionListener<UpdateSettingsResponse> listener)
Updates settings of one or more indices.
|
Copyright © 2009–2017. All rights reserved.