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 |
RpcServer
An RPC server that hosts protobuf described Services.
|
Modifier and Type | Field and Description |
---|---|
protected static ThreadLocal<RpcServerInterface> |
RpcServer.SERVER |
Modifier and Type | Method and Description |
---|---|
static RpcServerInterface |
RpcServer.get()
May be called under
#call(Class, RpcRequestBody, long, MonitoredRPCHandler) implementations,
and under protobuf methods of parameters and return values. |
Modifier and Type | Method and Description |
---|---|
RpcServerInterface |
RegionServerServices.getRpcServer()
Returns a reference to the region server's RPC server
|
RpcServerInterface |
HRegionServer.getRpcServer() |
Copyright © 2013 The Apache Software Foundation. All rights reserved.