Uses of Class
org.apache.hadoop.hbase.client.MetricsConnection.CallStats
Packages that use 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
Methods in org.apache.hadoop.hbase.client that return MetricsConnection.CallStatsModifier and TypeMethodDescriptionstatic MetricsConnection.CallStats
MetricsConnection.newCallStats()
Produce an instance ofMetricsConnection.CallStats
for clients to attach to RPCs.Methods in org.apache.hadoop.hbase.client with parameters of type MetricsConnection.CallStatsModifier 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
Fields in org.apache.hadoop.hbase.ipc declared as MetricsConnection.CallStatsModifier and TypeFieldDescription(package private) final MetricsConnection.CallStats
Call.callStats
Constructors in org.apache.hadoop.hbase.ipc with parameters of type MetricsConnection.CallStatsModifierConstructorDescription(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)