Uses of Class
org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse
-
Packages that use GetFieldMappingsResponse Package Description org.elasticsearch.action.admin.indices.mapping.get org.elasticsearch.client -
-
Uses of GetFieldMappingsResponse in org.elasticsearch.action.admin.indices.mapping.get
Methods in org.elasticsearch.action.admin.indices.mapping.get that return GetFieldMappingsResponse Modifier and Type Method Description static GetFieldMappingsResponseGetFieldMappingsResponse. fromXContent(XContentParser parser)protected GetFieldMappingsResponseTransportGetFieldMappingsIndexAction. shardOperation(GetFieldMappingsIndexRequest request, ShardId shardId)Methods in org.elasticsearch.action.admin.indices.mapping.get that return types with arguments of type GetFieldMappingsResponse Modifier and Type Method Description protected Writeable.Reader<GetFieldMappingsResponse>TransportGetFieldMappingsIndexAction. getResponseReader()Method parameters in org.elasticsearch.action.admin.indices.mapping.get with type arguments of type GetFieldMappingsResponse Modifier and Type Method Description protected voidTransportGetFieldMappingsAction. doExecute(Task task, GetFieldMappingsRequest request, ActionListener<GetFieldMappingsResponse> listener) -
Uses of GetFieldMappingsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetFieldMappingsResponse Modifier and Type Method Description GetFieldMappingsResponseIndicesClient. getFieldMapping(GetFieldMappingsRequest getFieldMappingsRequest, 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 GetFieldMappingsResponse Modifier and Type Method Description ActionFuture<GetFieldMappingsResponse>IndicesAdminClient. getFieldMappings(GetFieldMappingsRequest request)Get the mappings of specific fieldsMethod parameters in org.elasticsearch.client with type arguments of type GetFieldMappingsResponse Modifier and Type Method Description CancellableIndicesClient. getFieldMappingAsync(GetFieldMappingsRequest getFieldMappingsRequest, RequestOptions options, ActionListener<GetFieldMappingsResponse> listener)Deprecated.This method uses old request and response objects which still refer to types, a deprecated feature.voidIndicesAdminClient. getFieldMappings(GetFieldMappingsRequest request, ActionListener<GetFieldMappingsResponse> listener)Get the mappings of specific fields
-