public class ReservationListRequestPBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequest
ReservationListRequestPBImpl implements the ReservationListRequest abstract class which captures the set of requirements
 the user has to list reservations.ReservationListRequest| Constructor and Description | 
|---|
| ReservationListRequestPBImpl() | 
| ReservationListRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.ReservationListRequestProto proto) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| long | getEndTime() | 
| boolean | getIncludeResourceAllocations() | 
| org.apache.hadoop.yarn.proto.YarnServiceProtos.ReservationListRequestProto | getProto() | 
| String | getQueue() | 
| String | getReservationId() | 
| long | getStartTime() | 
| int | hashCode() | 
| void | setEndTime(long endTime) | 
| void | setIncludeResourceAllocations(boolean includeReservationAllocations) | 
| void | setQueue(String queue) | 
| void | setReservationId(String reservationId) | 
| void | setStartTime(long startTime) | 
| String | toString() | 
public ReservationListRequestPBImpl()
public ReservationListRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.ReservationListRequestProto proto)
public org.apache.hadoop.yarn.proto.YarnServiceProtos.ReservationListRequestProto getProto()
public String getQueue()
getQueue in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequestpublic void setQueue(String queue)
setQueue in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequestpublic String getReservationId()
getReservationId in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequestpublic void setReservationId(String reservationId)
setReservationId in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequestpublic long getStartTime()
getStartTime in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequestpublic void setStartTime(long startTime)
setStartTime in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequestpublic long getEndTime()
getEndTime in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequestpublic void setEndTime(long endTime)
setEndTime in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequestpublic boolean getIncludeResourceAllocations()
getIncludeResourceAllocations in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequestpublic void setIncludeResourceAllocations(boolean includeReservationAllocations)
setIncludeResourceAllocations in class org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequestCopyright © 2008–2023 Apache Software Foundation. All rights reserved.