org.apache.hadoop.hive.metastore
Class MetaStoreServer
java.lang.Object
org.apache.hadoop.hive.metastore.api.ThriftMetaStore
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 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaStoreServer
public MetaStoreServer()
main
public static void main(String[] args)
Copyright © 2009 The Apache Software Foundation