Uses of Class
org.elasticsearch.action.admin.indices.mapping.get.GetMappingsRequest
-
Packages that use GetMappingsRequest Package Description org.elasticsearch.action.admin.indices.mapping.get org.elasticsearch.client -
-
Uses of GetMappingsRequest in org.elasticsearch.action.admin.indices.mapping.get
Methods in org.elasticsearch.action.admin.indices.mapping.get with parameters of type GetMappingsRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportGetMappingsAction. checkBlock(GetMappingsRequest request, ClusterState state)protected voidTransportGetMappingsAction. doMasterOperation(GetMappingsRequest request, String[] concreteIndices, ClusterState state, ActionListener<GetMappingsResponse> listener) -
Uses of GetMappingsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetMappingsRequest 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.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.ActionFuture<GetMappingsResponse>IndicesAdminClient. getMappings(GetMappingsRequest request)Get the complete mappings of one or more typesvoidIndicesAdminClient. getMappings(GetMappingsRequest request, ActionListener<GetMappingsResponse> listener)Get the complete mappings of one or more types
-