Uses of Class
org.elasticsearch.client.indices.GetIndexRequest
-
Packages that use GetIndexRequest Package Description org.elasticsearch.client org.elasticsearch.client.indices -
-
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)Checks if the index (indices) exists or not.CancellableIndicesClient. existsAsync(GetIndexRequest request, RequestOptions options, ActionListener<Boolean> listener)Asynchronously checks if the index (indices) exists or not.GetIndexResponseIndicesClient. get(GetIndexRequest getIndexRequest, RequestOptions options)Retrieve information about one or more indexes See Indices Get Index API on elastic.coCancellableIndicesClient. getAsync(GetIndexRequest getIndexRequest, RequestOptions options, ActionListener<GetIndexResponse> listener)Retrieve information about one or more indexes See Indices Get Index API on elastic.co -
Uses of GetIndexRequest in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices 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".GetIndexRequestGetIndexRequest. indicesOptions(IndicesOptions indicesOptions)GetIndexRequestGetIndexRequest. local(boolean local)
-