Uses of Class
org.apache.hadoop.oncrpc.RpcResponse
Packages that use RpcResponse
Package
Description
This package provides ONC RPC implementation with simple UDP/TCP
Servers and clients.
-
Uses of RpcResponse in org.apache.hadoop.oncrpc
Methods in org.apache.hadoop.oncrpc that return RpcResponseMethods in org.apache.hadoop.oncrpc with parameters of type RpcResponseModifier and TypeMethodDescriptionvoidRpcCallCache.callCompleted(InetAddress clientId, int xid, RpcResponse response) Mark a request as completed and add corresponding response to the cache.static voidRpcUtil.sendRpcResponse(io.netty.channel.ChannelHandlerContext ctx, RpcResponse response) voidRpcCallCache.CacheEntry.setResponse(RpcResponse response)