Uses of Class
org.apache.hadoop.hbase.client.MetricsConnection.CallStats
Package
Description
Provides HBase Client
Tools to help define network clients and servers.
-
Uses of MetricsConnection.CallStats in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionstatic MetricsConnection.CallStats
MetricsConnection.newCallStats()
Produce an instance ofMetricsConnection.CallStats
for clients to attach to RPCs.Modifier and TypeMethodDescriptionvoid
MetricsConnection.CallTracker.updateRpc
(MetricsConnection.CallStats stats) void
MetricsConnection.updateRpc
(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method, TableName tableName, org.apache.hbase.thirdparty.com.google.protobuf.Message param, MetricsConnection.CallStats stats, Throwable e) Report RPC context to metrics system.private void
MetricsConnection.updateRpcGeneric
(String methodName, MetricsConnection.CallStats stats) Update call stats for non-critical-path methodsprivate void
MetricsConnection.updateTableMetric
(String methodName, TableName tableName, MetricsConnection.CallStats stats, Throwable e) Report table rpc context to metrics system. -
Uses of MetricsConnection.CallStats in org.apache.hadoop.hbase.ipc
Modifier and TypeFieldDescription(package private) final MetricsConnection.CallStats
Call.callStats
ModifierConstructorDescription(package private)
Call
(int id, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hbase.thirdparty.com.google.protobuf.Message param, ExtendedCellScanner cells, org.apache.hbase.thirdparty.com.google.protobuf.Message responseDefaultType, int timeout, int priority, Map<String, byte[]> attributes, org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<Call> callback, MetricsConnection.CallStats callStats)