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
          An abstract IPC service.
static class SecureRpcEngine.Server
          An RPC Server.
 class SecureServer
          An abstract IPC service, supporting SASL authentication of connections, using GSSAPI for Kerberos authentication or DIGEST-MD5 for authentication via signed tokens.
 

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.
 RpcServer RpcEngine.getServer(Class<? extends VersionedProtocol> 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.
static RpcServer HBaseRPC.getServer(Class 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.
static RpcServer HBaseRPC.getServer(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 listening on a port and address.
 

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

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



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