| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Method and Description |
|---|---|
protected RpcServerInterface |
MasterRpcServices.createRpcServer(Server server,
Configuration conf,
RpcSchedulerFactory rpcSchedulerFactory,
java.net.InetSocketAddress bindAddress,
java.lang.String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
FifoRpcSchedulerFactory
Factory to use when you want to use the
FifoRpcScheduler |
class |
SimpleRpcSchedulerFactory
Constructs a
SimpleRpcScheduler. |
| Modifier and Type | Method and Description |
|---|---|
protected RpcServerInterface |
RSRpcServices.createRpcServer(Server server,
Configuration conf,
RpcSchedulerFactory rpcSchedulerFactory,
java.net.InetSocketAddress bindAddress,
java.lang.String name) |