Packages that use org.apache.hadoop.hbase.thrift.HBaseServiceHandler
Provides an HBase
Thrift
service.
-
Uses of org.apache.hadoop.hbase.thrift.HBaseServiceHandler in org.apache.hadoop.hbase.thrift
class
org.apache.hadoop.hbase.thrift.ThriftHBaseServiceHandler
The HBaseServiceHandler is a glue object that connects Thrift RPC calls to the HBase client API
primarily defined in the Admin and Table objects.
protected org.apache.hadoop.hbase.thrift.HBaseServiceHandler
ThriftServer.hbaseServiceHandler
protected org.apache.hadoop.hbase.thrift.HBaseServiceHandler
ThriftServer.createHandler(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.security.UserProvider userProvider)
ThriftHttpServlet(org.apache.thrift.TProcessor processor,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.hadoop.security.UserGroupInformation serviceUGI,
org.apache.hadoop.security.UserGroupInformation httpUGI,
org.apache.hadoop.hbase.thrift.HBaseServiceHandler handler,
boolean securityEnabled,
boolean doAsEnabled)