Uses of Class
org.apache.hadoop.hbase.regionserver.RSRpcServices
Packages that use org.apache.hadoop.hbase.regionserver.RSRpcServices
Package
Description
Tools to help define network clients and servers.
-
Uses of org.apache.hadoop.hbase.regionserver.RSRpcServices in org.apache.hadoop.hbase.ipc
Methods in org.apache.hadoop.hbase.ipc with parameters of type org.apache.hadoop.hbase.regionserver.RSRpcServices in inModifier and TypeMethodDescriptionvoid
RpcServer.setRsRpcServices
(org.apache.hadoop.hbase.regionserver.RSRpcServices rsRpcServices) void
RpcServerInterface.setRsRpcServices
(org.apache.hadoop.hbase.regionserver.RSRpcServices rsRpcServices) -
Uses of org.apache.hadoop.hbase.regionserver.RSRpcServices in org.apache.hadoop.hbase.master
Subclasses of org.apache.hadoop.hbase.regionserver.RSRpcServices in in org.apache.hadoop.hbase.masterModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.master.MasterRpcServices
Implements the master RPC services.Methods in org.apache.hadoop.hbase.master that return org.apache.hadoop.hbase.regionserver.RSRpcServices in inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.regionserver.RSRpcServices
HMaster.createRpcServices()
Constructors in org.apache.hadoop.hbase.master with parameters of type org.apache.hadoop.hbase.regionserver.RSRpcServices in inModifierConstructorDescriptionMasterAnnotationReadingPriorityFunction
(org.apache.hadoop.hbase.regionserver.RSRpcServices rpcServices) MasterAnnotationReadingPriorityFunction
(org.apache.hadoop.hbase.regionserver.RSRpcServices rpcServices, Class<? extends org.apache.hadoop.hbase.regionserver.RSRpcServices> clz) Constructor parameters in org.apache.hadoop.hbase.master with type arguments of type org.apache.hadoop.hbase.regionserver.RSRpcServices in inModifierConstructorDescriptionMasterAnnotationReadingPriorityFunction
(org.apache.hadoop.hbase.regionserver.RSRpcServices rpcServices, Class<? extends org.apache.hadoop.hbase.regionserver.RSRpcServices> clz) -
Uses of org.apache.hadoop.hbase.regionserver.RSRpcServices in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as org.apache.hadoop.hbase.regionserver.RSRpcServices in inModifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.regionserver.RSRpcServices
HRegionServer.rpcServices
Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.regionserver.RSRpcServices in inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.regionserver.RSRpcServices
HRegionServer.createRpcServices()
org.apache.hadoop.hbase.regionserver.RSRpcServices
HRegionServer.getRSRpcServices()
Constructors in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.regionserver.RSRpcServices in inModifierConstructorDescriptionAnnotationReadingPriorityFunction
(org.apache.hadoop.hbase.regionserver.RSRpcServices rpcServices) CallsAnnotationReadingPriorityFunction(RSRpcServices, Class)
using the result ofrpcServices#getClass()
The RPC server implementationAnnotationReadingPriorityFunction
(org.apache.hadoop.hbase.regionserver.RSRpcServices rpcServices, Class<? extends org.apache.hadoop.hbase.regionserver.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 org.apache.hadoop.hbase.regionserver.RSRpcServices in inModifierConstructorDescriptionAnnotationReadingPriorityFunction
(org.apache.hadoop.hbase.regionserver.RSRpcServices rpcServices, Class<? extends org.apache.hadoop.hbase.regionserver.RSRpcServices> clz) Constructs the priority function given the RPC server implementation and the annotations on the methods in the providedclz
.