Uses of Class
org.apache.hadoop.hbase.client.MetricsConnection.CallStats

Packages that use MetricsConnection.CallStats
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.ipc   
 

Uses of MetricsConnection.CallStats in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return MetricsConnection.CallStats
static MetricsConnection.CallStats MetricsConnection.newCallStats()
          Produce an instance of MetricsConnection.CallStats for clients to attach to RPCs.
 

Methods in org.apache.hadoop.hbase.client with parameters of type MetricsConnection.CallStats
 void MetricsConnection.updateRpc(com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.Message param, MetricsConnection.CallStats stats)
          Report RPC context to metrics system.
 void MetricsConnection.CallTracker.updateRpc(MetricsConnection.CallStats stats)
           
 

Uses of MetricsConnection.CallStats in org.apache.hadoop.hbase.ipc
 

Constructors in org.apache.hadoop.hbase.ipc with parameters of type MetricsConnection.CallStats
RpcClient.Call(com.google.protobuf.Descriptors.MethodDescriptor md, com.google.protobuf.Message param, CellScanner cells, com.google.protobuf.Message responseDefaultType, MetricsConnection.CallStats callStats)
           
 



Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.