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