Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected static ThreadLocal<RpcServer> |
HBaseServer.SERVER |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
RpcServer |
RegionServerServices.getRpcServer()
Returns a reference to the region server's RPC server
|
RpcServer |
HRegionServer.getRpcServer() |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.