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

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

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

Methods in org.apache.hadoop.hive.metastore that throw InvalidInputException
 boolean HiveMetaStore.HMSHandler.delete_partition_column_statistics(String dbName, String tableName, String partName, String colName)
           
 boolean HiveMetaStore.HMSHandler.delete_table_column_statistics(String dbName, String tableName, String colName)
           
 boolean DummyRawStoreControlledCommit.deletePartitionColumnStatistics(String dbName, String tableName, String partName, List<String> partVals, String colName)
           
 boolean DummyRawStoreForJdoConnection.deletePartitionColumnStatistics(String dbName, String tableName, String partName, List<String> partVals, String colName)
           
 boolean ObjectStore.deletePartitionColumnStatistics(String dbName, String tableName, String partName, List<String> partVals, String colName)
           
 boolean RawStore.deletePartitionColumnStatistics(String dbName, String tableName, String partName, List<String> partVals, String colName)
          Deletes column statistics if present associated with a given db, table, partition and col.
 boolean IMetaStoreClient.deletePartitionColumnStatistics(String dbName, String tableName, String partName, String colName)
          Delete partition level column statistics given dbName, tableName, partName and colName
 boolean HiveMetaStoreClient.deletePartitionColumnStatistics(String dbName, String tableName, String partName, String colName)
          Delete partition level column statistics given dbName, tableName, partName and colName
 boolean DummyRawStoreControlledCommit.deleteTableColumnStatistics(String dbName, String tableName, String colName)
           
 boolean IMetaStoreClient.deleteTableColumnStatistics(String dbName, String tableName, String colName)
          Delete table level column statistics given dbName, tableName and colName
 boolean HiveMetaStoreClient.deleteTableColumnStatistics(String dbName, String tableName, String colName)
          Delete table level column statistics given dbName, tableName and colName
 boolean ObjectStore.deleteTableColumnStatistics(String dbName, String tableName, String colName)
           
 boolean RawStore.deleteTableColumnStatistics(String dbName, String tableName, String colName)
          Deletes column statistics if present associated with a given db, table and col.
 boolean DummyRawStoreControlledCommit.dropPartition(String dbName, String tableName, List<String> partVals)
           
 boolean ObjectStore.dropPartition(String dbName, String tableName, List<String> part_vals)
           
 boolean RawStore.dropPartition(String dbName, String tableName, List<String> part_vals)
           
 boolean DummyRawStoreControlledCommit.dropTable(String dbName, String tableName)
           
 boolean ObjectStore.dropTable(String dbName, String tableName)
           
 boolean RawStore.dropTable(String dbName, String tableName)
           
 Partition HiveMetaStore.HMSHandler.exchange_partition(Map<String,String> partitionSpecs, String sourceDbName, String sourceTableName, String destDbName, String destTableName)
           
 ColumnStatistics HiveMetaStore.HMSHandler.get_partition_column_statistics(String dbName, String tableName, String partName, String colName)
           
 ColumnStatistics HiveMetaStore.HMSHandler.get_table_column_statistics(String dbName, String tableName, String colName)
           
 ColumnStatistics DummyRawStoreControlledCommit.getPartitionColumnStatistics(String dbName, String tableName, String partName, List<String> partVal, String colName)
           
 ColumnStatistics DummyRawStoreForJdoConnection.getPartitionColumnStatistics(String dbName, String tableName, String partName, List<String> partVal, String colName)
           
 ColumnStatistics ObjectStore.getPartitionColumnStatistics(String dbName, String tableName, String partName, List<String> partVal, String colName)
           
 ColumnStatistics RawStore.getPartitionColumnStatistics(String dbName, String tableName, String partName, List<String> partVals, String colName)
          Returns the relevant column statistics for a given column in a given partition in a given table in a given database if such statistics exist.
 ColumnStatistics IMetaStoreClient.getPartitionColumnStatistics(String dbName, String tableName, String partitionName, String colName)
          Get partition level column statistics given dbName, tableName, partitionName and colName
 ColumnStatistics HiveMetaStoreClient.getPartitionColumnStatistics(String dbName, String tableName, String partName, String colName)
          Get partition level column statistics given dbName, tableName, partitionName and colName
 ColumnStatistics DummyRawStoreControlledCommit.getTableColumnStatistics(String dbName, String tableName, String colName)
           
 ColumnStatistics IMetaStoreClient.getTableColumnStatistics(String dbName, String tableName, String colName)
          Get table level column statistics given dbName, tableName and colName
 ColumnStatistics HiveMetaStoreClient.getTableColumnStatistics(String dbName, String tableName, String colName)
          Get table level column statistics given dbName, tableName and colName
 ColumnStatistics ObjectStore.getTableColumnStatistics(String dbName, String tableName, String colName)
           
 ColumnStatistics RawStore.getTableColumnStatistics(String dbName, String tableName, String colName)
          Returns the relevant column statistics for a given column in a given table in a given database if such statistics exist.
 boolean HiveMetaStore.HMSHandler.update_partition_column_statistics(ColumnStatistics colStats)
           
 boolean HiveMetaStore.HMSHandler.update_table_column_statistics(ColumnStatistics colStats)
           
 boolean IMetaStoreClient.updatePartitionColumnStatistics(ColumnStatistics statsObj)
          Write partition level column statistics to persistent store
 boolean HiveMetaStoreClient.updatePartitionColumnStatistics(ColumnStatistics statsObj)
          Write partition level column statistics to persistent store
 boolean DummyRawStoreControlledCommit.updatePartitionColumnStatistics(ColumnStatistics statsObj, List<String> partVals)
           
 boolean ObjectStore.updatePartitionColumnStatistics(ColumnStatistics colStats, List<String> partVals)
           
 boolean RawStore.updatePartitionColumnStatistics(ColumnStatistics statsObj, List<String> partVals)
          Persists the given column statistics object to the metastore
 boolean DummyRawStoreControlledCommit.updateTableColumnStatistics(ColumnStatistics statsObj)
           
 boolean IMetaStoreClient.updateTableColumnStatistics(ColumnStatistics statsObj)
          Write table level column statistics to persistent store
 boolean HiveMetaStoreClient.updateTableColumnStatistics(ColumnStatistics statsObj)
          Write table level column statistics to persistent store
 boolean ObjectStore.updateTableColumnStatistics(ColumnStatistics colStats)
           
 boolean RawStore.updateTableColumnStatistics(ColumnStatistics colStats)
          Persists the given column statistics object to the metastore
 

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

