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 HBaseServiceHandler |
ThriftHttpServlet.handler |
protected HBaseServiceHandler |
ThriftServer.hbaseServiceHandler |
Modifier and Type | Method and Description |
---|---|
protected HBaseServiceHandler |
ThriftServer.createHandler(org.apache.hadoop.conf.Configuration conf,
UserProvider userProvider) |
Constructor and Description |
---|
ThriftHttpServlet(org.apache.thrift.TProcessor processor,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.hadoop.security.UserGroupInformation serviceUGI,
org.apache.hadoop.security.UserGroupInformation httpUGI,
HBaseServiceHandler handler,
boolean securityEnabled,
boolean doAsEnabled) |
Modifier and Type | Class and Description |
---|---|
class |
ThriftHBaseServiceHandler
This class is a glue object that connects Thrift RPC calls to the HBase client API primarily
defined in the Table interface.
|
Modifier and Type | Method and Description |
---|---|
protected HBaseServiceHandler |
ThriftServer.createHandler(org.apache.hadoop.conf.Configuration conf,
UserProvider userProvider) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.