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. The server runs in an independent process.


Constructor Summary
ThriftServer(org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
static void main(String[] args)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThriftServer

public ThriftServer(org.apache.hadoop.conf.Configuration conf)
Method Detail

stop

public void stop()

main

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


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