Uses of Class
org.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
-
Packages that use PutMappingClusterStateUpdateRequest Package Description org.elasticsearch.action.admin.indices.mapping.put org.elasticsearch.cluster.metadata -
-
Uses of PutMappingClusterStateUpdateRequest in org.elasticsearch.action.admin.indices.mapping.put
Methods in org.elasticsearch.action.admin.indices.mapping.put that return PutMappingClusterStateUpdateRequest Modifier and Type Method Description PutMappingClusterStateUpdateRequestPutMappingClusterStateUpdateRequest. source(String source)PutMappingClusterStateUpdateRequestPutMappingClusterStateUpdateRequest. type(String type) -
Uses of PutMappingClusterStateUpdateRequest in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata with parameters of type PutMappingClusterStateUpdateRequest Modifier and Type Method Description voidMetaDataMappingService. putMapping(PutMappingClusterStateUpdateRequest request, ActionListener<ClusterStateUpdateResponse> listener)
-