Package | Description |
---|---|
org.apache.hadoop.yarn.api.protocolrecords | |
org.apache.hadoop.yarn.api.protocolrecords.impl.pb |
Modifier and Type | Method and Description |
---|---|
static StartContainerRequest |
StartContainerRequest.newInstance(ContainerLaunchContext context,
Token container) |
Modifier and Type | Method and Description |
---|---|
abstract List<StartContainerRequest> |
StartContainersRequest.getStartContainerRequests()
Get a list of
StartContainerRequest to start containers. |
Modifier and Type | Method and Description |
---|---|
static StartContainersRequest |
StartContainersRequest.newInstance(List<StartContainerRequest> requests) |
abstract void |
StartContainersRequest.setStartContainerRequests(List<StartContainerRequest> request)
Set a list of
StartContainerRequest to start containers. |
Modifier and Type | Class and Description |
---|---|
class |
StartContainerRequestPBImpl |
Modifier and Type | Method and Description |
---|---|
List<StartContainerRequest> |
StartContainersRequestPBImpl.getStartContainerRequests() |
Modifier and Type | Method and Description |
---|---|
void |
StartContainersRequestPBImpl.setStartContainerRequests(List<StartContainerRequest> requests) |
Copyright © 2013 Apache Software Foundation. All rights reserved.