|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| 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 |
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. |
| Constructors in org.apache.hadoop.hbase.ipc with parameters of type RpcServer | |
|---|---|
HBaseRpcMetrics(String hostName,
String port,
RpcServer server)
|
|
| 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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||