Package org.apache.hadoop.hbase.ipc

Tools to help define network clients and servers.

See:
          Description

Interface Summary
Delayable A call whose response can be delayed by the server.
HBaseRPCErrorHandler An interface for calling out of RPC for error conditions.
RpcCallContext  
RpcServer  
 

Class Summary
HBaseServer A client for an IPC service.
HBaseServerRPC A simple RPC mechanism.
MetricsHBaseServer  
MetricsHBaseServerWrapperImpl  
RequestContext Represents client information (authenticated username, remote address, protocol) for the currently executing request within a RPC server handler thread.
 

Exception Summary
HBaseServer.CallQueueTooBigException  
 

Package org.apache.hadoop.hbase.ipc Description

Tools to help define network clients and servers. This is the hadoop copied local so can fix bugs and make hbase-specific optimizations.



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