Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
private List<RpcServer.BlockingServiceAndInterface> |
RpcServer.services |
Modifier and Type | Method and Description |
---|---|
(package private) static RpcServer.BlockingServiceAndInterface |
RpcServer.getServiceAndInterface(List<RpcServer.BlockingServiceAndInterface> services,
String serviceName) |
Modifier and Type | Method and Description |
---|---|
(package private) static com.google.protobuf.BlockingService |
RpcServer.getService(List<RpcServer.BlockingServiceAndInterface> services,
String serviceName) |
(package private) static RpcServer.BlockingServiceAndInterface |
RpcServer.getServiceAndInterface(List<RpcServer.BlockingServiceAndInterface> services,
String serviceName) |
(package private) static Class<?> |
RpcServer.getServiceInterface(List<RpcServer.BlockingServiceAndInterface> services,
String serviceName) |
Constructor and Description |
---|
RpcServer(Server server,
String name,
List<RpcServer.BlockingServiceAndInterface> services,
InetSocketAddress bindAddress,
org.apache.hadoop.conf.Configuration conf,
RpcScheduler scheduler)
Constructs a server listening on the named port and address.
|
Modifier and Type | Method and Description |
---|---|
protected List<RpcServer.BlockingServiceAndInterface> |
MasterRpcServices.getServices() |
Modifier and Type | Method and Description |
---|---|
protected List<RpcServer.BlockingServiceAndInterface> |
RSRpcServices.getServices() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.