Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterRequest
Packages that use FinishApplicationMasterRequest
Package
Description
Public api for Application Master Service interceptors.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of FinishApplicationMasterRequest in org.apache.hadoop.yarn.ams
Methods in org.apache.hadoop.yarn.ams with parameters of type FinishApplicationMasterRequestModifier and TypeMethodDescriptionvoidApplicationMasterServiceProcessor.finishApplicationMaster(ApplicationAttemptId applicationAttemptId, FinishApplicationMasterRequest request, FinishApplicationMasterResponse response) Finish AM. -
Uses of FinishApplicationMasterRequest in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api with parameters of type FinishApplicationMasterRequestModifier and TypeMethodDescriptionApplicationMasterProtocol.finishApplicationMaster(FinishApplicationMasterRequest request) The interface used by anApplicationMasterto notify theResourceManagerabout its completion (success or failed). -
Uses of FinishApplicationMasterRequest in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return FinishApplicationMasterRequestModifier and TypeMethodDescriptionFinishApplicationMasterRequest.newInstance(FinalApplicationStatus finalAppStatus, String diagnostics, String url)