| Package | Description |
|---|---|
| org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.ipc.metrics |
RPC related metrics.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
RetryCache.clear(RetryCache cache) |
|
static RetryCache.CacheEntry |
RetryCache.waitForCompletion(RetryCache cache,
byte[] clientId,
int callId) |
Static method that provides null check for retryCache.
|
static RetryCache.CacheEntryWithPayload |
RetryCache.waitForCompletion(RetryCache cache,
java.lang.Object payload,
byte[] clientId,
int callId) |
Static method that provides null check for retryCache.
|
| Modifier and Type | Method | Description |
|---|---|---|
static RetryCacheMetrics |
RetryCacheMetrics.create(RetryCache cache) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.