Uses of Class
org.apache.hadoop.ipc.Server

Packages that use Server
org.apache.hadoop.ipc Tools to help define network clients and servers. 
org.apache.hadoop.ipc.metrics   
org.apache.hadoop.net Network-related classes. 
 

Uses of Server in org.apache.hadoop.ipc
 

Subclasses of Server in org.apache.hadoop.ipc
static class RPC.Server
          An RPC Server.
 

Methods in org.apache.hadoop.ipc that return Server
static Server Server.get()
          Returns the server instance called under or null.
 

Uses of Server in org.apache.hadoop.ipc.metrics
 

Constructors in org.apache.hadoop.ipc.metrics with parameters of type Server
RpcMetrics(String hostName, String port, Server server)
           
 

Uses of Server in org.apache.hadoop.net
 

Methods in org.apache.hadoop.net with parameters of type Server
static InetSocketAddress NetUtils.getConnectAddress(Server server)
          Returns InetSocketAddress that a client can use to connect to the server.
 



Copyright © 2008 The Apache Software Foundation