Uses of Class
org.elasticsearch.action.admin.indices.get.GetIndexResponse
-
Packages that use GetIndexResponse Package Description org.elasticsearch.action.admin.indices.get org.elasticsearch.client -
-
Uses of GetIndexResponse in org.elasticsearch.action.admin.indices.get
Methods in org.elasticsearch.action.admin.indices.get that return GetIndexResponse Modifier and Type Method Description static GetIndexResponseGetIndexResponse. fromXContent(XContentParser parser)protected GetIndexResponseTransportGetIndexAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.indices.get with type arguments of type GetIndexResponse Modifier and Type Method Description protected voidTransportGetIndexAction. doMasterOperation(GetIndexRequest request, String[] concreteIndices, ClusterState state, ActionListener<GetIndexResponse> listener) -
Uses of GetIndexResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetIndexResponse Modifier and Type Method Description GetIndexResponseIndicesClient. get(GetIndexRequest getIndexRequest, RequestOptions options)Deprecated.This method uses an old request object which still refers to types, a deprecated feature.Methods in org.elasticsearch.client that return types with arguments of type GetIndexResponse Modifier and Type Method Description ActionFuture<GetIndexResponse>IndicesAdminClient. getIndex(GetIndexRequest request)Get index metadata for particular indices.Method parameters in org.elasticsearch.client with type arguments of type GetIndexResponse Modifier and Type Method Description 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.voidIndicesAdminClient. getIndex(GetIndexRequest request, ActionListener<GetIndexResponse> listener)Get index metadata for particular indices.
-