|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RpcServerInterface | |
---|---|
org.apache.hadoop.hbase.ipc | Tools to help define network clients and servers. |
org.apache.hadoop.hbase.regionserver |
Uses of RpcServerInterface in org.apache.hadoop.hbase.ipc |
---|
Classes in org.apache.hadoop.hbase.ipc that implement RpcServerInterface | |
---|---|
class |
RpcServer
An RPC server that hosts protobuf described Services. |
Fields in org.apache.hadoop.hbase.ipc with type parameters of type RpcServerInterface | |
---|---|
protected static ThreadLocal<RpcServerInterface> |
RpcServer.SERVER
|
Methods in org.apache.hadoop.hbase.ipc that return RpcServerInterface | |
---|---|
static RpcServerInterface |
RpcServer.get()
May be called under #call(Class, RpcRequestBody, long, MonitoredRPCHandler) implementations,
and under protobuf methods of parameters and return values. |
Uses of RpcServerInterface in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver that return RpcServerInterface | |
---|---|
RpcServerInterface |
RegionServerServices.getRpcServer()
Returns a reference to the region server's RPC server |
RpcServerInterface |
HRegionServer.getRpcServer()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |