Uses of Class
org.apache.hadoop.hbase.ipc.RpcScheduler.Context

Packages that use org.apache.hadoop.hbase.ipc.RpcScheduler.Context
Package
Description
Tools to help define network clients and servers.
  • Uses of org.apache.hadoop.hbase.ipc.RpcScheduler.Context in org.apache.hadoop.hbase.ipc

    Methods in org.apache.hadoop.hbase.ipc with parameters of type org.apache.hadoop.hbase.ipc.RpcScheduler.Context in in
    Modifier and Type
    Method
    Description
    void
    DelegatingRpcScheduler.init(org.apache.hadoop.hbase.ipc.RpcScheduler.Context context)
     
    void
    FifoRpcScheduler.init(org.apache.hadoop.hbase.ipc.RpcScheduler.Context context)
     
    abstract void
    RpcScheduler.init(org.apache.hadoop.hbase.ipc.RpcScheduler.Context context)
    Does some quick initialization.
    void
    SimpleRpcScheduler.init(org.apache.hadoop.hbase.ipc.RpcScheduler.Context context)