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.regionserver
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 RSRpcServicesModifierConstructorDescription(package private)
RSAnnotationReadingPriorityFunction
(RSRpcServices rpcServices)