Uses of Class
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_args

Packages that use ThriftHiveMetastore.create_database_args
org.apache.hadoop.hive.metastore.api   
 

Uses of ThriftHiveMetastore.create_database_args in org.apache.hadoop.hive.metastore.api
 

Methods in org.apache.hadoop.hive.metastore.api that return ThriftHiveMetastore.create_database_args
 ThriftHiveMetastore.create_database_args ThriftHiveMetastore.create_database_args.deepCopy()
           
 ThriftHiveMetastore.create_database_args ThriftHiveMetastore.Processor.create_database.getEmptyArgsInstance()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type ThriftHiveMetastore.create_database_args
 int ThriftHiveMetastore.create_database_args.compareTo(ThriftHiveMetastore.create_database_args other)
           
 boolean ThriftHiveMetastore.create_database_args.equals(ThriftHiveMetastore.create_database_args that)
           
 ThriftHiveMetastore.create_database_result ThriftHiveMetastore.Processor.create_database.getResult(I iface, ThriftHiveMetastore.create_database_args args)
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type ThriftHiveMetastore.create_database_args
ThriftHiveMetastore.create_database_args(ThriftHiveMetastore.create_database_args other)
          Performs a deep copy on other.
 



Copyright © 2011 The Apache Software Foundation