Uses of Class
org.apache.hadoop.hbase.HBaseRpcServicesBase
Package
Description
Tools to help define network clients and servers.
-
Uses of org.apache.hadoop.hbase.HBaseRpcServicesBase in org.apache.hadoop.hbase
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.HBaseServerBase<R extends org.apache.hadoop.hbase.HBaseRpcServicesBase<?>>
Base class for hbase services, such as master or region server.Modifier and TypeFieldDescriptionprotected final R
HBaseServerBase.rpcServices
-
Uses of org.apache.hadoop.hbase.HBaseRpcServicesBase in org.apache.hadoop.hbase.ipc
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.ipc.AnnotationReadingPriorityFunction<T extends org.apache.hadoop.hbase.HBaseRpcServicesBase<?>>
Reads special method annotations and table names to figure a priority for use by QoS facility in ipc; e.g: rpcs to hbase:meta get priority.Modifier and TypeFieldDescriptionprotected final T
AnnotationReadingPriorityFunction.rpcServices
-
Uses of org.apache.hadoop.hbase.HBaseRpcServicesBase in org.apache.hadoop.hbase.master
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.master.MasterRpcServices
Implements the master RPC services. -
Uses of org.apache.hadoop.hbase.HBaseRpcServicesBase in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.regionserver.RSRpcServices
Implements the regionserver RPC services.