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