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 in
    Modifier and Type
    Method
    Description
    void
    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.master
    Modifier and Type
    Class
    Description
    class 
    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 in
    Modifier and Type
    Method
    Description
    protected 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 in
    Modifier
    Constructor
    Description
     
    MasterAnnotationReadingPriorityFunction(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 in
    Modifier
    Constructor
    Description
     
    MasterAnnotationReadingPriorityFunction(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 in
    Modifier and Type
    Field
    Description
    protected 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 in
    Modifier and Type
    Method
    Description
    protected 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 in
    Modifier
    Constructor
    Description
     
    AnnotationReadingPriorityFunction(org.apache.hadoop.hbase.regionserver.RSRpcServices rpcServices)
    Calls AnnotationReadingPriorityFunction(RSRpcServices, Class) using the result of rpcServices#getClass() The RPC server implementation
     
    AnnotationReadingPriorityFunction(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 provided clz.
    Constructor parameters in org.apache.hadoop.hbase.regionserver with type arguments of type org.apache.hadoop.hbase.regionserver.RSRpcServices in in
    Modifier
    Constructor
    Description
     
    AnnotationReadingPriorityFunction(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 provided clz.