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

Packages that use RpcProgram
org.apache.hadoop.mount   
org.apache.hadoop.nfs.nfs3   
org.apache.hadoop.oncrpc   
org.apache.hadoop.portmap   
 

Uses of RpcProgram in org.apache.hadoop.mount
 

Methods in org.apache.hadoop.mount that return RpcProgram
 RpcProgram MountdBase.getRpcProgram()
           
 

Constructors in org.apache.hadoop.mount with parameters of type RpcProgram
MountdBase(List<String> exports, RpcProgram program)
          Constructor
 

Uses of RpcProgram in org.apache.hadoop.nfs.nfs3
 

Methods in org.apache.hadoop.nfs.nfs3 that return RpcProgram
 RpcProgram Nfs3Base.getRpcProgram()
           
 

Constructors in org.apache.hadoop.nfs.nfs3 with parameters of type RpcProgram
Nfs3Base(MountdBase mountd, RpcProgram program)
           
 

Uses of RpcProgram in org.apache.hadoop.oncrpc
 

Fields in org.apache.hadoop.oncrpc declared as RpcProgram
protected  RpcProgram SimpleTcpServer.rpcProgram
           
protected  RpcProgram SimpleUdpServer.rpcProgram
           
protected  RpcProgram SimpleTcpServerHandler.rpcProgram
           
 

Constructors in org.apache.hadoop.oncrpc with parameters of type RpcProgram
SimpleTcpServer(int port, RpcProgram program, int workercount)
           
SimpleTcpServerHandler(RpcProgram rpcProgram)
           
SimpleUdpServer(int port, RpcProgram program, int workerCount)
           
SimpleUdpServerHandler(RpcProgram rpcProgram)
           
 

Uses of RpcProgram in org.apache.hadoop.portmap
 

Subclasses of RpcProgram in org.apache.hadoop.portmap
 class RpcProgramPortmap
          An rpcbind request handler.
 



Copyright © 2009 The Apache Software Foundation