| 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 |
|---|---|
OpenIndexRequest |
OpenIndexRequest.indices(String... indices)
Sets the indices to be opened
|
OpenIndexRequest |
OpenIndexRequest.indicesOptions(IndicesOptions indicesOptions)
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportOpenIndexAction.checkBlock(OpenIndexRequest request,
ClusterState state) |
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 |
|---|---|
static OpenIndexRequest |
Requests.openIndexRequest(String index)
Creates an open index request.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<OpenIndexResponse> |
IndicesAdminClient.open(OpenIndexRequest request)
Open an index based on the index name.
|
void |
IndicesAdminClient.open(OpenIndexRequest request,
ActionListener<OpenIndexResponse> listener)
Open an index based on the index name.
|
Copyright © 2009–2017. All rights reserved.