Package org.apache.hadoop.hbase.ipc

Tools to help define network clients and servers.

See:
          Description

Class Summary
CoprocessorRpcChannel Base class which provides clients with an RPC connection to call coprocessor endpoint Services.
 

Exception Summary
BadAuthException  
CallerDisconnectedException Exception indicating that the remote host making this IPC lost its IPC connection.
FatalConnectionException Thrown when server finds fatal issue w/ connection setup: e.g.
RemoteWithExtrasException A RemoteException with some extra information.
RpcClient.CallTimeoutException Client-side call timeout
RpcClient.FailedServerException  
ServerNotRunningYetException  
StoppedRpcClientException  
UnsupportedCellCodecException  
UnsupportedCompressionCodecException  
WrongVersionException  
 

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 © 2007–2016 The Apache Software Foundation. All rights reserved.