See: Description
| Interface | Description |
|---|---|
| Delayable |
A call whose response can be delayed by the server.
|
| HBaseRPCErrorHandler |
An interface for calling out of RPC for error conditions.
|
| PriorityFunction |
Function to figure priority of incoming request.
|
| RpcCallContext | |
| RpcScheduler |
An interface for RPC request scheduling algorithm.
|
| RpcScheduler.Context |
Exposes runtime information of a
RpcServer that a RpcScheduler may need. |
| RpcServerInterface |
RpcServer Interface.
|
| Class | Description |
|---|---|
| CallRunner |
The request processing logic, which is usually executed in thread pools provided by an
RpcScheduler. |
| FifoRpcScheduler |
A very simple
RpcScheduler} that serves incoming requests in order. |
| MetricsHBaseServer | |
| MetricsHBaseServerWrapperImpl | |
| RequestContext |
Represents client information (authenticated username, remote address, protocol)
for the currently executing request.
|
| RpcServer |
An RPC server that hosts protobuf described Services.
|
| RpcServer.BlockingServiceAndInterface |
Datastructure for passing a
BlockingService and its associated class of
protobuf service interface. |
| SimpleRpcScheduler |
A scheduler that maintains isolated handler pools for general, high-priority and replication
requests.
|
| Exception | Description |
|---|---|
| EmptyServiceNameException | |
| RpcServer.CallQueueTooBigException | |
| UnknownServiceException |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.