| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.settings.get | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
GetSettingsResponse |
GetSettingsAction.newResponse() |
protected GetSettingsResponse |
TransportGetSettingsAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportGetSettingsAction.masterOperation(GetSettingsRequest request,
ClusterState state,
ActionListener<GetSettingsResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<GetSettingsResponse> |
IndicesAdminClient.getSettings(GetSettingsRequest request)
Executed a per index settings get request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.getSettings(GetSettingsRequest request,
ActionListener<GetSettingsResponse> listener)
Executed a per index settings get request and returns the settings for the indices specified.
|
Copyright © 2009–2017. All rights reserved.