Methods in org.apache.hadoop.hive.metastore.api that return InvalidInputException
 InvalidInputException InvalidInputException.deepCopy()
           
 InvalidInputException ThriftHiveMetastore.get_table_column_statistics_result.getO3()
           
 InvalidInputException ThriftHiveMetastore.get_partition_column_statistics_result.getO3()
           
 InvalidInputException ThriftHiveMetastore.exchange_partition_result.getO4()
           
 InvalidInputException ThriftHiveMetastore.update_table_column_statistics_result.getO4()
           
 InvalidInputException ThriftHiveMetastore.update_partition_column_statistics_result.getO4()
           
 InvalidInputException ThriftHiveMetastore.delete_partition_column_statistics_result.getO4()
           
 InvalidInputException ThriftHiveMetastore.delete_table_column_statistics_result.getO4()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type InvalidInputException
 int InvalidInputException.compareTo(InvalidInputException other)
           
 boolean InvalidInputException.equals(InvalidInputException that)
           
 void ThriftHiveMetastore.get_table_column_statistics_result.setO3(InvalidInputException o3)
           
 void ThriftHiveMetastore.get_partition_column_statistics_result.setO3(InvalidInputException o3)
           
 void ThriftHiveMetastore.exchange_partition_result.setO4(InvalidInputException o4)
           
 void ThriftHiveMetastore.update_table_column_statistics_result.setO4(InvalidInputException o4)
           
 void ThriftHiveMetastore.update_partition_column_statistics_result.setO4(InvalidInputException o4)
           
 void ThriftHiveMetastore.delete_partition_column_statistics_result.setO4(InvalidInputException o4)
           
 void ThriftHiveMetastore.delete_table_column_statistics_result.setO4(InvalidInputException o4)
           
 

