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 Index.clone()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type Index
 boolean Index.equals(Index that)
           
 

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



Copyright © 2009 The Apache Software Foundation