Uses of Package
org.apache.hadoop.hbase.ipc

Packages that use org.apache.hadoop.hbase.ipc
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.security   
 

Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.ipc
Delayable
          A call whose response can be delayed by the server.
HBaseRPCErrorHandler
          An interface for calling out of RPC for error conditions.
HBaseServer.Call
          A call queued for handling.
HBaseServer.Connection
          Reads calls from a connection and queues them for handling.
HBaseServer.Responder
           
MetricsHBaseServer
           
RequestContext
          Represents client information (authenticated username, remote address, protocol) for the currently executing request within a RPC server handler thread.
RpcCallContext
           
RpcServer
           
 

Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.regionserver
HBaseRPCErrorHandler
          An interface for calling out of RPC for error conditions.
RpcServer
           
 

Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.security
HBaseServer.Connection
          Reads calls from a connection and queues them for handling.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.