Uses of Class
org.apache.hadoop.hive.metastore.api.Type

Packages that use Type
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.metastore.api   
 

Uses of Type in org.apache.hadoop.hive.metastore
 

Methods in org.apache.hadoop.hive.metastore that return Type
 Type HiveMetaStore.HMSHandler.get_type(String name)
           
 Type ObjectStore.getType(String typeName)
           
 Type HiveMetaStoreClient.getType(String name)
           
 Type RawStore.getType(String typeName)
           
 Type FileStore.getType(String typeName)
           
 

Methods in org.apache.hadoop.hive.metastore that return types with arguments of type Type
 Map<String,Type> HiveMetaStore.HMSHandler.get_type_all(String name)
           
 Map<String,Type> HiveMetaStoreClient.getTypeAll(String name)
           
 

Methods in org.apache.hadoop.hive.metastore with parameters of type Type
 boolean HiveMetaStore.HMSHandler.create_type(Type type)
           
 boolean ObjectStore.createType(Type type)
           
 boolean HiveMetaStoreClient.createType(Type type)
           
 boolean RawStore.createType(Type type)
           
 boolean FileStore.createType(Type type)
           
 

Uses of Type in org.apache.hadoop.hive.metastore.api
 

Methods in org.apache.hadoop.hive.metastore.api that return Type
 Type ThriftHiveMetastore.Iface.get_type(String name)
           
 Type ThriftHiveMetastore.Client.get_type(String name)
           
 Type ThriftHiveMetastore.get_type_result.getSuccess()
           
 Type ThriftHiveMetastore.create_type_args.getType()
           
 Type ThriftHiveMetastore.Client.recv_get_type()
           
 

Methods in org.apache.hadoop.hive.metastore.api that return types with arguments of type Type
 Map<String,Type> ThriftHiveMetastore.Iface.get_type_all(String name)
           
 Map<String,Type> ThriftHiveMetastore.Client.get_type_all(String name)
           
 Map<String,Type> ThriftHiveMetastore.get_type_all_result.getSuccess()
           
 Map<String,Type> ThriftHiveMetastore.Client.recv_get_type_all()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type Type
 boolean ThriftHiveMetastore.Iface.create_type(Type type)
           
 boolean ThriftHiveMetastore.Client.create_type(Type type)
           
 boolean Type.equals(Type that)
           
 void ThriftHiveMetastore.get_type_all_result.putToSuccess(String key, Type val)
           
 void ThriftHiveMetastore.Client.send_create_type(Type type)
           
 void ThriftHiveMetastore.get_type_result.setSuccess(Type success)
           
 void ThriftHiveMetastore.create_type_args.setType(Type type)
           
 

Method parameters in org.apache.hadoop.hive.metastore.api with type arguments of type Type
 void ThriftHiveMetastore.get_type_all_result.setSuccess(Map<String,Type> success)
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type Type
ThriftHiveMetastore.create_type_args(Type type)
           
ThriftHiveMetastore.get_type_result(Type success, MetaException o2)
           
 

Constructor parameters in org.apache.hadoop.hive.metastore.api with type arguments of type Type
ThriftHiveMetastore.get_type_all_result(Map<String,Type> success, MetaException o2)
           
 



Copyright © 2009 The Apache Software Foundation