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 |
private ThriftMetrics |
CallQueue.metrics |
private ThriftMetrics |
HbaseHandlerMetricsProxy.metrics |
private ThriftMetrics |
ThriftServerRunner.metrics |
private ThriftMetrics |
ThriftServerRunner.HBaseHandler.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) |
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 | Field and Description |
---|---|
private ThriftMetrics |
ThriftHBaseServiceHandler.THBaseServiceMetricsProxy.metrics |
Modifier and Type | Method and Description |
---|---|
private static ExecutorService |
ThriftServer.createExecutor(int workerThreads,
int maxCallQueueSize,
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,
int maxCallQueueSize,
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,
int maxCallQueueSize,
InetSocketAddress inetSocketAddress,
ThriftMetrics metrics) |
private static org.apache.thrift.server.TServer |
ThriftServer.getTThreadPoolServer(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.TProcessor processor,
org.apache.thrift.transport.TTransportFactory transportFactory,
int workerThreads,
InetSocketAddress inetSocketAddress,
int backlog,
int clientTimeout,
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 |
---|
THBaseServiceMetricsProxy(org.apache.hadoop.hbase.thrift2.generated.THBaseService.Iface handler,
ThriftMetrics metrics) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.