| Package | Description |
|---|---|
| org.apache.hadoop.hbase.ipc | |
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Class and Description |
|---|---|
class |
FifoRpcScheduler
A very simple RpcScheduler} that serves incoming requests in order.
|
class |
SimpleRpcScheduler
The default scheduler.
|
| Modifier and Type | Field and Description |
|---|---|
protected RpcScheduler |
RpcServer.scheduler |
| Modifier and Type | Method and Description |
|---|---|
RpcScheduler |
RpcServerInterface.getScheduler() |
RpcScheduler |
RpcServer.getScheduler() |
| Modifier and Type | Method and Description |
|---|---|
static RpcServer |
RpcServerFactory.createRpcServer(Server server,
java.lang.String name,
java.util.List<RpcServer.BlockingServiceAndInterface> services,
java.net.InetSocketAddress bindAddress,
Configuration conf,
RpcScheduler scheduler) |
static RpcServer |
RpcServerFactory.createRpcServer(Server server,
java.lang.String name,
java.util.List<RpcServer.BlockingServiceAndInterface> services,
java.net.InetSocketAddress bindAddress,
Configuration conf,
RpcScheduler scheduler,
boolean reservoirEnabled) |
| Constructor and Description |
|---|
NettyRpcServer(Server server,
java.lang.String name,
java.util.List<RpcServer.BlockingServiceAndInterface> services,
java.net.InetSocketAddress bindAddress,
Configuration conf,
RpcScheduler scheduler,
boolean reservoirEnabled) |
RpcServer(Server server,
java.lang.String name,
java.util.List<RpcServer.BlockingServiceAndInterface> services,
java.net.InetSocketAddress bindAddress,
Configuration conf,
RpcScheduler scheduler,
boolean reservoirEnabled)
Constructs a server listening on the named port and address.
|
SimpleRpcServer(Server server,
java.lang.String name,
java.util.List<RpcServer.BlockingServiceAndInterface> services,
java.net.InetSocketAddress bindAddress,
Configuration conf,
RpcScheduler scheduler,
boolean reservoirEnabled)
Constructs a server listening on the named port and address.
|
| Modifier and Type | Method and Description |
|---|---|
RpcScheduler |
RpcSchedulerFactory.create(Configuration conf,
PriorityFunction priority)
Deprecated.
|
RpcScheduler |
SimpleRpcSchedulerFactory.create(Configuration conf,
PriorityFunction priority)
Deprecated.
|
RpcScheduler |
FifoRpcSchedulerFactory.create(Configuration conf,
PriorityFunction priority)
Deprecated.
|
RpcScheduler |
RpcSchedulerFactory.create(Configuration conf,
PriorityFunction priority,
Abortable server)
Constructs a
RpcScheduler. |
RpcScheduler |
SimpleRpcSchedulerFactory.create(Configuration conf,
PriorityFunction priority,
Abortable server) |
RpcScheduler |
FifoRpcSchedulerFactory.create(Configuration conf,
PriorityFunction priority,
Abortable server) |