@InterfaceAudience.Private @InterfaceStability.Unstable public class GetSubClustersInfoResponsePBImpl extends GetSubClustersInfoResponse
GetSubClustersInfoResponse
.Constructor and Description |
---|
GetSubClustersInfoResponsePBImpl() |
GetSubClustersInfoResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClustersInfoResponseProto proto) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClustersInfoResponseProto |
getProto() |
List<SubClusterInfo> |
getSubClusters()
Get the list of
SubClusterInfo representing the information about
all sub-clusters that are currently participating in Federation. |
int |
hashCode() |
void |
setSubClusters(Collection<SubClusterInfo> subClusters)
Set the list of
SubClusterInfo representing the information about
all sub-clusters that are currently participating in Federation. |
String |
toString() |
newInstance
public GetSubClustersInfoResponsePBImpl()
public GetSubClustersInfoResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClustersInfoResponseProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClustersInfoResponseProto getProto()
public List<SubClusterInfo> getSubClusters()
GetSubClustersInfoResponse
SubClusterInfo
representing the information about
all sub-clusters that are currently participating in Federation.getSubClusters
in class GetSubClustersInfoResponse
SubClusterInfo
public void setSubClusters(Collection<SubClusterInfo> subClusters)
GetSubClustersInfoResponse
SubClusterInfo
representing the information about
all sub-clusters that are currently participating in Federation.setSubClusters
in class GetSubClustersInfoResponse
subClusters
- the list of SubClusterInfo
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.