| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.open | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Modifier and Type | Method and Description |
|---|---|
OpenIndexResponse |
OpenIndexAction.newResponse() |
protected OpenIndexResponse |
TransportOpenIndexAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OpenIndexRequestBuilder.doExecute(ActionListener<OpenIndexResponse> listener) |
protected void |
TransportOpenIndexAction.doExecute(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.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<OpenIndexResponse> |
AbstractIndicesAdminClient.open(OpenIndexRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIndicesAdminClient.open(OpenIndexRequest request,
ActionListener<OpenIndexResponse> listener) |
Copyright © 2009–2016. All rights reserved.