Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
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 |
RpcServer.getScheduler() |
Constructor and Description |
---|
RpcServer(Server serverInstance,
String name,
List<RpcServer.BlockingServiceAndInterface> services,
InetSocketAddress isa,
org.apache.hadoop.conf.Configuration conf,
RpcScheduler scheduler)
Constructs a server listening on the named port and address.
|
Modifier and Type | Method and Description |
---|---|
RpcScheduler |
SimpleRpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf,
RegionServerServices server) |
RpcScheduler |
RpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf,
RegionServerServices server)
Constructs a
RpcScheduler . |
Copyright © 2014 The Apache Software Foundation. All rights reserved.