public class ReservationDeleteRequestPBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.ReservationDeleteRequest
| Constructor | Description |
|---|---|
ReservationDeleteRequestPBImpl() |
|
ReservationDeleteRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.ReservationDeleteRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.proto.YarnServiceProtos.ReservationDeleteRequestProto |
getProto() |
|
org.apache.hadoop.yarn.api.records.ReservationId |
getReservationId() |
|
int |
hashCode() |
|
void |
setReservationId(org.apache.hadoop.yarn.api.records.ReservationId reservationId) |
|
java.lang.String |
toString() |
public ReservationDeleteRequestPBImpl()
public ReservationDeleteRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.ReservationDeleteRequestProto proto)
public org.apache.hadoop.yarn.proto.YarnServiceProtos.ReservationDeleteRequestProto getProto()
public org.apache.hadoop.yarn.api.records.ReservationId getReservationId()
getReservationId in class org.apache.hadoop.yarn.api.protocolrecords.ReservationDeleteRequestpublic void setReservationId(org.apache.hadoop.yarn.api.records.ReservationId reservationId)
setReservationId in class org.apache.hadoop.yarn.api.protocolrecords.ReservationDeleteRequestpublic 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.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.