Uses of Class
org.apache.hadoop.hbase.thrift.HBaseServiceHandler
-
Uses of HBaseServiceHandler in org.apache.hadoop.hbase.thrift
Modifier and TypeClassDescriptionclass
The HBaseServiceHandler is a glue object that connects Thrift RPC calls to the HBase client API primarily defined in the Admin and Table objects.Modifier and TypeFieldDescriptionprivate final HBaseServiceHandler
ThriftHttpServlet.handler
protected HBaseServiceHandler
ThriftServer.hbaseServiceHandler
Modifier and TypeMethodDescriptionprotected HBaseServiceHandler
ThriftServer.createHandler
(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider) ModifierConstructorDescriptionThriftHttpServlet
(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) -
Uses of HBaseServiceHandler in org.apache.hadoop.hbase.thrift2
Modifier and TypeClassDescriptionclass
This class is a glue object that connects Thrift RPC calls to the HBase client API primarily defined in the Table interface.Modifier and TypeMethodDescriptionprotected HBaseServiceHandler
ThriftServer.createHandler
(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider)