java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.ReservationListInfo
public class ReservationListInfo
extends Object
Simple class that represent a list of reservations.
-
Constructor Summary
Constructors
ReservationListInfo(org.apache.hadoop.yarn.api.protocolrecords.ReservationListResponse response,
boolean includeResourceAllocations)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ReservationListInfo
public ReservationListInfo()
-
ReservationListInfo
public ReservationListInfo(org.apache.hadoop.yarn.api.protocolrecords.ReservationListResponse response,
boolean includeResourceAllocations)
throws Exception
- Throws:
Exception
-