Uses of Class
org.apache.hadoop.hbase.ipc.CallQueueInfo

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

    Methods in org.apache.hadoop.hbase.ipc that return org.apache.hadoop.hbase.ipc.CallQueueInfo in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.ipc.CallQueueInfo
    DelegatingRpcScheduler.getCallQueueInfo()
     
    org.apache.hadoop.hbase.ipc.CallQueueInfo
    FifoRpcScheduler.getCallQueueInfo()
     
    org.apache.hadoop.hbase.ipc.CallQueueInfo
    MasterFifoRpcScheduler.getCallQueueInfo()
     
    abstract org.apache.hadoop.hbase.ipc.CallQueueInfo
    RpcScheduler.getCallQueueInfo()
    Get call queue information
    org.apache.hadoop.hbase.ipc.CallQueueInfo
    SimpleRpcScheduler.getCallQueueInfo()