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.CallStatsMetricsConnection.newCallStats()Produce an instance ofMetricsConnection.CallStatsfor clients to attach to RPCs.Methods in org.apache.hadoop.hbase.client with parameters of type MetricsConnection.CallStatsModifier and TypeMethodDescriptionvoidMetricsConnection.CallTracker.updateRpc(MetricsConnection.CallStats stats) voidMetricsConnection.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 voidMetricsConnection.updateRpcGeneric(String methodName, MetricsConnection.CallStats stats) Update call stats for non-critical-path methodsprivate voidMetricsConnection.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.CallStatsCall.callStatsConstructors 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)