Methods in org.apache.hadoop.hive.metastore.api that throw InvalidInputException
 boolean ThriftHiveMetastore.Iface.delete_partition_column_statistics(String db_name, String tbl_name, String part_name, String col_name)
           
 boolean ThriftHiveMetastore.Client.delete_partition_column_statistics(String db_name, String tbl_name, String part_name, String col_name)
           
 boolean ThriftHiveMetastore.Iface.delete_table_column_statistics(String db_name, String tbl_name, String col_name)
           
 boolean ThriftHiveMetastore.Client.delete_table_column_statistics(String db_name, String tbl_name, String col_name)
           
 Partition ThriftHiveMetastore.Iface.exchange_partition(Map<String,String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name)
           
 Partition ThriftHiveMetastore.Client.exchange_partition(Map<String,String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name)
           
 ColumnStatistics ThriftHiveMetastore.Iface.get_partition_column_statistics(String db_name, String tbl_name, String part_name, String col_name)
           
 ColumnStatistics ThriftHiveMetastore.Client.get_partition_column_statistics(String db_name, String tbl_name, String part_name, String col_name)
           
 ColumnStatistics ThriftHiveMetastore.Iface.get_table_column_statistics(String db_name, String tbl_name, String col_name)
           
 ColumnStatistics ThriftHiveMetastore.Client.get_table_column_statistics(String db_name, String tbl_name, String col_name)
           
 Partition ThriftHiveMetastore.AsyncClient.exchange_partition_call.getResult()
           
 boolean ThriftHiveMetastore.AsyncClient.update_table_column_statistics_call.getResult()
           
 boolean ThriftHiveMetastore.AsyncClient.update_partition_column_statistics_call.getResult()
           
 ColumnStatistics ThriftHiveMetastore.AsyncClient.get_table_column_statistics_call.getResult()
           
 ColumnStatistics ThriftHiveMetastore.AsyncClient.get_partition_column_statistics_call.getResult()
           
 boolean ThriftHiveMetastore.AsyncClient.delete_partition_column_statistics_call.getResult()
           
 boolean ThriftHiveMetastore.AsyncClient.delete_table_column_statistics_call.getResult()
           
 boolean ThriftHiveMetastore.Client.recv_delete_partition_column_statistics()
           
 boolean ThriftHiveMetastore.Client.recv_delete_table_column_statistics()
           
 Partition ThriftHiveMetastore.Client.recv_exchange_partition()
           
 ColumnStatistics ThriftHiveMetastore.Client.recv_get_partition_column_statistics()
           
 ColumnStatistics ThriftHiveMetastore.Client.recv_get_table_column_statistics()
           
 boolean ThriftHiveMetastore.Client.recv_update_partition_column_statistics()
           
 boolean ThriftHiveMetastore.Client.recv_update_table_column_statistics()
           
 boolean ThriftHiveMetastore.Iface.update_partition_column_statistics(ColumnStatistics stats_obj)
           
 boolean ThriftHiveMetastore.Client.update_partition_column_statistics(ColumnStatistics stats_obj)
           
 boolean ThriftHiveMetastore.Iface.update_table_column_statistics(ColumnStatistics stats_obj)
           
 boolean ThriftHiveMetastore.Client.update_table_column_statistics(ColumnStatistics stats_obj)
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type InvalidInputException
InvalidInputException(InvalidInputException other)
          Performs a deep copy on other.
ThriftHiveMetastore.delete_partition_column_statistics_result(boolean success, NoSuchObjectException o1, MetaException o2, InvalidObjectException o3, InvalidInputException o4)
           
ThriftHiveMetastore.delete_table_column_statistics_result(boolean success, NoSuchObjectException o1, MetaException o2, InvalidObjectException o3, InvalidInputException o4)
           
ThriftHiveMetastore.exchange_partition_result(Partition success, MetaException o1, NoSuchObjectException o2, InvalidObjectException o3, InvalidInputException o4)
           
ThriftHiveMetastore.get_partition_column_statistics_result(ColumnStatistics success, NoSuchObjectException o1, MetaException o2, InvalidInputException o3, InvalidObjectException o4)
           
ThriftHiveMetastore.get_table_column_statistics_result(ColumnStatistics success, NoSuchObjectException o1, MetaException o2, InvalidInputException o3, InvalidObjectException o4)
           
ThriftHiveMetastore.update_partition_column_statistics_result(boolean success, NoSuchObjectException o1, InvalidObjectException o2, MetaException o3, InvalidInputException o4)
           
ThriftHiveMetastore.update_table_column_statistics_result(boolean success, NoSuchObjectException o1, InvalidObjectException o2, MetaException o3, InvalidInputException o4)
           
 



Copyright © 2012 The Apache Software Foundation