public class ReservationInfo extends Object
| Constructor and Description | 
|---|
| ReservationInfo() | 
| ReservationInfo(org.apache.hadoop.yarn.api.records.ReservationAllocationState allocation,
               boolean includeResourceAllocations) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getAcceptanceTime() | 
| ReservationDefinitionInfo | getReservationDefinition() | 
| String | getReservationId() | 
| List<ResourceAllocationInfo> | getResourceAllocations() | 
| String | getUser() | 
| void | setUser(String newUser) | 
public String getUser()
public void setUser(String newUser)
public long getAcceptanceTime()
public List<ResourceAllocationInfo> getResourceAllocations()
public String getReservationId()
public ReservationDefinitionInfo getReservationDefinition()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.