| Package | Description |
|---|---|
| org.apache.hadoop.hbase.ipc | |
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.regionserver |
| Constructor and Description |
|---|
RpcServer(Server server,
java.lang.String name,
java.util.List<RpcServer.BlockingServiceAndInterface> services,
java.net.InetSocketAddress bindAddress,
Configuration conf,
RpcScheduler scheduler)
Constructs a server listening on the named port and address.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<RpcServer.BlockingServiceAndInterface> |
MasterRpcServices.getServices() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<RpcServer.BlockingServiceAndInterface> |
RSRpcServices.getServices() |