| Package | Description |
|---|---|
| org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.hbase.monitoring |
| Modifier and Type | Method and Description |
|---|---|
Pair<Message,CellScanner> |
RpcServerInterface.call(BlockingService service,
Descriptors.MethodDescriptor md,
Message param,
CellScanner cellScanner,
long receiveTime,
MonitoredRPCHandler status) |
Pair<Message,CellScanner> |
RpcServer.call(BlockingService service,
Descriptors.MethodDescriptor md,
Message param,
CellScanner cellScanner,
long receiveTime,
MonitoredRPCHandler status)
This is a server side method, which is invoked over RPC.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MonitoredRPCHandlerImpl
A MonitoredTask implementation designed for use with RPC Handlers
handling frequent, short duration tasks.
|
| Modifier and Type | Method and Description |
|---|---|
MonitoredRPCHandler |
TaskMonitor.createRPCStatus(String description) |
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.