Uses of Class
org.apache.hadoop.oncrpc.RpcResponse

Packages that use RpcResponse
org.apache.hadoop.oncrpc   
 

Uses of RpcResponse in org.apache.hadoop.oncrpc
 

Methods in org.apache.hadoop.oncrpc that return RpcResponse
 RpcResponse RpcCallCache.CacheEntry.getResponse()
           
 

Methods in org.apache.hadoop.oncrpc with parameters of type RpcResponse
 void RpcCallCache.callCompleted(InetAddress clientId, int xid, RpcResponse response)
          Mark a request as completed and add corresponding response to the cache
static void RpcUtil.sendRpcResponse(org.jboss.netty.channel.ChannelHandlerContext ctx, RpcResponse response)
           
 void RpcCallCache.CacheEntry.setResponse(RpcResponse response)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.