@InterfaceAudience.Private @InterfaceStability.Unstable public class FinishApplicationMasterResponsePBImpl extends FinishApplicationMasterResponse
Constructor and Description |
---|
FinishApplicationMasterResponsePBImpl() |
FinishApplicationMasterResponsePBImpl(YarnServiceProtos.FinishApplicationMasterResponseProto proto) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
boolean |
getIsUnregistered()
Get the flag which indicates that the application has successfully
unregistered with the RM and the application can safely stop.
|
YarnServiceProtos.FinishApplicationMasterResponseProto |
getProto() |
int |
hashCode() |
void |
setIsUnregistered(boolean isUnregistered)
Set the flag which indicates that the application has successfully
unregistered with the RM and the application can safely stop.
|
String |
toString() |
newInstance
public FinishApplicationMasterResponsePBImpl()
public FinishApplicationMasterResponsePBImpl(YarnServiceProtos.FinishApplicationMasterResponseProto proto)
public YarnServiceProtos.FinishApplicationMasterResponseProto getProto()
public boolean getIsUnregistered()
FinishApplicationMasterResponse
getIsUnregistered
in class FinishApplicationMasterResponse
public void setIsUnregistered(boolean isUnregistered)
FinishApplicationMasterResponse
setIsUnregistered
in class FinishApplicationMasterResponse
Copyright © 2013 Apache Software Foundation. All rights reserved.