| Package | Description |
|---|---|
| org.apache.hadoop.hbase.ipc | |
| org.apache.hadoop.hbase.quotas | |
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingRpcScheduler |
class |
FifoRpcScheduler
A very simple RpcScheduler} that serves incoming requests in order.
|
class |
SimpleRpcScheduler
A scheduler that maintains isolated handler pools for general,
high-priority, and replication requests.
|
| Modifier and Type | Field and Description |
|---|---|
protected RpcScheduler |
DelegatingRpcScheduler.delegate |
| Modifier and Type | Method and Description |
|---|---|
RpcScheduler |
RpcServer.getScheduler() |
RpcScheduler |
RpcServerInterface.getScheduler() |
| Constructor and Description |
|---|
DelegatingRpcScheduler(RpcScheduler delegate) |
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 |
|---|---|
void |
RegionServerRpcQuotaManager.start(RpcScheduler rpcScheduler) |
| Modifier and Type | Method and Description |
|---|---|
RpcScheduler |
RpcSchedulerFactory.create(Configuration conf,
PriorityFunction priority)
Deprecated.
|
RpcScheduler |
SimpleRpcSchedulerFactory.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) |