@InterfaceAudience.Private public class HbaseHandlerMetricsProxy extends Object implements InvocationHandler
Modifier and Type | Field and Description |
---|---|
private Object |
handler |
private ThriftMetrics |
metrics |
Modifier | Constructor and Description |
---|---|
private |
HbaseHandlerMetricsProxy(Object handler,
ThriftMetrics metrics,
org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method m,
Object[] args) |
static org.apache.hadoop.hbase.thrift.generated.Hbase.Iface |
newInstance(org.apache.hadoop.hbase.thrift.generated.Hbase.Iface handler,
ThriftMetrics metrics,
org.apache.hadoop.conf.Configuration conf) |
static org.apache.hadoop.hbase.thrift2.generated.THBaseService.Iface |
newInstance(org.apache.hadoop.hbase.thrift2.generated.THBaseService.Iface handler,
ThriftMetrics metrics,
org.apache.hadoop.conf.Configuration conf) |
private static long |
now() |
private final ThriftMetrics metrics
private HbaseHandlerMetricsProxy(Object handler, ThriftMetrics metrics, org.apache.hadoop.conf.Configuration conf)
public static org.apache.hadoop.hbase.thrift.generated.Hbase.Iface newInstance(org.apache.hadoop.hbase.thrift.generated.Hbase.Iface handler, ThriftMetrics metrics, org.apache.hadoop.conf.Configuration conf)
public static org.apache.hadoop.hbase.thrift2.generated.THBaseService.Iface newInstance(org.apache.hadoop.hbase.thrift2.generated.THBaseService.Iface handler, ThriftMetrics metrics, org.apache.hadoop.conf.Configuration conf)
public Object invoke(Object proxy, Method m, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
private static long now()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.