| 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<com.google.protobuf.Message,CellScanner> | RpcServerInterface. call(com.google.protobuf.BlockingService service,
    com.google.protobuf.Descriptors.MethodDescriptor md,
    com.google.protobuf.Message param,
    CellScanner cellScanner,
    long receiveTime,
    MonitoredRPCHandler status) | 
| Pair<com.google.protobuf.Message,CellScanner> | RpcServer. call(com.google.protobuf.BlockingService service,
    com.google.protobuf.Descriptors.MethodDescriptor md,
    com.google.protobuf.Message param,
    CellScanner cellScanner,
    long receiveTime,
    MonitoredRPCHandler status)This is a server side method, which is invoked over RPC. | 
| void | CallRunner. setStatus(MonitoredRPCHandler status) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MonitoredRPCHandlerImplA 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 © 2007-2016 The Apache Software Foundation. All Rights Reserved.