org.apache.hadoop.hbase.avro
Class AvroServer

java.lang.Object
  extended by org.apache.hadoop.hbase.avro.AvroServer

public class AvroServer
extends Object

Start an Avro server


Nested Class Summary
static class AvroServer.HBaseImpl
          The HBaseImpl is a glue object that connects Avro RPC calls to the HBase client API primarily defined in the HBaseAdmin and HTable objects.
 
Constructor Summary
AvroServer()
           
 
Method Summary
protected static void doMain(String[] args)
           
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

AvroServer

public AvroServer()
Method Detail

doMain

protected static void doMain(String[] args)
                      throws Exception
Throws:
Exception

main

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


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