Uses of Class
org.elasticsearch.action.admin.indices.get.GetIndexRequest
-
Packages that use GetIndexRequest Package Description org.elasticsearch.action.admin.indices.get org.elasticsearch.client -
-
Uses of GetIndexRequest in org.elasticsearch.action.admin.indices.get
Methods in org.elasticsearch.action.admin.indices.get that return GetIndexRequest Modifier and Type Method Description GetIndexRequestGetIndexRequest. addFeatures(GetIndexRequest.Feature... features)GetIndexRequestGetIndexRequest. features(GetIndexRequest.Feature... features)GetIndexRequestGetIndexRequest. humanReadable(boolean humanReadable)GetIndexRequestGetIndexRequest. includeDefaults(boolean includeDefaults)Sets the value of "include_defaults".Methods in org.elasticsearch.action.admin.indices.get with parameters of type GetIndexRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportGetIndexAction. checkBlock(GetIndexRequest request, ClusterState state)protected voidTransportGetIndexAction. doMasterOperation(GetIndexRequest request, String[] concreteIndices, ClusterState state, ActionListener<GetIndexResponse> listener) -
Uses of GetIndexRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetIndexRequest Modifier and Type Method Description booleanIndicesClient. exists(GetIndexRequest request, RequestOptions options)Deprecated.This method uses an old request object which still refers to types, a deprecated feature.CancellableIndicesClient. existsAsync(GetIndexRequest request, RequestOptions options, ActionListener<Boolean> listener)Deprecated.This method uses an old request object which still refers to types, a deprecated feature.GetIndexResponseIndicesClient. get(GetIndexRequest getIndexRequest, RequestOptions options)Deprecated.This method uses an old request object which still refers to types, a deprecated feature.CancellableIndicesClient. getAsync(GetIndexRequest getIndexRequest, RequestOptions options, ActionListener<GetIndexResponse> listener)Deprecated.This method uses an old request object which still refers to types, a deprecated feature.ActionFuture<GetIndexResponse>IndicesAdminClient. getIndex(GetIndexRequest request)Get index metadata for particular indices.voidIndicesAdminClient. getIndex(GetIndexRequest request, ActionListener<GetIndexResponse> listener)Get index metadata for particular indices.
-