| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract ReservationId |
GetNewReservationResponse.getReservationId() |
Get a new
ReservationId to be used to submit a reservation. |
abstract ReservationId |
ReservationDeleteRequest.getReservationId() |
Get the
ReservationId, that corresponds to a valid resource
allocation in the scheduler (between start and end time of this
reservation) |
abstract ReservationId |
ReservationSubmissionRequest.getReservationId() |
Get the reservation id that corresponds to the reservation submission.
|
abstract ReservationId |
ReservationUpdateRequest.getReservationId() |
Get the
ReservationId, that corresponds to a valid resource
allocation in the scheduler (between start and end time of this
reservation) |
| Modifier and Type | Method | Description |
|---|---|---|
static GetNewReservationResponse |
GetNewReservationResponse.newInstance(ReservationId reservationId) |
|
static ReservationDeleteRequest |
ReservationDeleteRequest.newInstance(ReservationId reservationId) |
|
static ReservationSubmissionRequest |
ReservationSubmissionRequest.newInstance(ReservationDefinition reservationDefinition,
java.lang.String queueName,
ReservationId reservationId) |
|
static ReservationUpdateRequest |
ReservationUpdateRequest.newInstance(ReservationDefinition reservationDefinition,
ReservationId reservationId) |
|
abstract void |
GetNewReservationResponse.setReservationId(ReservationId reservationId) |
Set a new
ReservationId to be used to submit a reservation. |
abstract void |
ReservationDeleteRequest.setReservationId(ReservationId reservationId) |
Set the
ReservationId, that correspond to a valid resource
allocation in the scheduler (between start and end time of this
reservation) |
abstract void |
ReservationSubmissionRequest.setReservationId(ReservationId reservationId) |
Set the reservation id that corresponds to the reservation submission.
|
abstract void |
ReservationUpdateRequest.setReservationId(ReservationId reservationId) |
Set the
ReservationId, that correspond to a valid resource
allocation in the scheduler (between start and end time of this
reservation) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract ReservationId |
ReservationAllocationState.getReservationId() |
Get the id of the reservation.
|
abstract ReservationId |
ApplicationSubmissionContext.getReservationID() |
Get the reservation id, that corresponds to a valid resource allocation in
the scheduler (between start and end time of the corresponding reservation)
|
static ReservationId |
ReservationId.newInstance(long clusterTimestamp,
long id) |
|
static ReservationId |
ReservationId.parseReservationId(java.lang.String reservationId) |
Parse the string argument as a
ReservationId |
| Modifier and Type | Method | Description |
|---|---|---|
int |
ReservationId.compareTo(ReservationId other) |
|
static ReservationAllocationState |
ReservationAllocationState.newInstance(long acceptanceTime,
java.lang.String user,
java.util.List<ResourceAllocationRequest> resourceAllocations,
ReservationId reservationId,
ReservationDefinition reservationDefinition) |
|
abstract void |
ReservationAllocationState.setReservationId(ReservationId reservationId) |
Set the id corresponding to the reservation.
|
abstract void |
ApplicationSubmissionContext.setReservationID(ReservationId reservationID) |
Set the reservation id, that correspond to a valid resource allocation in
the scheduler (between start and end time of the corresponding reservation)
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.