Class GetReservationHomeSubClusterRequestPBImpl
java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.GetReservationHomeSubClusterRequest
org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetReservationHomeSubClusterRequestPBImpl
@Private
@Unstable
public class GetReservationHomeSubClusterRequestPBImpl
extends GetReservationHomeSubClusterRequest
Protocol buffer based implementation of
GetReservationHomeSubClusterRequest.-
Constructor Summary
ConstructorsConstructorDescriptionGetReservationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetReservationHomeSubClusterRequestProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetReservationHomeSubClusterRequestProtogetProto()org.apache.hadoop.yarn.api.records.ReservationIdGet theReservationIdrepresenting the unique identifier of the application.inthashCode()voidsetReservationId(org.apache.hadoop.yarn.api.records.ReservationId paramReservationId) Set theReservationIdrepresenting the unique identifier of the application.toString()Methods inherited from class org.apache.hadoop.yarn.server.federation.store.records.GetReservationHomeSubClusterRequest
newInstance
-
Constructor Details
-
GetReservationHomeSubClusterRequestPBImpl
public GetReservationHomeSubClusterRequestPBImpl() -
GetReservationHomeSubClusterRequestPBImpl
public GetReservationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetReservationHomeSubClusterRequestProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetReservationHomeSubClusterRequestProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getReservationId
public org.apache.hadoop.yarn.api.records.ReservationId getReservationId()Description copied from class:GetReservationHomeSubClusterRequestGet theReservationIdrepresenting the unique identifier of the application.- Specified by:
getReservationIdin classGetReservationHomeSubClusterRequest- Returns:
- the application identifier
-
setReservationId
public void setReservationId(org.apache.hadoop.yarn.api.records.ReservationId paramReservationId) Description copied from class:GetReservationHomeSubClusterRequestSet theReservationIdrepresenting the unique identifier of the application.- Specified by:
setReservationIdin classGetReservationHomeSubClusterRequest- Parameters:
paramReservationId- the reservatopm identifier
-