@Private @Unstable public class GetReservationHomeSubClusterRequestPBImpl extends GetReservationHomeSubClusterRequest
GetReservationHomeSubClusterRequest.| Constructor | Description |
|---|---|
GetReservationHomeSubClusterRequestPBImpl() |
|
GetReservationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetReservationHomeSubClusterRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetReservationHomeSubClusterRequestProto |
getProto() |
|
org.apache.hadoop.yarn.api.records.ReservationId |
getReservationId() |
Get the
ReservationId representing the unique identifier of the
application. |
int |
hashCode() |
|
void |
setReservationId(org.apache.hadoop.yarn.api.records.ReservationId paramReservationId) |
Set the
ReservationId representing the unique identifier of the
application. |
java.lang.String |
toString() |
newInstancepublic GetReservationHomeSubClusterRequestPBImpl()
public GetReservationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetReservationHomeSubClusterRequestProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetReservationHomeSubClusterRequestProto 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 org.apache.hadoop.yarn.api.records.ReservationId getReservationId()
GetReservationHomeSubClusterRequestReservationId representing the unique identifier of the
application.getReservationId in class GetReservationHomeSubClusterRequestpublic void setReservationId(org.apache.hadoop.yarn.api.records.ReservationId paramReservationId)
GetReservationHomeSubClusterRequestReservationId representing the unique identifier of the
application.setReservationId in class GetReservationHomeSubClusterRequestparamReservationId - the reservatopm identifierCopyright © 2008–2025 Apache Software Foundation. All rights reserved.