-
Deprecated InterfacesInterfaceDescriptionUse
NMClientAsync.AbstractCallbackHandlerinstead.The callback interface needs to be implemented by
NMClientAsyncusers. The APIs are called when responses fromNodeManagerare available.Once a callback happens, the users can chose to act on it in blocking or non-blocking manner. If the action on callback is done in a blocking manner, some of the threads performing requests on NodeManagers may get blocked depending on how many threads in the pool are busy.
The implementation of the callback function should not throw the unexpected exception. Otherwise,
NMClientAsyncwill just catch, log and then ignore it.
-
Deprecated MethodsMethodDescription
-
Deprecated ConstructorsConstructorDescriptionUse
NMClientAsync(String, AbstractCallbackHandler)instead.UseNMClientAsync(AbstractCallbackHandler)instead.
AMRMClientAsync.AbstractCallbackHandlerinstead.