Uses of Class
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
Modifier 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
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.master.MasterRpcServices
Implements the master RPC services.Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.regionserver.RSRpcServices
HMaster.createRpcServices()
ModifierConstructorDescriptionMasterAnnotationReadingPriorityFunction
(org.apache.hadoop.hbase.regionserver.RSRpcServices rpcServices) MasterAnnotationReadingPriorityFunction
(org.apache.hadoop.hbase.regionserver.RSRpcServices rpcServices, Class<? extends org.apache.hadoop.hbase.regionserver.RSRpcServices> clz) ModifierConstructorDescriptionMasterAnnotationReadingPriorityFunction
(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
Modifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.regionserver.RSRpcServices
HRegionServer.rpcServices
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.regionserver.RSRpcServices
HRegionServer.createRpcServices()
org.apache.hadoop.hbase.regionserver.RSRpcServices
HRegionServer.getRSRpcServices()
ModifierConstructorDescriptionAnnotationReadingPriorityFunction
(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
.ModifierConstructorDescriptionAnnotationReadingPriorityFunction
(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
.