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

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

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

Methods in org.apache.hadoop.hive.metastore that throw IndexAlreadyExistsException
 boolean HiveMetaStore.HMSHandler.create_index(Index index_def)
           
 

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

Methods in org.apache.hadoop.hive.metastore.api that return IndexAlreadyExistsException
 IndexAlreadyExistsException IndexAlreadyExistsException.clone()
           
 

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

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



Copyright © 2010 The Apache Software Foundation