Uses of Class
org.apache.hadoop.hbase.regionserver.RSRpcServices
Packages that use RSRpcServices
Package
Description
Tools to help define network clients and servers.
-
Uses of RSRpcServices in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc declared as RSRpcServicesModifier 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.Methods in org.apache.hadoop.hbase.ipc with parameters of type RSRpcServicesModifier and TypeMethodDescriptionvoid
RpcServer.setRsRpcServices
(RSRpcServices rsRpcServices) void
RpcServerInterface.setRsRpcServices
(RSRpcServices rsRpcServices) -
Uses of RSRpcServices in org.apache.hadoop.hbase.master
Subclasses of RSRpcServices in org.apache.hadoop.hbase.masterMethods in org.apache.hadoop.hbase.master that return RSRpcServicesConstructors in org.apache.hadoop.hbase.master with parameters of type RSRpcServicesModifierConstructorDescriptionMasterAnnotationReadingPriorityFunction
(RSRpcServices rpcServices) MasterAnnotationReadingPriorityFunction
(RSRpcServices rpcServices, Class<? extends RSRpcServices> clz) Constructor parameters in org.apache.hadoop.hbase.master with type arguments of type RSRpcServicesModifierConstructorDescriptionMasterAnnotationReadingPriorityFunction
(RSRpcServices rpcServices, Class<? extends RSRpcServices> clz) -
Uses of RSRpcServices in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as RSRpcServicesModifier and TypeFieldDescriptionprivate RSRpcServices
AnnotationReadingPriorityFunction.rpcServices
protected final RSRpcServices
HRegionServer.rpcServices
Methods in org.apache.hadoop.hbase.regionserver that return RSRpcServicesModifier and TypeMethodDescriptionprotected RSRpcServices
HRegionServer.createRpcServices()
HRegionServer.getRSRpcServices()
Constructors in org.apache.hadoop.hbase.regionserver with parameters of type RSRpcServicesModifierConstructorDescriptionAnnotationReadingPriorityFunction
(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
.Constructor parameters in org.apache.hadoop.hbase.regionserver with type arguments of type RSRpcServicesModifierConstructorDescriptionAnnotationReadingPriorityFunction
(RSRpcServices rpcServices, Class<? extends RSRpcServices> clz) Constructs the priority function given the RPC server implementation and the annotations on the methods in the providedclz
.