| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.open | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
OpenIndexResponse |
OpenIndexAction.newResponse() |
protected OpenIndexResponse |
TransportOpenIndexAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportOpenIndexAction.doExecute(Task task,
OpenIndexRequest request,
ActionListener<OpenIndexResponse> listener) |
protected void |
TransportOpenIndexAction.masterOperation(OpenIndexRequest request,
ClusterState state,
ActionListener<OpenIndexResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<OpenIndexResponse> |
IndicesAdminClient.open(OpenIndexRequest request)
Open an index based on the index name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.open(OpenIndexRequest request,
ActionListener<OpenIndexResponse> listener)
Open an index based on the index name.
|
Copyright © 2009–2017. All rights reserved.