public class SessionHiveMetaStoreClient extends HiveMetaStoreClient implements IMetaStoreClient
IMetaStoreClient.IncompatibleMetastoreException, IMetaStoreClient.NotificationFilterconf, LOGadd_partition, add_partition, add_partitions_pspec, add_partitions, add_partitions, addDynamicPartitions, alter_index, alter_partition, alter_partitions, alter_table, alterDatabase, alterFunction, appendPartition, appendPartition, appendPartition, appendPartition, appendPartitionByName, appendPartitionByName, cancelDelegationToken, checkLock, close, commitTxn, compact, create_role, createDatabase, createFunction, createIndex, createTable, createTable, createType, deepCopy, deepCopy, deepCopyFieldSchemas, deletePartitionColumnStatistics, drop_role, dropDatabase, dropDatabase, dropDatabase, dropFunction, dropIndex, dropPartition, dropPartition, dropPartition, dropPartition, dropPartition, dropPartition, dropPartition, dropPartitionByName, dropPartitionByName, dropPartitions, dropPartitions, dropPartitions, dropTable, dropTable, dropTable, dropTable, dropTable, dropType, exchange_partition, fireListenerEvent, get_principals_in_role, get_role_grants_for_principal, getAggrColStatsFor, getAllDatabases, getConfigValue, getCurrentNotificationEventId, getDatabase, getDatabases, getDelegationToken, getDelegationToken, getFields, getFunction, getFunctions, getIndex, getMetaConf, getNextNotification, getPartition, getPartition, getPartitionColumnStatistics, getPartitionsByNames, getPartitionWithAuthInfo, getTable, getTokenStrForm, getType, getTypeAll, getValidTxns, getValidTxns, grant_privileges, grant_role, heartbeat, heartbeatTxnRange, isCompatibleWith, isPartitionMarkedForEvent, list_privileges, list_roles, listIndexes, listIndexNames, listPartitionNames, listPartitionNames, listPartitions, listPartitions, listPartitionsByExpr, listPartitionsByFilter, listPartitionSpecs, listPartitionSpecsByFilter, listPartitionsWithAuthInfo, listPartitionsWithAuthInfo, listRoleNames, listTableNamesByFilter, lock, markPartitionForEvent, newSynchronizedClient, openTxn, openTxns, partitionNameToSpec, partitionNameToVals, reconnect, renamePartition, renewDelegationToken, revoke_privileges, revoke_role, rollbackTxn, setHiveAddedJars, setMetaConf, setPartitionColumnStatistics, showCompactions, showLocks, showTxns, tableExists, unlock, updatePartitionColumnStatistics, validatePartitionNameCharactersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd_partition, add_partitions_pspec, add_partitions, add_partitions, addDynamicPartitions, alter_index, alter_partition, alter_partitions, alter_table, alterDatabase, alterFunction, appendPartition, appendPartition, cancelDelegationToken, checkLock, close, commitTxn, compact, create_role, createDatabase, createFunction, createIndex, createTable, deletePartitionColumnStatistics, drop_role, dropDatabase, dropDatabase, dropDatabase, dropFunction, dropIndex, dropPartition, dropPartition, dropPartition, dropPartitions, dropPartitions, dropPartitions, dropTable, dropTable, dropTable, dropTable, exchange_partition, fireListenerEvent, get_principals_in_role, get_role_grants_for_principal, getAggrColStatsFor, getAllDatabases, getConfigValue, getCurrentNotificationEventId, getDatabase, getDatabases, getDelegationToken, getFields, getFunction, getFunctions, getIndex, getMetaConf, getNextNotification, getPartition, getPartition, getPartitionColumnStatistics, getPartitionsByNames, getPartitionWithAuthInfo, getTable, getTokenStrForm, getValidTxns, getValidTxns, grant_privileges, grant_role, heartbeat, heartbeatTxnRange, isCompatibleWith, isPartitionMarkedForEvent, list_privileges, list_roles, listIndexes, listIndexNames, listPartitionNames, listPartitionNames, listPartitions, listPartitions, listPartitionsByExpr, listPartitionsByFilter, listPartitionSpecs, listPartitionSpecsByFilter, listPartitionsWithAuthInfo, listPartitionsWithAuthInfo, listRoleNames, listTableNamesByFilter, lock, markPartitionForEvent, openTxn, openTxns, partitionNameToSpec, partitionNameToVals, reconnect, renamePartition, renewDelegationToken, revoke_privileges, revoke_role, rollbackTxn, setHiveAddedJars, setMetaConf, setPartitionColumnStatistics, showCompactions, showLocks, showTxns, tableExists, unlock, updatePartitionColumnStatistics, validatePartitionNameCharactersprotected void create_table_with_environment_context(Table tbl, EnvironmentContext envContext) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
create_table_with_environment_context in class HiveMetaStoreClientAlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionprotected void drop_table_with_environment_context(String dbname, String name, boolean deleteData, EnvironmentContext envContext) throws MetaException, org.apache.thrift.TException, NoSuchObjectException, UnsupportedOperationException
drop_table_with_environment_context in class HiveMetaStoreClientMetaExceptionorg.apache.thrift.TExceptionNoSuchObjectExceptionUnsupportedOperationExceptionpublic Table getTable(String dbname, String name) throws MetaException, org.apache.thrift.TException, NoSuchObjectException
getTable in interface IMetaStoreClientgetTable in class HiveMetaStoreClientMetaExceptionorg.apache.thrift.TExceptionNoSuchObjectExceptionpublic List<String> getAllTables(String dbName) throws MetaException
getAllTables in interface IMetaStoreClientgetAllTables in class HiveMetaStoreClientMetaExceptionpublic List<String> getTables(String dbName, String tablePattern) throws MetaException
getTables in interface IMetaStoreClientgetTables in class HiveMetaStoreClientMetaExceptionpublic List<Table> getTableObjectsByName(String dbName, List<String> tableNames) throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException
getTableObjectsByName in interface IMetaStoreClientgetTableObjectsByName in class HiveMetaStoreClientMetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TExceptionpublic boolean tableExists(String databaseName, String tableName) throws MetaException, org.apache.thrift.TException, UnknownDBException
tableExists in interface IMetaStoreClienttableExists in class HiveMetaStoreClientMetaExceptionorg.apache.thrift.TExceptionUnknownDBExceptionpublic List<FieldSchema> getSchema(String dbName, String tableName) throws MetaException, org.apache.thrift.TException, UnknownTableException, UnknownDBException
getSchema in interface IMetaStoreClientgetSchema in class HiveMetaStoreClientMetaExceptionorg.apache.thrift.TExceptionUnknownTableExceptionUnknownDBExceptionpublic void alter_table(String dbname, String tbl_name, Table new_tbl, boolean cascade) throws InvalidOperationException, MetaException, org.apache.thrift.TException
alter_table in interface IMetaStoreClientalter_table in class HiveMetaStoreClientInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic void alter_table(String dbname, String tbl_name, Table new_tbl, EnvironmentContext envContext) throws InvalidOperationException, MetaException, org.apache.thrift.TException
alter_table in class HiveMetaStoreClientInvalidOperationExceptionMetaExceptionorg.apache.thrift.TExceptionpublic PrincipalPrivilegeSet get_privilege_set(HiveObjectRef hiveObject, String userName, List<String> groupNames) throws MetaException, org.apache.thrift.TException
get_privilege_set in interface IMetaStoreClientget_privilege_set in class HiveMetaStoreClientMetaExceptionorg.apache.thrift.TExceptionpublic boolean updateTableColumnStatistics(ColumnStatistics statsObj) throws NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException, InvalidInputException
updateTableColumnStatistics in interface IMetaStoreClientupdateTableColumnStatistics in class HiveMetaStoreClientNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionInvalidInputExceptionpublic List<ColumnStatisticsObj> getTableColumnStatistics(String dbName, String tableName, List<String> colNames) throws NoSuchObjectException, MetaException, org.apache.thrift.TException, InvalidInputException, InvalidObjectException
getTableColumnStatistics in interface IMetaStoreClientgetTableColumnStatistics in class HiveMetaStoreClientNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TExceptionInvalidInputExceptionInvalidObjectExceptionpublic boolean deleteTableColumnStatistics(String dbName, String tableName, String colName) throws NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException, InvalidInputException
deleteTableColumnStatistics in interface IMetaStoreClientdeleteTableColumnStatistics in class HiveMetaStoreClientNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TExceptionInvalidInputExceptionCopyright © 2016 The Apache Software Foundation. All rights reserved.