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  
RpcServerInterface  
 

Class Summary
MetricsHBaseServer  
MetricsHBaseServerWrapperImpl  
RequestContext Represents client information (authenticated username, remote address, protocol) for the currently executing request within a RPC server handler thread.
RpcServer An RPC server that hosts protobuf described Services.
RpcServer.BlockingServiceAndInterface Datastructure for passing a BlockingService and its associated class of protobuf service interface.
 

Exception Summary
EmptyServiceNameException  
RpcServer.CallQueueTooBigException  
UnknownServiceException  
 

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.