Uses of Class
org.apache.hadoop.hbase.thrift.HBaseServiceHandler
Packages that use HBaseServiceHandler
-
Uses of HBaseServiceHandler in org.apache.hadoop.hbase.thrift
Subclasses of HBaseServiceHandler in org.apache.hadoop.hbase.thriftModifier 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.Fields in org.apache.hadoop.hbase.thrift declared as HBaseServiceHandlerModifier and TypeFieldDescriptionprivate final HBaseServiceHandler
ThriftHttpServlet.handler
protected HBaseServiceHandler
ThriftServer.hbaseServiceHandler
Methods in org.apache.hadoop.hbase.thrift that return HBaseServiceHandlerModifier and TypeMethodDescriptionprotected HBaseServiceHandler
ThriftServer.createHandler
(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider) Constructors in org.apache.hadoop.hbase.thrift with parameters of type HBaseServiceHandlerModifierConstructorDescriptionThriftHttpServlet
(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
Subclasses of HBaseServiceHandler in org.apache.hadoop.hbase.thrift2Modifier and TypeClassDescriptionclass
This class is a glue object that connects Thrift RPC calls to the HBase client API primarily defined in the Table interface.Methods in org.apache.hadoop.hbase.thrift2 that return HBaseServiceHandlerModifier and TypeMethodDescriptionprotected HBaseServiceHandler
ThriftServer.createHandler
(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider)