Package | Description |
---|---|
org.elasticsearch.action.admin.indices.get | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
GetIndexRequest |
GetIndexRequest.addFeatures(GetIndexRequest.Feature... features) |
GetIndexRequest |
GetIndexRequest.addFeatures(String[] featureNames)
Deprecated.
use
addFeatures(Feature[]) instead |
GetIndexRequest |
GetIndexRequest.features(GetIndexRequest.Feature... features) |
GetIndexRequest |
GetIndexRequest.features(String[] featureNames)
Deprecated.
use
features(Feature[]) instead |
GetIndexRequest |
GetIndexRequest.indicesOptions(IndicesOptions indicesOptions) |
protected GetIndexRequest |
TransportGetIndexAction.newRequest() |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportGetIndexAction.checkBlock(GetIndexRequest request,
ClusterState state) |
protected void |
TransportGetIndexAction.doMasterOperation(GetIndexRequest request,
String[] concreteIndices,
ClusterState state,
ActionListener<GetIndexResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<GetIndexResponse> |
IndicesAdminClient.getIndex(GetIndexRequest request)
Get index metadata for particular indices.
|
void |
IndicesAdminClient.getIndex(GetIndexRequest request,
ActionListener<GetIndexResponse> listener)
Get index metadata for particular indices.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<GetIndexResponse> |
AbstractIndicesAdminClient.getIndex(GetIndexRequest request) |
void |
AbstractIndicesAdminClient.getIndex(GetIndexRequest request,
ActionListener<GetIndexResponse> listener) |
Copyright © 2009–2015. All rights reserved.