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 DummyRawStoreForJdoConnection.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 ObjectStore.deletePartitionColumnStatistics(String dbName, String tableName, String partName, List<String> partVals, String colName)
           
 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 RawStore.deleteTableColumnStatistics(String dbName, String tableName, String colName)
          Deletes column statistics if present associated with a given db, table and col.
 boolean IMetaStoreClient.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 HiveMetaStoreClient.deleteTableColumnStatistics(String dbName, String tableName, String colName)
          Delete table level column statistics given dbName, tableName and colName
 boolean RawStore.dropPartition(String dbName, String tableName, List<String> part_vals)
           
 boolean ObjectStore.dropPartition(String dbName, String tableName, List<String> part_vals)
           
 boolean RawStore.dropTable(String dbName, String tableName)
           
 boolean ObjectStore.dropTable(String dbName, String tableName)
           
 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 DummyRawStoreForJdoConnection.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 ObjectStore.getPartitionColumnStatistics(String dbName, String tableName, String partName, List<String> partVal, String colName)
           
 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 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.
 ColumnStatistics IMetaStoreClient.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 HiveMetaStoreClient.getTableColumnStatistics(String dbName, String tableName, String colName)
          Get table level column statistics given dbName, tableName and colName
 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 RawStore.updatePartitionColumnStatistics(ColumnStatistics statsObj, List<String> partVals)
          Persists the given column statistics object to the metastore
 boolean ObjectStore.updatePartitionColumnStatistics(ColumnStatistics colStats, List<String> partVals)
           
 boolean RawStore.updateTableColumnStatistics(ColumnStatistics colStats)
          Persists the given column statistics object to the metastore
 boolean IMetaStoreClient.updateTableColumnStatistics(ColumnStatistics statsObj)
          Write table level column statistics to persistent store
 boolean ObjectStore.updateTableColumnStatistics(ColumnStatistics colStats)
           
 boolean HiveMetaStoreClient.updateTableColumnStatistics(ColumnStatistics statsObj)
          Write table level column statistics to persistent store
 

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.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.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)
           
 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)
           
 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()
           
 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.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 © 2011 The Apache Software Foundation