Uses of Interface
org.apache.hadoop.util.concurrent.AsyncGet
Packages that use AsyncGet
Package
Description
A mechanism for selectively retrying methods that throw exceptions under
certain circumstances.
Tools to help define network clients and servers.
Support for concurrent execution.
-
Uses of AsyncGet in org.apache.hadoop.io.retry
Methods in org.apache.hadoop.io.retry that return AsyncGetMethods in org.apache.hadoop.io.retry with parameters of type AsyncGetModifier and TypeMethodDescriptionstatic voidAsyncCallHandler.setLowerLayerAsyncReturn(AsyncGet<?, Exception> asyncReturn) For the lower rpc layers to set the async return value. -
Uses of AsyncGet in org.apache.hadoop.ipc
Methods in org.apache.hadoop.ipc that return AsyncGetModifier and TypeMethodDescriptionProtobufRpcEngine.getAsyncReturnMessage()Deprecated.ProtobufRpcEngine2.getAsyncReturnMessage()static <T extends Writable>
AsyncGet<T,IOException> Client.getAsyncRpcResponse() -
Uses of AsyncGet in org.apache.hadoop.util.concurrent
Constructors in org.apache.hadoop.util.concurrent with parameters of type AsyncGet