Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.quotas | |
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
A scheduler that maintains isolated handler pools for general,
high-priority, and replication requests.
|
Modifier and Type | Method and Description |
---|---|
RpcScheduler |
RpcServerInterface.getScheduler() |
RpcScheduler |
RpcServer.getScheduler() |
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 |
---|---|
void |
RegionServerQuotaManager.start(RpcScheduler rpcScheduler) |
Modifier and Type | Method and Description |
---|---|
RpcScheduler |
SimpleRpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf,
PriorityFunction priority)
Deprecated.
|
RpcScheduler |
RpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf,
PriorityFunction priority)
Deprecated.
|
RpcScheduler |
SimpleRpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf,
PriorityFunction priority,
Abortable server) |
RpcScheduler |
RpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf,
PriorityFunction priority,
Abortable server)
Constructs a
RpcScheduler . |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.