Uses of Class
org.apache.hadoop.ipc.RetryCache.CacheEntry
Packages that use RetryCache.CacheEntry
-
Uses of RetryCache.CacheEntry in org.apache.hadoop.ipc
Subclasses of RetryCache.CacheEntry in org.apache.hadoop.ipcModifier and TypeClassDescriptionstatic classCacheEntry with payload that tracks the previous response or parts of previous response to be used for generating response for retried requests.Methods in org.apache.hadoop.ipc that return RetryCache.CacheEntryModifier and TypeMethodDescriptionstatic RetryCache.CacheEntryRetryCache.waitForCompletion(RetryCache cache, byte[] clientId, int callId) Static method that provides null check for retryCache.Methods in org.apache.hadoop.ipc that return types with arguments of type RetryCache.CacheEntryMethods in org.apache.hadoop.ipc with parameters of type RetryCache.CacheEntryModifier and TypeMethodDescriptionstatic voidRetryCache.setState(RetryCache.CacheEntry e, boolean success)