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 ThriftHiveMetastore.create_index_result.getO1()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type IndexAlreadyExistsException
 boolean IndexAlreadyExistsException.equals(IndexAlreadyExistsException that)
           
 void ThriftHiveMetastore.create_index_result.setO1(IndexAlreadyExistsException o1)
           
 

Methods in org.apache.hadoop.hive.metastore.api that throw IndexAlreadyExistsException
 boolean ThriftHiveMetastore.Iface.create_index(Index index_def)
           
 boolean ThriftHiveMetastore.Client.create_index(Index index_def)
           
 boolean ThriftHiveMetastore.Client.recv_create_index()
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type IndexAlreadyExistsException
ThriftHiveMetastore.create_index_result(boolean success, IndexAlreadyExistsException o1, MetaException o2)
           
 



Copyright © 2009 The Apache Software Foundation