Package | Description |
---|---|
org.apache.hadoop.mapreduce | |
org.apache.hadoop.yarn.api.protocolrecords | |
org.apache.hadoop.yarn.api.records |
Modifier and Type | Method and Description |
---|---|
ReservationId |
Job.getReservationId()
Get the reservation to which the job is submitted to, if any
|
Modifier and Type | Method and Description |
---|---|
void |
Job.setReservationId(ReservationId reservationId)
Set the reservation to which the job is submitted to
|
Modifier and Type | Method and Description |
---|---|
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) |
abstract ReservationId |
ReservationSubmissionResponse.getReservationId()
Get the
ReservationId , that corresponds to a valid resource
allocation in the scheduler (between start and end time of this
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) |
Modifier and Type | Method and Description |
---|---|
static ReservationUpdateRequest |
ReservationUpdateRequest.newInstance(ReservationDefinition reservationDefinition,
ReservationId reservationId) |
static ReservationSubmissionResponse |
ReservationSubmissionResponse.newInstance(ReservationId reservationId) |
static ReservationDeleteRequest |
ReservationDeleteRequest.newInstance(ReservationId reservationId) |
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) |
abstract void |
ReservationSubmissionResponse.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 |
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) |
Modifier and Type | Method and Description |
---|---|
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(String reservationId)
Parse the string argument as a
ReservationId |
Modifier and Type | Method and Description |
---|---|
int |
ReservationId.compareTo(ReservationId other) |
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 © 2016 Apache Software Foundation. All Rights Reserved.