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 |
HbaseHandlerMetricsProxy.metrics |
private ThriftMetrics |
ThriftServerRunner.metrics |
private ThriftMetrics |
ThriftServerRunner.HBaseHandler.metrics |
private ThriftMetrics |
CallQueue.metrics |
Modifier and Type | Method and Description |
---|---|
private void |
ThriftServerRunner.HBaseHandler.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) |
Constructor and Description |
---|
CallQueue(BlockingQueue<CallQueue.Call> underlyingQueue,
ThriftMetrics metrics) |
HbaseHandlerMetricsProxy(org.apache.hadoop.hbase.thrift.generated.Hbase.Iface handler,
ThriftMetrics metrics,
org.apache.hadoop.conf.Configuration conf) |
TBoundedThreadPoolServer(TBoundedThreadPoolServer.Args options,
ThriftMetrics metrics) |
Modifier and Type | Field and Description |
---|---|
private ThriftMetrics |
ThriftHBaseServiceHandler.THBaseServiceMetricsProxy.metrics |
Modifier and Type | Method and Description |
---|---|
private static ExecutorService |
ThriftServer.createExecutor(int workerThreads,
ThriftMetrics metrics) |
private static org.apache.thrift.server.TServer |
ThriftServer.getTHsHaServer(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.TProcessor processor,
org.apache.thrift.transport.TTransportFactory transportFactory,
int workerThreads,
InetSocketAddress inetSocketAddress,
ThriftMetrics metrics) |
private static org.apache.thrift.server.TServer |
ThriftServer.getTThreadedSelectorServer(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.TProcessor processor,
org.apache.thrift.transport.TTransportFactory transportFactory,
int workerThreads,
int selectorThreads,
InetSocketAddress inetSocketAddress,
ThriftMetrics metrics) |
static org.apache.hadoop.hbase.thrift2.generated.THBaseService.Iface |
ThriftHBaseServiceHandler.newInstance(org.apache.hadoop.hbase.thrift2.generated.THBaseService.Iface handler,
ThriftMetrics metrics) |
Constructor and Description |
---|
ThriftHBaseServiceHandler.THBaseServiceMetricsProxy(org.apache.hadoop.hbase.thrift2.generated.THBaseService.Iface handler,
ThriftMetrics metrics) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.