| Class | Description |
|---|---|
| BlockingRpcCallback<R> |
Simple
RpcCallback implementation providing a
Future-like BlockingRpcCallback.get() method, which
will block util the instance's BlockingRpcCallback.run(Object) method has been called. |
| CoprocessorRpcChannel |
Base class which provides clients with an RPC connection to
call coprocessor endpoint
Services. |
| DelegatingPayloadCarryingRpcController |
Simple delegating controller for use with the
RpcControllerFactory to help override
standard behavior of a PayloadCarryingRpcController. |
| MasterCoprocessorRpcChannel |
Provides clients with an RPC connection to call coprocessor endpoint
Services
against the active master. |
| PayloadCarryingRpcController |
Optionally carries Cells across the proxy/service interface down into ipc.
|
| RegionCoprocessorRpcChannel |
Provides clients with an RPC connection to call coprocessor endpoint
Services
against a given table region. |
| RpcClient |
Does RPC against a cluster.
|
| RpcClient.BlockingRpcChannelImplementation |
Blocking rpc channel that goes via hbase rpc.
|
| RpcClient.ConnectionId |
This class holds the address and the user ticket, etc.
|
| RpcControllerFactory |
Factory to create a
PayloadCarryingRpcController |
| ServerRpcController |
Used for server-side protobuf RPC service invocations.
|
| Exception | Description |
|---|---|
| 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 |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.