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

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

    Subclasses of org.apache.hadoop.hbase.ipc.RpcHandler in in org.apache.hadoop.hbase.ipc
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.ipc.FastPathRpcHandler
     
    Methods in org.apache.hadoop.hbase.ipc that return org.apache.hadoop.hbase.ipc.RpcHandler in in
    Modifier and Type
    Method
    Description
    protected org.apache.hadoop.hbase.ipc.RpcHandler
    FastPathBalancedQueueRpcExecutor.getHandler(String name, double handlerFailureThreshhold, int handlerCount, BlockingQueue<org.apache.hadoop.hbase.ipc.CallRunner> q, AtomicInteger activeHandlerCount, AtomicInteger failedHandlerCount, org.apache.hadoop.hbase.Abortable abortable)
     
    protected org.apache.hadoop.hbase.ipc.RpcHandler
    FastPathRWQueueRpcExecutor.getHandler(String name, double handlerFailureThreshhold, int handlerCount, BlockingQueue<org.apache.hadoop.hbase.ipc.CallRunner> q, AtomicInteger activeHandlerCount, AtomicInteger failedHandlerCount, org.apache.hadoop.hbase.Abortable abortable)
     
    protected org.apache.hadoop.hbase.ipc.RpcHandler
    RpcExecutor.getHandler(String name, double handlerFailureThreshhold, int handlerCount, BlockingQueue<org.apache.hadoop.hbase.ipc.CallRunner> q, AtomicInteger activeHandlerCount, AtomicInteger failedHandlerCount, org.apache.hadoop.hbase.Abortable abortable)
    Override if providing alternate Handler implementation.