org.apache.hadoop.yarn.api.protocolrecords
Class FinishApplicationMasterResponse
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterResponse
@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract class FinishApplicationMasterResponse
- extends Object
The response sent by the ResourceManager
to a
ApplicationMaster
on it's completion.
Currently, this is empty.
- See Also:
ApplicationMasterProtocol.finishApplicationMaster(FinishApplicationMasterRequest)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FinishApplicationMasterResponse
public FinishApplicationMasterResponse()
Copyright © 2013 Apache Software Foundation. All Rights Reserved.