org.apache.hadoop.hbase.thrift
Class ThriftServer
java.lang.Object
org.apache.hadoop.hbase.thrift.ThriftServer
public class ThriftServer
- extends Object
ThriftServer - this class starts up a Thrift server which implements the
Hbase API specified in the Hbase.thrift IDL file.
Nested Class Summary |
static class |
ThriftServer.HBaseHandler
The HBaseHandler is a glue object that connects Thrift RPC calls to the
HBase client API primarily defined in the HBaseAdmin and HTable objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThriftServer
public ThriftServer()
main
public static void main(String[] args)
throws Exception
- Parameters:
args
-
- Throws:
Exception
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.