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

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

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

Methods in org.apache.hadoop.hive.metastore that throw ExistingDependentsException
 void HiveMetaStoreClient.dropTable(String dbname, String name)
           
 void MetaStoreClient.dropTable(String dbname, String name, boolean deleteData, boolean ignoreUknownTab)
          This operation is unsupported in this metastore.
 void IMetaStoreClient.dropTable(String dbname, String tableName, boolean deleteData, boolean ignoreUknownTab)
          Drop the table.
 void HiveMetaStoreClient.dropTable(String dbname, String name, boolean deleteData, boolean ignoreUknownTab)
           
 

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

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



Copyright © 2009 The Apache Software Foundation