Class GetReservationsHomeSubClusterResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.GetReservationsHomeSubClusterResponse
org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationsHomeSubClusterResponsePBImpl
@Private
@Unstable
public class GetReservationsHomeSubClusterResponsePBImpl
extends GetReservationsHomeSubClusterResponse
Protocol buffer based implementation of
GetReservationsHomeSubClusterResponse.-
Constructor Summary
ConstructorsConstructorDescriptionGetReservationsHomeSubClusterResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetReservationsHomeSubClusterResponseProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet theReservationHomeSubClusterlist representing the mapping of all submitted reservations to it's home sub-cluster.org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetReservationsHomeSubClusterResponseProtogetProto()inthashCode()voidsetAppsHomeSubClusters(List<ReservationHomeSubCluster> appsHomeSubClusters) Set theReservationHomeSubClusterlist representing the mapping of all submitted reservations to it's home sub-cluster.toString()Methods inherited from class org.apache.hadoop.yarn.server.federation.store.records.GetReservationsHomeSubClusterResponse
newInstance
-
Constructor Details
-
GetReservationsHomeSubClusterResponsePBImpl
public GetReservationsHomeSubClusterResponsePBImpl() -
GetReservationsHomeSubClusterResponsePBImpl
public GetReservationsHomeSubClusterResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetReservationsHomeSubClusterResponseProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetReservationsHomeSubClusterResponseProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getAppsHomeSubClusters
Description copied from class:GetReservationsHomeSubClusterResponseGet theReservationHomeSubClusterlist representing the mapping of all submitted reservations to it's home sub-cluster.- Specified by:
getAppsHomeSubClustersin classGetReservationsHomeSubClusterResponse- Returns:
- the mapping of all submitted reservation to it's home sub-cluster.
-
setAppsHomeSubClusters
Description copied from class:GetReservationsHomeSubClusterResponseSet theReservationHomeSubClusterlist representing the mapping of all submitted reservations to it's home sub-cluster.- Specified by:
setAppsHomeSubClustersin classGetReservationsHomeSubClusterResponse- Parameters:
appsHomeSubClusters- the mapping of all submitted reservation to it's home sub-cluster.
-