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

Packages that use RpcCall
org.apache.hadoop.oncrpc   
org.apache.hadoop.portmap   
 

Uses of RpcCall in org.apache.hadoop.oncrpc
 

Methods in org.apache.hadoop.oncrpc that return RpcCall
static RpcCall RpcCall.read(XDR xdr)
           
 

Methods in org.apache.hadoop.oncrpc with parameters of type RpcCall
protected abstract  XDR RpcProgram.handleInternal(RpcCall rpcCall, XDR in, XDR out, InetAddress client, org.jboss.netty.channel.Channel channel)
          Handle an RPC request.
protected abstract  boolean RpcProgram.isIdempotent(RpcCall call)
           
 

Uses of RpcCall in org.apache.hadoop.portmap
 

Methods in org.apache.hadoop.portmap with parameters of type RpcCall
 XDR RpcProgramPortmap.handleInternal(RpcCall rpcCall, XDR in, XDR out, InetAddress client, org.jboss.netty.channel.Channel channel)
           
protected  boolean RpcProgramPortmap.isIdempotent(RpcCall call)
           
 



Copyright © 2009 The Apache Software Foundation