Package | Description |
---|---|
org.apache.hadoop.yarn.client.api | |
org.apache.hadoop.yarn.client.api.async |
Modifier and Type | Method and Description |
---|---|
static <T extends org.apache.hadoop.yarn.client.api.AMRMClient.ContainerRequest> |
AMRMClient.createAMRMClient()
Create a new instance of AMRMClient.
|
Modifier and Type | Field and Description |
---|---|
protected AMRMClient<T> |
AMRMClientAsync.client |
Modifier and Type | Method and Description |
---|---|
static <T extends org.apache.hadoop.yarn.client.api.AMRMClient.ContainerRequest> |
AMRMClientAsync.createAMRMClientAsync(AMRMClient<T> client,
int intervalMs,
org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.AbstractCallbackHandler callbackHandler)
Create a new instance of AMRMClientAsync.
|
static <T extends org.apache.hadoop.yarn.client.api.AMRMClient.ContainerRequest> |
AMRMClientAsync.createAMRMClientAsync(AMRMClient<T> client,
int intervalMs,
org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.CallbackHandler callbackHandler)
Deprecated.
|
Constructor and Description |
---|
AMRMClientAsync(AMRMClient<T> client,
int intervalMs,
org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.AbstractCallbackHandler callbackHandler) |
AMRMClientAsync(AMRMClient<T> client,
int intervalMs,
org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.CallbackHandler callbackHandler)
Deprecated.
|
Copyright © 2018 Apache Software Foundation. All rights reserved.