| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| org.apache.hadoop.hbase.ipc | 
 Tools to help define network clients and servers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MetricsConnection.CallStats | 
MetricsConnection.newCallStats()
Produce an instance of  
MetricsConnection.CallStats for clients to attach to RPCs. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MetricsConnection.updateRpc(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method,
         org.apache.hbase.thirdparty.com.google.protobuf.Message param,
         MetricsConnection.CallStats stats)
Report RPC context to metrics system. 
 | 
void | 
MetricsConnection.CallTracker.updateRpc(MetricsConnection.CallStats stats)  | 
private void | 
MetricsConnection.updateRpcGeneric(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method,
                MetricsConnection.CallStats stats)
Update call stats for non-critical-path methods 
 | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) MetricsConnection.CallStats | 
Call.callStats  | 
| Constructor and Description | 
|---|
Call(int id,
    org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md,
    org.apache.hbase.thirdparty.com.google.protobuf.Message param,
    CellScanner cells,
    org.apache.hbase.thirdparty.com.google.protobuf.Message responseDefaultType,
    int timeout,
    int priority,
    org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<Call> callback,
    MetricsConnection.CallStats callStats)  | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.