Package | Description |
---|---|
org.apache.hadoop.hbase.thrift |
Provides an HBase Thrift
service.
|
org.apache.hadoop.hbase.thrift2 |
Provides an HBase Thrift
service.
|
Modifier and Type | Field and Description |
---|---|
private ThriftMetrics |
THBaseThreadPoolExecutor.metrics |
protected ThriftMetrics |
ThriftServer.metrics |
protected ThriftMetrics |
HBaseServiceHandler.metrics |
private ThriftMetrics |
CallQueue.metrics |
private ThriftMetrics |
HbaseHandlerMetricsProxy.metrics |
Modifier and Type | Method and Description |
---|---|
protected ThriftMetrics |
ThriftServer.createThriftMetrics(org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
HBaseServiceHandler.initMetrics(ThriftMetrics metrics) |
static org.apache.hadoop.hbase.thrift.generated.Hbase.Iface |
HbaseHandlerMetricsProxy.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 |
HbaseHandlerMetricsProxy.newInstance(org.apache.hadoop.hbase.thrift2.generated.THBaseService.Iface handler,
ThriftMetrics metrics,
org.apache.hadoop.conf.Configuration conf) |
Constructor and Description |
---|
CallQueue(BlockingQueue<CallQueue.Call> underlyingQueue,
ThriftMetrics metrics) |
HbaseHandlerMetricsProxy(Object handler,
ThriftMetrics metrics,
org.apache.hadoop.conf.Configuration conf) |
TBoundedThreadPoolServer(TBoundedThreadPoolServer.Args options,
ThriftMetrics metrics) |
THBaseThreadPoolExecutor(int corePoolSize,
int maxPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
ThreadFactory threadFactory,
ThriftMetrics metrics) |
THBaseThreadPoolExecutor(int corePoolSize,
int maxPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
ThriftMetrics metrics) |
Modifier and Type | Method and Description |
---|---|
protected ThriftMetrics |
ThriftServer.createThriftMetrics(org.apache.hadoop.conf.Configuration conf) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.