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

Packages that use Server
org.apache.hadoop.hbase.ipc   
org.apache.hadoop.ipc Tools to help define network clients and servers. 
org.apache.hadoop.ipc.metrics   
 

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

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

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 serverName, String port, Server server)
           
 



Copyright © 2006 The Apache Software Foundation