org.apache.hadoop.hbase.thrift
Class ThriftServer

java.lang.Object
  extended by 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.
 
Constructor Summary
ThriftServer()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThriftServer

public ThriftServer()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Parameters:
args -
Throws:
Exception


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.