@Private @Unstable public class GetReservationsHomeSubClusterResponsePBImpl extends GetReservationsHomeSubClusterResponse
GetReservationsHomeSubClusterResponse.| Constructor | Description |
|---|---|
GetReservationsHomeSubClusterResponsePBImpl() |
|
GetReservationsHomeSubClusterResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetReservationsHomeSubClusterResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
java.util.List<ReservationHomeSubCluster> |
getAppsHomeSubClusters() |
Get the
ReservationHomeSubCluster list representing the mapping of
all submitted reservations to it's home sub-cluster. |
org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetReservationsHomeSubClusterResponseProto |
getProto() |
|
int |
hashCode() |
|
void |
setAppsHomeSubClusters(java.util.List<ReservationHomeSubCluster> appsHomeSubClusters) |
Set the
ReservationHomeSubCluster list representing the mapping of
all submitted reservations to it's home sub-cluster. |
java.lang.String |
toString() |
newInstancepublic GetReservationsHomeSubClusterResponsePBImpl()
public GetReservationsHomeSubClusterResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetReservationsHomeSubClusterResponseProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetReservationsHomeSubClusterResponseProto 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 java.util.List<ReservationHomeSubCluster> getAppsHomeSubClusters()
GetReservationsHomeSubClusterResponseReservationHomeSubCluster list representing the mapping of
all submitted reservations to it's home sub-cluster.getAppsHomeSubClusters in class GetReservationsHomeSubClusterResponsepublic void setAppsHomeSubClusters(java.util.List<ReservationHomeSubCluster> appsHomeSubClusters)
GetReservationsHomeSubClusterResponseReservationHomeSubCluster list representing the mapping of
all submitted reservations to it's home sub-cluster.setAppsHomeSubClusters in class GetReservationsHomeSubClusterResponseappsHomeSubClusters - the mapping of all submitted reservation
to it's home sub-cluster.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.