Uses of Interface
org.apache.hadoop.hbase.ipc.RpcServer

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

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

Classes in org.apache.hadoop.hbase.ipc that implement RpcServer
 class HBaseServer
          A client for an IPC service.
 

Fields in org.apache.hadoop.hbase.ipc with type parameters of type RpcServer
protected static ThreadLocal<RpcServer> HBaseServer.SERVER
           
 

Methods in org.apache.hadoop.hbase.ipc that return RpcServer
static RpcServer HBaseServer.get()
          Returns the server instance called under or null.
static RpcServer HBaseServerRPC.getServer(Class<? extends IpcProtocol> protocol, Object instance, Class<?>[] ifaces, String bindAddress, int port, int numHandlers, int metaHandlerCount, boolean verbose, org.apache.hadoop.conf.Configuration conf, int highPriorityLevel)
          Construct a server for a protocol implementation instance.
 

Uses of RpcServer in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return RpcServer
 RpcServer RegionServerServices.getRpcServer()
          Returns a reference to the region server's RPC server
 RpcServer HRegionServer.getRpcServer()
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.