Uses of Class
org.apache.hadoop.hbase.regionserver.RSRpcServices
Package
Description
Tools to help define network clients and servers.
-
Uses of RSRpcServices in org.apache.hadoop.hbase.ipc
Modifier and TypeFieldDescriptionprivate 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 TypeMethodDescriptionvoid
RpcServer.setRsRpcServices
(RSRpcServices rsRpcServices) void
RpcServerInterface.setRsRpcServices
(RSRpcServices rsRpcServices) -
Uses of RSRpcServices in org.apache.hadoop.hbase.master
ModifierConstructorDescriptionMasterAnnotationReadingPriorityFunction
(RSRpcServices rpcServices) MasterAnnotationReadingPriorityFunction
(RSRpcServices rpcServices, Class<? extends RSRpcServices> clz) ModifierConstructorDescriptionMasterAnnotationReadingPriorityFunction
(RSRpcServices rpcServices, Class<? extends RSRpcServices> clz) -
Uses of RSRpcServices in org.apache.hadoop.hbase.regionserver
Modifier and TypeFieldDescriptionprivate RSRpcServices
AnnotationReadingPriorityFunction.rpcServices
protected final RSRpcServices
HRegionServer.rpcServices
Modifier and TypeMethodDescriptionprotected RSRpcServices
HRegionServer.createRpcServices()
HRegionServer.getRSRpcServices()
ModifierConstructorDescriptionAnnotationReadingPriorityFunction
(RSRpcServices rpcServices) CallsAnnotationReadingPriorityFunction(RSRpcServices, Class)
using the result ofrpcServices#getClass()
The RPC server implementationAnnotationReadingPriorityFunction
(RSRpcServices rpcServices, Class<? extends RSRpcServices> clz) Constructs the priority function given the RPC server implementation and the annotations on the methods in the providedclz
.ModifierConstructorDescriptionAnnotationReadingPriorityFunction
(RSRpcServices rpcServices, Class<? extends RSRpcServices> clz) Constructs the priority function given the RPC server implementation and the annotations on the methods in the providedclz
.