TempAppPerPartition, TempQueuePerPartition, TempUserPerPartitionpublic class AbstractPreemptionEntity
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected org.apache.hadoop.yarn.api.records.Resource |
amUsed |
|
protected org.apache.hadoop.yarn.api.records.Resource |
current |
|
protected org.apache.hadoop.yarn.api.records.Resource |
pending |
|
protected org.apache.hadoop.yarn.api.records.Resource |
reserved |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.yarn.api.records.Resource |
getActuallyToBePreempted() |
|
org.apache.hadoop.yarn.api.records.Resource |
getAMUsed() |
|
org.apache.hadoop.yarn.api.records.Resource |
getPending() |
|
java.lang.String |
getQueueName() |
|
org.apache.hadoop.yarn.api.records.Resource |
getReserved() |
|
org.apache.hadoop.yarn.api.records.Resource |
getToBePreemptFromOther() |
|
org.apache.hadoop.yarn.api.records.Resource |
getUsed() |
|
org.apache.hadoop.yarn.api.records.Resource |
getUsedDeductAM() |
|
void |
setActuallyToBePreempted(org.apache.hadoop.yarn.api.records.Resource actuallyToBePreempted) |
|
void |
setToBePreemptFromOther(org.apache.hadoop.yarn.api.records.Resource toBePreemptFromOther) |
protected final org.apache.hadoop.yarn.api.records.Resource current
protected final org.apache.hadoop.yarn.api.records.Resource amUsed
protected final org.apache.hadoop.yarn.api.records.Resource reserved
protected org.apache.hadoop.yarn.api.records.Resource pending
public java.lang.String getQueueName()
public org.apache.hadoop.yarn.api.records.Resource getUsed()
public org.apache.hadoop.yarn.api.records.Resource getUsedDeductAM()
public org.apache.hadoop.yarn.api.records.Resource getAMUsed()
public org.apache.hadoop.yarn.api.records.Resource getPending()
public org.apache.hadoop.yarn.api.records.Resource getReserved()
public org.apache.hadoop.yarn.api.records.Resource getActuallyToBePreempted()
public void setActuallyToBePreempted(org.apache.hadoop.yarn.api.records.Resource actuallyToBePreempted)
public org.apache.hadoop.yarn.api.records.Resource getToBePreemptFromOther()
public void setToBePreemptFromOther(org.apache.hadoop.yarn.api.records.Resource toBePreemptFromOther)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.