Package | Description |
---|---|
org.elasticsearch.action.admin.indices.settings.put | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
protected UpdateSettingsResponse |
TransportUpdateSettingsAction.newResponse() |
UpdateSettingsResponse |
UpdateSettingsAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
UpdateSettingsRequestBuilder.doExecute(ActionListener<UpdateSettingsResponse> listener) |
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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<UpdateSettingsResponse> |
AbstractIndicesAdminClient.updateSettings(UpdateSettingsRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.updateSettings(UpdateSettingsRequest request,
ActionListener<UpdateSettingsResponse> listener) |
Copyright © 2009–2015. All rights reserved.