public class ApplicationAttemptStartDataPBImpl extends ApplicationAttemptStartData
| Constructor | Description |
|---|---|
ApplicationAttemptStartDataPBImpl() |
|
ApplicationAttemptStartDataPBImpl(org.apache.hadoop.yarn.proto.ApplicationHistoryServerProtos.ApplicationAttemptStartDataProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.api.records.ApplicationAttemptId |
getApplicationAttemptId() |
|
java.lang.String |
getHost() |
|
org.apache.hadoop.yarn.api.records.ContainerId |
getMasterContainerId() |
|
org.apache.hadoop.yarn.proto.ApplicationHistoryServerProtos.ApplicationAttemptStartDataProto |
getProto() |
|
int |
getRPCPort() |
|
int |
hashCode() |
|
void |
setApplicationAttemptId(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId) |
|
void |
setHost(java.lang.String host) |
|
void |
setMasterContainerId(org.apache.hadoop.yarn.api.records.ContainerId masterContainerId) |
|
void |
setRPCPort(int rpcPort) |
|
java.lang.String |
toString() |
newInstancepublic ApplicationAttemptStartDataPBImpl()
public ApplicationAttemptStartDataPBImpl(org.apache.hadoop.yarn.proto.ApplicationHistoryServerProtos.ApplicationAttemptStartDataProto proto)
public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()
getApplicationAttemptId in class ApplicationAttemptStartDatapublic void setApplicationAttemptId(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId)
setApplicationAttemptId in class ApplicationAttemptStartDatapublic java.lang.String getHost()
getHost in class ApplicationAttemptStartDatapublic void setHost(java.lang.String host)
setHost in class ApplicationAttemptStartDatapublic int getRPCPort()
getRPCPort in class ApplicationAttemptStartDatapublic void setRPCPort(int rpcPort)
setRPCPort in class ApplicationAttemptStartDatapublic org.apache.hadoop.yarn.api.records.ContainerId getMasterContainerId()
getMasterContainerId in class ApplicationAttemptStartDatapublic void setMasterContainerId(org.apache.hadoop.yarn.api.records.ContainerId masterContainerId)
setMasterContainerId in class ApplicationAttemptStartDatapublic org.apache.hadoop.yarn.proto.ApplicationHistoryServerProtos.ApplicationAttemptStartDataProto getProto()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.