Package org.apache.hadoop.yarn.client.api.async


@Public package org.apache.hadoop.yarn.client.api.async
  • Class
    Description
    AMRMClientAsync<T extends org.apache.hadoop.yarn.client.api.AMRMClient.ContainerRequest>
    AMRMClientAsync handles communication with the ResourceManager and provides asynchronous updates on events such as container allocations and completions.
    org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.AbstractCallbackHandler
    The callback abstract class.
    org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.CallbackHandler
    Deprecated.
    Use AMRMClientAsync.AbstractCallbackHandler instead.
    NMClientAsync handles communication with all the NodeManagers and provides asynchronous updates on getting responses from them.
    org.apache.hadoop.yarn.client.api.async.NMClientAsync.AbstractCallbackHandler
    The callback abstract class.
    org.apache.hadoop.yarn.client.api.async.NMClientAsync.CallbackHandler
    Deprecated.
    Use NMClientAsync.AbstractCallbackHandler instead.