@Private @Unstable public class GetApplicationsHomeSubClusterRequestPBImpl extends GetApplicationsHomeSubClusterRequest
GetApplicationsHomeSubClusterRequest.| Constructor | Description |
|---|---|
GetApplicationsHomeSubClusterRequestPBImpl() |
|
GetApplicationsHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterRequestProto |
getProto() |
|
SubClusterId |
getSubClusterId() |
Get the
SubClusterId representing the unique identifier of the
subcluster. |
int |
hashCode() |
|
void |
setSubClusterId(SubClusterId subClusterId) |
Set the
SubClusterId representing the unique identifier of the
subcluster. |
java.lang.String |
toString() |
newInstance, newInstancepublic GetApplicationsHomeSubClusterRequestPBImpl()
public GetApplicationsHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterRequestProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterRequestProto 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.Objectpublic SubClusterId getSubClusterId()
GetApplicationsHomeSubClusterRequestSubClusterId representing the unique identifier of the
subcluster.getSubClusterId in class GetApplicationsHomeSubClusterRequestpublic void setSubClusterId(SubClusterId subClusterId)
GetApplicationsHomeSubClusterRequestSubClusterId representing the unique identifier of the
subcluster.setSubClusterId in class GetApplicationsHomeSubClusterRequestsubClusterId - the subcluster identifierCopyright © 2008–2025 Apache Software Foundation. All rights reserved.