Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
private RSRpcServices |
RpcServer.rsRpcServices
Used to get details for scan with a scanner_id
TODO try to figure out a better way and remove reference from regionserver package later. |
Modifier and Type | Method and Description |
---|---|
void |
RpcServerInterface.setRsRpcServices(RSRpcServices rsRpcServices) |
void |
RpcServer.setRsRpcServices(RSRpcServices rsRpcServices) |
Modifier and Type | Class and Description |
---|---|
class |
MasterRpcServices
Implements the master RPC services.
|
Modifier and Type | Method and Description |
---|---|
protected RSRpcServices |
HMaster.createRpcServices() |
Constructor and Description |
---|
MasterAnnotationReadingPriorityFunction(RSRpcServices rpcServices) |
MasterAnnotationReadingPriorityFunction(RSRpcServices rpcServices,
Class<? extends RSRpcServices> clz) |
Constructor and Description |
---|
MasterAnnotationReadingPriorityFunction(RSRpcServices rpcServices,
Class<? extends RSRpcServices> clz) |
Modifier and Type | Field and Description |
---|---|
protected RSRpcServices |
HRegionServer.rpcServices |
private RSRpcServices |
AnnotationReadingPriorityFunction.rpcServices |
Modifier and Type | Method and Description |
---|---|
protected RSRpcServices |
HRegionServer.createRpcServices() |
RSRpcServices |
HRegionServer.getRSRpcServices() |
Constructor and Description |
---|
AnnotationReadingPriorityFunction(RSRpcServices rpcServices)
Calls
AnnotationReadingPriorityFunction(RSRpcServices, Class) using the result of
rpcServices#getClass() n * The RPC server implementation |
AnnotationReadingPriorityFunction(RSRpcServices rpcServices,
Class<? extends RSRpcServices> clz)
Constructs the priority function given the RPC server implementation and the annotations on the
methods in the provided
clz . |
Constructor and Description |
---|
AnnotationReadingPriorityFunction(RSRpcServices rpcServices,
Class<? extends RSRpcServices> clz)
Constructs the priority function given the RPC server implementation and the annotations on the
methods in the provided
clz . |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.