org.apache.hadoop.hive.metastore
Class MetaStoreServer

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.api.ThriftMetaStore
      extended by org.apache.hadoop.hive.metastore.MetaStoreServer

public class MetaStoreServer
extends ThriftMetaStore

MetaStore thrift Service Implementation A thrift wrapper around the MetaStore exposing most of its interfaces to any thrift client.


Nested Class Summary
static class MetaStoreServer.ThriftMetaStoreHandler
           
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.metastore.api.ThriftMetaStore
ThriftMetaStore.alter_table_args, ThriftMetaStore.alter_table_result, ThriftMetaStore.cat_args, ThriftMetaStore.cat_result, ThriftMetaStore.Client, ThriftMetaStore.create_table_args, ThriftMetaStore.create_table_result, ThriftMetaStore.drop_table_args, ThriftMetaStore.drop_table_result, ThriftMetaStore.get_dbs_args, ThriftMetaStore.get_dbs_result, ThriftMetaStore.get_fields_args, ThriftMetaStore.get_fields_result, ThriftMetaStore.get_partitions_args, ThriftMetaStore.get_partitions_result, ThriftMetaStore.get_schema_args, ThriftMetaStore.get_schema_result, ThriftMetaStore.get_tables_args, ThriftMetaStore.get_tables_result, ThriftMetaStore.Iface, ThriftMetaStore.Processor, ThriftMetaStore.table_exists_args, ThriftMetaStore.table_exists_result, ThriftMetaStore.truncate_table_args, ThriftMetaStore.truncate_table_result
 
Constructor Summary
MetaStoreServer()
           
 
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

MetaStoreServer

public MetaStoreServer()
Method Detail

main

public static void main(String[] args)


Copyright © 2009 The Apache Software Foundation