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 | |
| RpcServerInterface |
| Class | Description |
|---|---|
| BalancedQueueRpcExecutor |
An
RpcExecutor that will balance requests evenly across all its queues, but still remains
efficient with a single queue via an inlinable queue balancing mechanism. |
| 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.
|
| RpcExecutor | |
| RpcExecutor.QueueBalancer | |
| RpcScheduler |
An interface for RPC request scheduling algorithm.
|
| RpcServer |
An RPC server that hosts protobuf described Services.
|
| RpcServer.BlockingServiceAndInterface |
Datastructure for passing a
BlockingService and its associated class of
protobuf service interface. |
| RWQueueRpcExecutor |
RPC Executor that uses different queues for reads and writes.
|
| SimpleRpcScheduler |
A scheduler that maintains isolated handler pools for general,
high-priority, and replication requests.
|
| Exception | Description |
|---|---|
| EmptyServiceNameException | |
| RpcServer.CallQueueTooBigException | |
| UnknownServiceException |
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.