public class TaskContainerDefinition
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
TaskContainerDefinition.Builder |
| Constructor | Description |
|---|---|
TaskContainerDefinition() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getAllocationId() |
|
int |
getCount() |
|
long |
getDuration() |
|
org.apache.hadoop.yarn.api.records.ExecutionType |
getExecutionType() |
|
java.lang.String |
getHostname() |
|
int |
getPriority() |
|
long |
getRequestDelay() |
|
org.apache.hadoop.yarn.api.records.Resource |
getResource() |
|
java.lang.String |
getType() |
public long getDuration()
public org.apache.hadoop.yarn.api.records.Resource getResource()
public int getPriority()
public java.lang.String getType()
public int getCount()
public org.apache.hadoop.yarn.api.records.ExecutionType getExecutionType()
public long getAllocationId()
public long getRequestDelay()
public java.lang.String getHostname()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.