@Private @Unstable public class GetSubClustersInfoRequestPBImpl extends GetSubClustersInfoRequest
GetSubClustersInfoRequest.| Constructor | Description |
|---|---|
GetSubClustersInfoRequestPBImpl() |
|
GetSubClustersInfoRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClustersInfoRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
boolean |
getFilterInactiveSubClusters() |
Get the flag that indicates whether only active sub-clusters should be
returned.
|
org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClustersInfoRequestProto |
getProto() |
|
int |
hashCode() |
|
void |
setFilterInactiveSubClusters(boolean filterInactiveSubClusters) |
Set the flag that indicates whether only active sub-clusters should be
returned.
|
java.lang.String |
toString() |
newInstancepublic GetSubClustersInfoRequestPBImpl()
public GetSubClustersInfoRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClustersInfoRequestProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClustersInfoRequestProto 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 boolean getFilterInactiveSubClusters()
GetSubClustersInfoRequestgetFilterInactiveSubClusters in class GetSubClustersInfoRequestpublic void setFilterInactiveSubClusters(boolean filterInactiveSubClusters)
GetSubClustersInfoRequestsetFilterInactiveSubClusters in class GetSubClustersInfoRequestfilterInactiveSubClusters - whether to filter out inactive
sub-clustersCopyright © 2008–2025 Apache Software Foundation. All rights reserved.