| Package | Description |
|---|---|
| org.apache.hadoop.hbase.ipc | |
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.regionserver |
| Class and 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. |
| CallQueueInfo |
| CallRunner
The request processing logic, which is usually executed in thread pools provided by an
RpcScheduler. |
| HBaseRPCErrorHandler
An interface for calling out of RPC for error conditions.
|
| MetricsHBaseServer |
| MetricsHBaseServerSource |
| MetricsHBaseServerWrapper |
| PriorityFunction
Function to figure priority of incoming request.
|
| RpcCall
Interface of all necessary to carry out a RPC method invocation on the server.
|
| RpcCallback
Denotes a callback action that has to be executed at the end of an Rpc Call.
|
| RpcCallContext
Interface of all necessary to carry out a RPC service invocation on the server.
|
| RpcExecutor
Runs the CallRunners passed here via
RpcExecutor.dispatch(CallRunner). |
| RpcExecutor.Handler
Handler thread run the
CallRunner.run() in. |
| RpcExecutor.QueueBalancer |
| RpcScheduler
An interface for RPC request scheduling algorithm.
|
| RpcScheduler.Context
Exposes runtime information of a
RpcServer that a RpcScheduler may need. |
| RpcServer
An RPC server that hosts protobuf described Services.
|
| RpcServer.BlockingServiceAndInterface
Datastructure for passing a
BlockingService and its associated class of
protobuf service interface. |
| RpcServerInterface |
| Class and Description |
|---|
| HBaseRPCErrorHandler
An interface for calling out of RPC for error conditions.
|
| PriorityFunction
Function to figure priority of incoming request.
|
| QosPriority
Annotation which decorates RPC methods to denote the relative priority among other RPCs in the
same server.
|
| RpcServer.BlockingServiceAndInterface
Datastructure for passing a
BlockingService and its associated class of
protobuf service interface. |
| RpcServerInterface |
| Class and Description |
|---|
| HBaseRPCErrorHandler
An interface for calling out of RPC for error conditions.
|
| PriorityFunction
Function to figure priority of incoming request.
|
| QosPriority
Annotation which decorates RPC methods to denote the relative priority among other RPCs in the
same server.
|
| RpcScheduler
An interface for RPC request scheduling algorithm.
|
| RpcServer.BlockingServiceAndInterface
Datastructure for passing a
BlockingService and its associated class of
protobuf service interface. |
| RpcServerInterface |