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 RSRpcServicesRpcServer.rsRpcServicesUsed 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 TypeMethodDescriptionvoidRpcServer.setRsRpcServices(RSRpcServices rsRpcServices) voidRpcServerInterface.setRsRpcServices(RSRpcServices rsRpcServices) -
Uses of RSRpcServices in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return RSRpcServicesModifier and TypeMethodDescriptionprotected RSRpcServicesHRegionServer.createRpcServices()HRegionServer.getRSRpcServices()Constructors in org.apache.hadoop.hbase.regionserver with parameters of type RSRpcServicesModifierConstructorDescription(package private)RSAnnotationReadingPriorityFunction(RSRpcServices rpcServices)