Uses of Class
org.apache.hadoop.ipc.RetryCache
Packages that use RetryCache
Package
Description
Tools to help define network clients and servers.
RPC related metrics.
-
Uses of RetryCache in org.apache.hadoop.ipc
Methods in org.apache.hadoop.ipc with parameters of type RetryCacheModifier and TypeMethodDescriptionstatic voidRetryCache.clear(RetryCache cache) static RetryCache.CacheEntryRetryCache.waitForCompletion(RetryCache cache, byte[] clientId, int callId) Static method that provides null check for retryCache.RetryCache.waitForCompletion(RetryCache cache, Object payload, byte[] clientId, int callId) Static method that provides null check for retryCache. -
Uses of RetryCache in org.apache.hadoop.ipc.metrics
Methods in org.apache.hadoop.ipc.metrics with parameters of type RetryCacheModifier and TypeMethodDescriptionstatic RetryCacheMetricsRetryCacheMetrics.create(RetryCache cache)