| Package | Description |
|---|---|
| org.apache.hadoop.io.retry |
A mechanism for selectively retrying methods that throw exceptions under
certain circumstances.
|
| org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.util.concurrent |
Support for concurrent execution.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <R,T extends java.lang.Throwable> |
AsyncCallHandler.getAsyncReturn() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
AsyncCallHandler.setLowerLayerAsyncReturn(AsyncGet<?,java.lang.Exception> asyncReturn) |
For the lower rpc layers to set the async return value.
|
| Modifier and Type | Method | Description |
|---|---|---|
static AsyncGet<com.google.protobuf.Message,java.lang.Exception> |
ProtobufRpcEngine.getAsyncReturnMessage() |
Deprecated.
|
static AsyncGet<org.apache.hadoop.thirdparty.protobuf.Message,java.lang.Exception> |
ProtobufRpcEngine2.getAsyncReturnMessage() |
|
static <T extends Writable> |
Client.getAsyncRpcResponse() |
| Constructor | Description |
|---|---|
AsyncGetFuture(AsyncGet<T,E> asyncGet) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.