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

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

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

Methods in org.apache.hadoop.hive.metastore with parameters of type Index
 boolean HiveMetaStore.HMSHandler.create_index(Index index_def)
           
 

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

Methods in org.apache.hadoop.hive.metastore.api that return Index
 Index ThriftHiveMetastore.create_index_args.getIndex_def()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type Index
 boolean ThriftHiveMetastore.Iface.create_index(Index index_def)
           
 boolean ThriftHiveMetastore.Client.create_index(Index index_def)
           
 boolean Index.equals(Index that)
           
 void ThriftHiveMetastore.Client.send_create_index(Index index_def)
           
 void ThriftHiveMetastore.create_index_args.setIndex_def(Index index_def)
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type Index
ThriftHiveMetastore.create_index_args(Index index_def)
           
 



Copyright © 2009 The Apache Software Foundation