Uses of Class
org.apache.hadoop.oncrpc.RpcCallCache.CacheEntry

Packages that use RpcCallCache.CacheEntry
org.apache.hadoop.oncrpc   
 

Uses of RpcCallCache.CacheEntry in org.apache.hadoop.oncrpc
 

Methods in org.apache.hadoop.oncrpc that return RpcCallCache.CacheEntry
 RpcCallCache.CacheEntry RpcCallCache.checkOrAddToCache(InetAddress clientId, int xid)
          Check the cache for an entry.
 

Methods in org.apache.hadoop.oncrpc that return types with arguments of type RpcCallCache.CacheEntry
 Iterator<Map.Entry<RpcCallCache.ClientRequest,RpcCallCache.CacheEntry>> RpcCallCache.iterator()
          Iterator to the cache entries
 



Copyright © 2009 The Apache Software Foundation