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. The server runs in an
independent process.
Constructor Summary |
ThriftServer(org.apache.hadoop.conf.Configuration conf)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThriftServer
public ThriftServer(org.apache.hadoop.conf.Configuration conf)
stop
public void stop()
main
public static void main(String[] args)
throws Exception
- Parameters:
args
-
- Throws:
Exception
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.