@InterfaceAudience.Public
Interface | Description |
---|---|
AMRMClientAsync.CallbackHandler | Deprecated
Use
AMRMClientAsync.AbstractCallbackHandler instead. |
NMClientAsync.CallbackHandler | Deprecated
Use
NMClientAsync.AbstractCallbackHandler instead. |
Class | Description |
---|---|
AMRMClientAsync<T extends AMRMClient.ContainerRequest> |
AMRMClientAsync handles communication with the ResourceManager
and provides asynchronous updates on events such as container allocations and
completions. |
AMRMClientAsync.AbstractCallbackHandler |
The callback abstract class.
|
NMClientAsync |
NMClientAsync handles communication with all the NodeManagers
and provides asynchronous updates on getting responses from them. |
NMClientAsync.AbstractCallbackHandler |
The callback abstract class.
|
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.