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 |
---|---|
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.
|
protected OpenIndexRequest |
TransportOpenIndexAction.newRequest() |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportOpenIndexAction.checkBlock(OpenIndexRequest request,
ClusterState state) |
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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<OpenIndexResponse> |
AbstractIndicesAdminClient.open(OpenIndexRequest request) |
void |
AbstractIndicesAdminClient.open(OpenIndexRequest request,
ActionListener<OpenIndexResponse> listener) |
Copyright © 2009–2015. All rights reserved.