Uses of Class
org.elasticsearch.action.admin.indices.mapping.get.GetMappingsResponse
-
Packages that use GetMappingsResponse Package Description org.elasticsearch.action.admin.indices.mapping.get org.elasticsearch.client -
-
Uses of GetMappingsResponse in org.elasticsearch.action.admin.indices.mapping.get
Methods in org.elasticsearch.action.admin.indices.mapping.get that return GetMappingsResponse Modifier and Type Method Description static GetMappingsResponseGetMappingsResponse. fromXContent(XContentParser parser)protected GetMappingsResponseTransportGetMappingsAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.indices.mapping.get with type arguments of type GetMappingsResponse Modifier and Type Method Description protected voidTransportGetMappingsAction. doMasterOperation(GetMappingsRequest request, String[] concreteIndices, ClusterState state, ActionListener<GetMappingsResponse> listener) -
Uses of GetMappingsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetMappingsResponse Modifier and Type Method Description GetMappingsResponseIndicesClient. getMapping(GetMappingsRequest getMappingsRequest, RequestOptions options)Deprecated.This method uses old request and response objects which still refer to types, a deprecated feature.Methods in org.elasticsearch.client that return types with arguments of type GetMappingsResponse Modifier and Type Method Description ActionFuture<GetMappingsResponse>IndicesAdminClient. getMappings(GetMappingsRequest request)Get the complete mappings of one or more typesMethod parameters in org.elasticsearch.client with type arguments of type GetMappingsResponse Modifier and Type Method Description CancellableIndicesClient. getMappingAsync(GetMappingsRequest getMappingsRequest, RequestOptions options, ActionListener<GetMappingsResponse> listener)Deprecated.This method uses old request and response objects which still refer to types, a deprecated feature.voidIndicesAdminClient. getMappings(GetMappingsRequest request, ActionListener<GetMappingsResponse> listener)Get the complete mappings of one or more types
-