Package io.trino.hive.thrift.metastore
Class ThriftHiveMetastore.Client
java.lang.Object
org.apache.thrift.TServiceClient
io.trino.hive.thrift.metastore.ThriftHiveMetastore.Client
- All Implemented Interfaces:
ThriftHiveMetastore.Iface
- Enclosing class:
- ThriftHiveMetastore
public static class ThriftHiveMetastore.Client
extends org.apache.thrift.TServiceClient
implements ThriftHiveMetastore.Iface
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidabortTxn(AbortTxnRequest rqst) voidabortTxns(AbortTxnsRequest rqst) voidvoidvoidvoidintaddMasterKey(String key) voidaddPartition(Partition new_part) intaddPartitions(List<Partition> new_parts) intaddPartitionsPspec(List<PartitionSpec> new_parts) addPartitionsReq(AddPartitionsRequest request) addPartitionWithEnvironmentContext(Partition new_part, EnvironmentContext environment_context) voidvoidaddRuntimeStats(RuntimeStat stat) voidaddSchemaVersion(SchemaVersion schemaVersion) voidbooleanvoidvoidvoidalterDatabase(String dbname, Database db) voidalterFunction(String dbName, String funcName, Function newFunc) voidvoidalterPartition(String db_name, String tbl_name, Partition new_part) voidalterPartitions(String db_name, String tbl_name, List<Partition> new_parts) voidalterPartitionsWithEnvironmentContext(String db_name, String tbl_name, List<Partition> new_parts, EnvironmentContext environment_context) voidalterPartitionWithEnvironmentContext(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context) voidalterTable(String dbname, String tbl_name, Table new_tbl) voidalterTableWithCascade(String dbname, String tbl_name, Table new_tbl, boolean cascade) voidalterTableWithEnvironmentContext(String dbname, String tbl_name, Table new_tbl, EnvironmentContext environment_context) alterWmPool(WMAlterPoolRequest request) alterWmTrigger(WMAlterTriggerRequest request) appendPartition(String db_name, String tbl_name, List<String> part_vals) appendPartitionByName(String db_name, String tbl_name, String part_name) appendPartitionByNameWithEnvironmentContext(String db_name, String tbl_name, String part_name, EnvironmentContext environment_context) appendPartitionWithEnvironmentContext(String db_name, String tbl_name, List<String> part_vals, EnvironmentContext environment_context) voidcancelDelegationToken(String token_str_form) checkLock(CheckLockRequest rqst) cmRecycle(CmRecycleRequest request) voidcommitTxn(CommitTxnRequest rqst) voidcompact(CompactionRequest rqst) compact2(CompactionRequest rqst) voidcreateCatalog(CreateCatalogRequest catalog) voidcreateDatabase(Database database) voidcreateFunction(Function func) voidcreateIschema(ISchema schema) booleancreateRole(Role role) voidcreateTable(Table tbl) voidcreateTableWithConstraints(Table tbl, List<SQLPrimaryKey> primaryKeys, List<SQLForeignKey> foreignKeys, List<SQLUniqueConstraint> uniqueConstraints, List<SQLNotNullConstraint> notNullConstraints, List<SQLDefaultConstraint> defaultConstraints, List<SQLCheckConstraint> checkConstraints) voidcreateTableWithEnvironmentContext(Table tbl, EnvironmentContext environment_context) booleancreateType(Type type) createWmPool(WMCreatePoolRequest request) createWmTrigger(WMCreateTriggerRequest request) booleandeletePartitionColumnStatistics(String db_name, String tbl_name, String part_name, String col_name) booleandeleteTableColumnStatistics(String db_name, String tbl_name, String col_name) voiddropCatalog(DropCatalogRequest catName) voidvoiddropDatabase(String name, boolean deleteData, boolean cascade) voiddropFunction(String dbName, String funcName) voiddropIschema(ISchemaName name) booleandropPartition(String db_name, String tbl_name, List<String> part_vals, boolean deleteData) booleandropPartitionByName(String db_name, String tbl_name, String part_name, boolean deleteData) booleandropPartitionByNameWithEnvironmentContext(String db_name, String tbl_name, String part_name, boolean deleteData, EnvironmentContext environment_context) booleandropPartitionWithEnvironmentContext(String db_name, String tbl_name, List<String> part_vals, boolean deleteData, EnvironmentContext environment_context) booleanvoiddropSchemaVersion(SchemaVersionDescriptor schemaVersion) voidvoiddropTableWithEnvironmentContext(String dbname, String name, boolean deleteData, EnvironmentContext environment_context) booleandropWmMapping(WMDropMappingRequest request) dropWmPool(WMDropPoolRequest request) dropWmTrigger(WMDropTriggerRequest request) exchangePartition(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) exchangePartitions(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) voidgetAggrStatsFor(PartitionsStatsRequest request) getAllTables(String db_name) getCatalog(GetCatalogRequest catName) getConfigValue(String name, String defaultValue) getDatabase(String name) getDatabases(String pattern) getDelegationToken(String token_owner, String renewer_kerberos_principal_name) getFieldsWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context) getForeignKeys(ForeignKeysRequest request) getFunction(String dbName, String funcName) getFunctions(String dbName, String pattern) getIschema(ISchemaName name) getLockMaterializationRebuild(String dbName, String tableName, long txnId) getMaterializationInvalidationInfo(CreationMetadata creation_metadata, String validTxnList) getMaterializedViewsForRewriting(String db_name) getMetaConf(String key) intgetNumPartitionsByFilter(String db_name, String tbl_name, String filter) getPartition(String db_name, String tbl_name, List<String> part_vals) getPartitionByName(String db_name, String tbl_name, String part_name) getPartitionColumnStatistics(String db_name, String tbl_name, String part_name, String col_name) getPartitionNames(String db_name, String tbl_name, short max_parts) getPartitionNamesPs(String db_name, String tbl_name, List<String> part_vals, short max_parts) getPartitions(String db_name, String tbl_name, short max_parts) getPartitionsByFilter(String db_name, String tbl_name, String filter, short max_parts) getPartitionsByNames(String db_name, String tbl_name, List<String> names) getPartitionsPs(String db_name, String tbl_name, List<String> part_vals, short max_parts) getPartitionsPspec(String db_name, String tbl_name, int max_parts) getPartitionsPsWithAuth(String db_name, String tbl_name, List<String> part_vals, short max_parts, String user_name, List<String> group_names) getPartitionsWithAuth(String db_name, String tbl_name, short max_parts, String user_name, List<String> group_names) getPartitionValues(PartitionValuesRequest request) getPartitionWithAuth(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names) getPartSpecsByFilter(String db_name, String tbl_name, String filter, int max_parts) getPrimaryKeys(PrimaryKeysRequest request) getPrivilegeSet(HiveObjectRef hiveObject, String user_name, List<String> group_names) getResourcePlan(WMGetResourcePlanRequest request) getSchemaAllVersions(ISchemaName schemaName) getSchemaLatestVersion(ISchemaName schemaName) getSchemaVersion(SchemaVersionDescriptor schemaVersion) getSchemaWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context) getSerde(GetSerdeRequest rqst) getTableColumnStatistics(String db_name, String tbl_name, String col_name) getTableMeta(String db_patterns, String tbl_patterns, List<String> tbl_types) getTableNamesByFilter(String dbname, String filter, short max_tables) getTableObjectsByName(String dbname, List<String> tbl_names) getTablesByType(String db_name, String pattern, String tableType) getTableStatisticsReq(TableStatsRequest request) getTypeAll(String name) booleangrantPrivileges(PrivilegeBag privileges) grantRevokeRole(GrantRevokeRoleRequest request) booleangrantRole(String role_name, String principal_name, PrincipalType principal_type, String grantor, PrincipalType grantorType, boolean grant_option) voidbooleanheartbeatLockMaterializationRebuild(String dbName, String tableName, long txnId) booleanisPartitionMarkedForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType) listPrivileges(String principal_name, PrincipalType principal_type, HiveObjectRef hiveObject) listRoles(String principal_name, PrincipalType principal_type) lock(LockRequest rqst) voidvoidmarkPartitionForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType) openTxns(OpenTxnRequest rqst) booleanpartitionNameHasValidCharacters(List<String> part_vals, boolean throw_exception) partitionNameToSpec(String part_name) partitionNameToVals(String part_name) voidvoidvoidvoidvoidvoidintvoidintintvoidvoidvoidvoidbooleanvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidbooleanvoidvoidvoidbooleanbooleanbooleanvoidvoidvoidvoidvoidbooleanbooleanbooleanbooleanbooleanvoidvoidvoidbooleanvoidintbooleanbooleanvoidbooleanbooleanrecvLock()voidvoidbooleanbooleanbooleanvoidlongvoidbooleanbooleanbooleanvoidvoidvoidvoidvoidvoidbooleanbooleanrefreshPrivileges(HiveObjectRef objToRefresh, String authorizer, GrantRevokePrivilegeRequest grantRequest) booleanremoveMasterKey(int key_seq) booleanremoveToken(String token_identifier) voidlongrenewDelegationToken(String token_str_form) voidbooleanrevokePrivileges(PrivilegeBag privileges) booleanrevokeRole(String role_name, String principal_name, PrincipalType principal_type) voidsendAbortTxn(AbortTxnRequest rqst) voidvoidvoidvoidvoidvoidsendAddMasterKey(String key) voidvoidsendAddPartition(Partition new_part) voidsendAddPartitions(List<Partition> new_parts) voidsendAddPartitionsPspec(List<PartitionSpec> new_parts) voidsendAddPartitionsReq(AddPartitionsRequest request) voidsendAddPartitionWithEnvironmentContext(Partition new_part, EnvironmentContext environment_context) voidvoidvoidsendAddSchemaVersion(SchemaVersion schemaVersion) voidsendAddSerde(SerDeInfo serde) voidsendAddToken(String token_identifier, String delegation_token) voidvoidvoidvoidsendAlterDatabase(String dbname, Database db) voidsendAlterFunction(String dbName, String funcName, Function newFunc) voidvoidsendAlterPartition(String db_name, String tbl_name, Partition new_part) voidsendAlterPartitions(String db_name, String tbl_name, List<Partition> new_parts) voidvoidsendAlterPartitionsWithEnvironmentContext(String db_name, String tbl_name, List<Partition> new_parts, EnvironmentContext environment_context) voidsendAlterPartitionWithEnvironmentContext(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context) voidvoidsendAlterTable(String dbname, String tbl_name, Table new_tbl) voidvoidsendAlterTableWithCascade(String dbname, String tbl_name, Table new_tbl, boolean cascade) voidsendAlterTableWithEnvironmentContext(String dbname, String tbl_name, Table new_tbl, EnvironmentContext environment_context) voidsendAlterWmPool(WMAlterPoolRequest request) voidsendAlterWmTrigger(WMAlterTriggerRequest request) voidsendAppendPartition(String db_name, String tbl_name, List<String> part_vals) voidsendAppendPartitionByName(String db_name, String tbl_name, String part_name) voidsendAppendPartitionByNameWithEnvironmentContext(String db_name, String tbl_name, String part_name, EnvironmentContext environment_context) voidsendAppendPartitionWithEnvironmentContext(String db_name, String tbl_name, List<String> part_vals, EnvironmentContext environment_context) voidvoidsendCancelDelegationToken(String token_str_form) voidvoidvoidsendCmRecycle(CmRecycleRequest request) voidvoidsendCompact(CompactionRequest rqst) voidvoidsendCreateCatalog(CreateCatalogRequest catalog) voidsendCreateDatabase(Database database) voidsendCreateFunction(Function func) voidsendCreateIschema(ISchema schema) voidvoidvoidvoidsendCreateRole(Role role) voidsendCreateTable(Table tbl) voidsendCreateTableWithConstraints(Table tbl, List<SQLPrimaryKey> primaryKeys, List<SQLForeignKey> foreignKeys, List<SQLUniqueConstraint> uniqueConstraints, List<SQLNotNullConstraint> notNullConstraints, List<SQLDefaultConstraint> defaultConstraints, List<SQLCheckConstraint> checkConstraints) voidsendCreateTableWithEnvironmentContext(Table tbl, EnvironmentContext environment_context) voidsendCreateType(Type type) voidsendCreateWmPool(WMCreatePoolRequest request) voidvoidsendDeletePartitionColumnStatistics(String db_name, String tbl_name, String part_name, String col_name) voidsendDeleteTableColumnStatistics(String db_name, String tbl_name, String col_name) voidsendDropCatalog(DropCatalogRequest catName) voidvoidsendDropDatabase(String name, boolean deleteData, boolean cascade) voidsendDropFunction(String dbName, String funcName) voidsendDropIschema(ISchemaName name) voidsendDropPartition(String db_name, String tbl_name, List<String> part_vals, boolean deleteData) voidsendDropPartitionByName(String db_name, String tbl_name, String part_name, boolean deleteData) voidsendDropPartitionByNameWithEnvironmentContext(String db_name, String tbl_name, String part_name, boolean deleteData, EnvironmentContext environment_context) voidvoidsendDropPartitionWithEnvironmentContext(String db_name, String tbl_name, List<String> part_vals, boolean deleteData, EnvironmentContext environment_context) voidvoidsendDropRole(String role_name) voidsendDropSchemaVersion(SchemaVersionDescriptor schemaVersion) voidsendDropTable(String dbname, String name, boolean deleteData) voidsendDropTableWithEnvironmentContext(String dbname, String name, boolean deleteData, EnvironmentContext environment_context) voidsendDropType(String type) voidsendDropWmMapping(WMDropMappingRequest request) voidsendDropWmPool(WMDropPoolRequest request) voidsendDropWmTrigger(WMDropTriggerRequest request) voidsendExchangePartition(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) voidsendExchangePartitions(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) voidvoidvoidvoidvoidvoidvoidvoidsendGetAllTables(String db_name) voidvoidsendGetCatalog(GetCatalogRequest catName) voidvoidvoidsendGetConfigValue(String name, String defaultValue) voidvoidsendGetDatabase(String name) voidsendGetDatabases(String pattern) voidvoidsendGetDelegationToken(String token_owner, String renewer_kerberos_principal_name) voidsendGetFields(String db_name, String table_name) voidsendGetFieldsWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context) voidvoidvoidsendGetForeignKeys(ForeignKeysRequest request) voidsendGetFunction(String dbName, String funcName) voidsendGetFunctions(String dbName, String pattern) voidsendGetIschema(ISchemaName name) voidsendGetLockMaterializationRebuild(String dbName, String tableName, long txnId) voidvoidsendGetMaterializationInvalidationInfo(CreationMetadata creation_metadata, String validTxnList) voidvoidsendGetMetaConf(String key) voidvoidvoidvoidvoidsendGetNumPartitionsByFilter(String db_name, String tbl_name, String filter) voidvoidvoidsendGetPartition(String db_name, String tbl_name, List<String> part_vals) voidsendGetPartitionByName(String db_name, String tbl_name, String part_name) voidsendGetPartitionColumnStatistics(String db_name, String tbl_name, String part_name, String col_name) voidsendGetPartitionNames(String db_name, String tbl_name, short max_parts) voidsendGetPartitionNamesPs(String db_name, String tbl_name, List<String> part_vals, short max_parts) voidsendGetPartitions(String db_name, String tbl_name, short max_parts) voidvoidsendGetPartitionsByFilter(String db_name, String tbl_name, String filter, short max_parts) voidsendGetPartitionsByNames(String db_name, String tbl_name, List<String> names) voidsendGetPartitionsPs(String db_name, String tbl_name, List<String> part_vals, short max_parts) voidsendGetPartitionsPspec(String db_name, String tbl_name, int max_parts) voidsendGetPartitionsPsWithAuth(String db_name, String tbl_name, List<String> part_vals, short max_parts, String user_name, List<String> group_names) voidvoidsendGetPartitionsWithAuth(String db_name, String tbl_name, short max_parts, String user_name, List<String> group_names) voidvoidsendGetPartitionWithAuth(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names) voidsendGetPartSpecsByFilter(String db_name, String tbl_name, String filter, int max_parts) voidsendGetPrimaryKeys(PrimaryKeysRequest request) voidvoidsendGetPrivilegeSet(HiveObjectRef hiveObject, String user_name, List<String> group_names) voidvoidvoidvoidvoidsendGetSchema(String db_name, String table_name) voidsendGetSchemaAllVersions(ISchemaName schemaName) voidsendGetSchemaLatestVersion(ISchemaName schemaName) voidvoidsendGetSchemaVersion(SchemaVersionDescriptor schemaVersion) voidsendGetSchemaWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context) voidsendGetSerde(GetSerdeRequest rqst) voidsendGetTable(String dbname, String tbl_name) voidsendGetTableColumnStatistics(String db_name, String tbl_name, String col_name) voidsendGetTableMeta(String db_patterns, String tbl_patterns, List<String> tbl_types) voidsendGetTableNamesByFilter(String dbname, String filter, short max_tables) voidsendGetTableObjectsByName(String dbname, List<String> tbl_names) voidvoidvoidsendGetTables(String db_name, String pattern) voidsendGetTablesByType(String db_name, String pattern, String tableType) voidvoidsendGetToken(String token_identifier) voidvoidsendGetType(String name) voidsendGetTypeAll(String name) voidvoidvoidsendGrantPrivileges(PrivilegeBag privileges) voidvoidvoidsendGrantRole(String role_name, String principal_name, PrincipalType principal_type, String grantor, PrincipalType grantorType, boolean grant_option) voidvoidsendHeartbeatLockMaterializationRebuild(String dbName, String tableName, long txnId) voidvoidsendIsPartitionMarkedForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType) voidsendListPrivileges(String principal_name, PrincipalType principal_type, HiveObjectRef hiveObject) voidsendListRoles(String principal_name, PrincipalType principal_type) voidsendLock(LockRequest rqst) voidvoidsendMarkPartitionForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType) voidsendOpenTxns(OpenTxnRequest rqst) voidsendPartitionNameHasValidCharacters(List<String> part_vals, boolean throw_exception) voidsendPartitionNameToSpec(String part_name) voidsendPartitionNameToVals(String part_name) voidvoidsendRefreshPrivileges(HiveObjectRef objToRefresh, String authorizer, GrantRevokePrivilegeRequest grantRequest) voidsendRemoveMasterKey(int key_seq) voidsendRemoveToken(String token_identifier) voidvoidsendRenewDelegationToken(String token_str_form) voidvoidsendRevokePrivileges(PrivilegeBag privileges) voidsendRevokeRole(String role_name, String principal_name, PrincipalType principal_type) voidvoidsendSetMetaConf(String key, String value) voidvoidsendSetUgi(String user_name, List<String> group_names) voidvoidvoidsendTruncateTable(String dbName, String tableName, List<String> partNames) voidsendUnlock(UnlockRequest rqst) voidsendUpdateCreationMetadata(String catName, String dbname, String tbl_name, CreationMetadata creation_metadata) voidsendUpdateMasterKey(int seq_number, String key) voidvoidvoidsendUpdateTableColumnStatistics(ColumnStatistics stats_obj) voidvoidbooleansetAggrStatsFor(SetPartitionsStatsRequest request) voidsetMetaConf(String key, String value) voidshowLocks(ShowLocksRequest rqst) voidtruncateTable(String dbName, String tableName, List<String> partNames) voidunlock(UnlockRequest rqst) voidupdateCreationMetadata(String catName, String dbname, String tbl_name, CreationMetadata creation_metadata) voidupdateMasterKey(int seq_number, String key) booleanupdatePartitionColumnStatistics(ColumnStatistics stats_obj) booleanupdateTableColumnStatistics(ColumnStatistics stats_obj) Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
-
Constructor Details
-
Client
public Client(org.apache.thrift.protocol.TProtocol prot) -
Client
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-
-
Method Details
-
getMetaConf
- Specified by:
getMetaConfin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetMetaConf
- Throws:
org.apache.thrift.TException
-
recvGetMetaConf
- Throws:
MetaExceptionorg.apache.thrift.TException
-
setMetaConf
public void setMetaConf(String key, String value) throws MetaException, org.apache.thrift.TException - Specified by:
setMetaConfin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendSetMetaConf
- Throws:
org.apache.thrift.TException
-
recvSetMetaConf
- Throws:
MetaExceptionorg.apache.thrift.TException
-
createCatalog
public void createCatalog(CreateCatalogRequest catalog) throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException - Specified by:
createCatalogin interfaceThriftHiveMetastore.Iface- Throws:
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendCreateCatalog
- Throws:
org.apache.thrift.TException
-
recvCreateCatalog
public void recvCreateCatalog() throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException- Throws:
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
alterCatalog
public void alterCatalog(AlterCatalogRequest rqst) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
alterCatalogin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendAlterCatalog
- Throws:
org.apache.thrift.TException
-
recvAlterCatalog
public void recvAlterCatalog() throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
getCatalog
public GetCatalogResponse getCatalog(GetCatalogRequest catName) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getCatalogin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetCatalog
- Throws:
org.apache.thrift.TException
-
recvGetCatalog
public GetCatalogResponse recvGetCatalog() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getCatalogs
- Specified by:
getCatalogsin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetCatalogs
public void sendGetCatalogs() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetCatalogs
- Throws:
MetaExceptionorg.apache.thrift.TException
-
dropCatalog
public void dropCatalog(DropCatalogRequest catName) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
dropCatalogin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropCatalog
- Throws:
org.apache.thrift.TException
-
recvDropCatalog
public void recvDropCatalog() throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
createDatabase
public void createDatabase(Database database) throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException - Specified by:
createDatabasein interfaceThriftHiveMetastore.Iface- Throws:
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendCreateDatabase
- Throws:
org.apache.thrift.TException
-
recvCreateDatabase
public void recvCreateDatabase() throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException- Throws:
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getDatabase
public Database getDatabase(String name) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getDatabasein interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetDatabase
- Throws:
org.apache.thrift.TException
-
recvGetDatabase
public Database recvGetDatabase() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
dropDatabase
public void dropDatabase(String name, boolean deleteData, boolean cascade) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
dropDatabasein interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropDatabase
public void sendDropDatabase(String name, boolean deleteData, boolean cascade) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvDropDatabase
public void recvDropDatabase() throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
getDatabases
- Specified by:
getDatabasesin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetDatabases
- Throws:
org.apache.thrift.TException
-
recvGetDatabases
- Throws:
MetaExceptionorg.apache.thrift.TException
-
getAllDatabases
- Specified by:
getAllDatabasesin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetAllDatabases
public void sendGetAllDatabases() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetAllDatabases
- Throws:
MetaExceptionorg.apache.thrift.TException
-
alterDatabase
public void alterDatabase(String dbname, Database db) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
alterDatabasein interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendAlterDatabase
- Throws:
org.apache.thrift.TException
-
recvAlterDatabase
public void recvAlterDatabase() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getType
public Type getType(String name) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getTypein interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetType
- Throws:
org.apache.thrift.TException
-
recvGetType
- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
createType
public boolean createType(Type type) throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException - Specified by:
createTypein interfaceThriftHiveMetastore.Iface- Throws:
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendCreateType
- Throws:
org.apache.thrift.TException
-
recvCreateType
public boolean recvCreateType() throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException- Throws:
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
dropType
public boolean dropType(String type) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
dropTypein interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendDropType
- Throws:
org.apache.thrift.TException
-
recvDropType
public boolean recvDropType() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getTypeAll
- Specified by:
getTypeAllin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetTypeAll
- Throws:
org.apache.thrift.TException
-
recvGetTypeAll
- Throws:
MetaExceptionorg.apache.thrift.TException
-
getFields
public List<FieldSchema> getFields(String db_name, String table_name) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException - Specified by:
getFieldsin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TException
-
sendGetFields
- Throws:
org.apache.thrift.TException
-
recvGetFields
public List<FieldSchema> recvGetFields() throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException- Throws:
MetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TException
-
getFieldsWithEnvironmentContext
public List<FieldSchema> getFieldsWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException - Specified by:
getFieldsWithEnvironmentContextin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TException
-
sendGetFieldsWithEnvironmentContext
public void sendGetFieldsWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetFieldsWithEnvironmentContext
public List<FieldSchema> recvGetFieldsWithEnvironmentContext() throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException- Throws:
MetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TException
-
getSchema
public List<FieldSchema> getSchema(String db_name, String table_name) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException - Specified by:
getSchemain interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TException
-
sendGetSchema
- Throws:
org.apache.thrift.TException
-
recvGetSchema
public List<FieldSchema> recvGetSchema() throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException- Throws:
MetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TException
-
getSchemaWithEnvironmentContext
public List<FieldSchema> getSchemaWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context) throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException - Specified by:
getSchemaWithEnvironmentContextin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TException
-
sendGetSchemaWithEnvironmentContext
public void sendGetSchemaWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetSchemaWithEnvironmentContext
public List<FieldSchema> recvGetSchemaWithEnvironmentContext() throws MetaException, UnknownTableException, UnknownDBException, org.apache.thrift.TException- Throws:
MetaExceptionUnknownTableExceptionUnknownDBExceptionorg.apache.thrift.TException
-
createTable
public void createTable(Table tbl) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
createTablein interfaceThriftHiveMetastore.Iface- Throws:
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendCreateTable
- Throws:
org.apache.thrift.TException
-
recvCreateTable
public void recvCreateTable() throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
createTableWithEnvironmentContext
public void createTableWithEnvironmentContext(Table tbl, EnvironmentContext environment_context) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
createTableWithEnvironmentContextin interfaceThriftHiveMetastore.Iface- Throws:
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendCreateTableWithEnvironmentContext
public void sendCreateTableWithEnvironmentContext(Table tbl, EnvironmentContext environment_context) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvCreateTableWithEnvironmentContext
public void recvCreateTableWithEnvironmentContext() throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
createTableWithConstraints
public void createTableWithConstraints(Table tbl, List<SQLPrimaryKey> primaryKeys, List<SQLForeignKey> foreignKeys, List<SQLUniqueConstraint> uniqueConstraints, List<SQLNotNullConstraint> notNullConstraints, List<SQLDefaultConstraint> defaultConstraints, List<SQLCheckConstraint> checkConstraints) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
createTableWithConstraintsin interfaceThriftHiveMetastore.Iface- Throws:
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendCreateTableWithConstraints
public void sendCreateTableWithConstraints(Table tbl, List<SQLPrimaryKey> primaryKeys, List<SQLForeignKey> foreignKeys, List<SQLUniqueConstraint> uniqueConstraints, List<SQLNotNullConstraint> notNullConstraints, List<SQLDefaultConstraint> defaultConstraints, List<SQLCheckConstraint> checkConstraints) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvCreateTableWithConstraints
public void recvCreateTableWithConstraints() throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
dropConstraint
public void dropConstraint(DropConstraintRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
dropConstraintin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropConstraint
- Throws:
org.apache.thrift.TException
-
recvDropConstraint
public void recvDropConstraint() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
addPrimaryKey
public void addPrimaryKey(AddPrimaryKeyRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
addPrimaryKeyin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendAddPrimaryKey
- Throws:
org.apache.thrift.TException
-
recvAddPrimaryKey
public void recvAddPrimaryKey() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
addForeignKey
public void addForeignKey(AddForeignKeyRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
addForeignKeyin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendAddForeignKey
- Throws:
org.apache.thrift.TException
-
recvAddForeignKey
public void recvAddForeignKey() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
addUniqueConstraint
public void addUniqueConstraint(AddUniqueConstraintRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
addUniqueConstraintin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendAddUniqueConstraint
public void sendAddUniqueConstraint(AddUniqueConstraintRequest req) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAddUniqueConstraint
public void recvAddUniqueConstraint() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
addNotNullConstraint
public void addNotNullConstraint(AddNotNullConstraintRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
addNotNullConstraintin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendAddNotNullConstraint
public void sendAddNotNullConstraint(AddNotNullConstraintRequest req) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAddNotNullConstraint
public void recvAddNotNullConstraint() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
addDefaultConstraint
public void addDefaultConstraint(AddDefaultConstraintRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
addDefaultConstraintin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendAddDefaultConstraint
public void sendAddDefaultConstraint(AddDefaultConstraintRequest req) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAddDefaultConstraint
public void recvAddDefaultConstraint() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
addCheckConstraint
public void addCheckConstraint(AddCheckConstraintRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
addCheckConstraintin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendAddCheckConstraint
public void sendAddCheckConstraint(AddCheckConstraintRequest req) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAddCheckConstraint
public void recvAddCheckConstraint() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
dropTable
public void dropTable(String dbname, String name, boolean deleteData) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
dropTablein interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropTable
public void sendDropTable(String dbname, String name, boolean deleteData) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvDropTable
public void recvDropTable() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
dropTableWithEnvironmentContext
public void dropTableWithEnvironmentContext(String dbname, String name, boolean deleteData, EnvironmentContext environment_context) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
dropTableWithEnvironmentContextin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropTableWithEnvironmentContext
public void sendDropTableWithEnvironmentContext(String dbname, String name, boolean deleteData, EnvironmentContext environment_context) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvDropTableWithEnvironmentContext
public void recvDropTableWithEnvironmentContext() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
truncateTable
public void truncateTable(String dbName, String tableName, List<String> partNames) throws MetaException, org.apache.thrift.TException - Specified by:
truncateTablein interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendTruncateTable
public void sendTruncateTable(String dbName, String tableName, List<String> partNames) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvTruncateTable
- Throws:
MetaExceptionorg.apache.thrift.TException
-
getTables
public List<String> getTables(String db_name, String pattern) throws MetaException, org.apache.thrift.TException - Specified by:
getTablesin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetTables
- Throws:
org.apache.thrift.TException
-
recvGetTables
- Throws:
MetaExceptionorg.apache.thrift.TException
-
getTablesByType
public List<String> getTablesByType(String db_name, String pattern, String tableType) throws MetaException, org.apache.thrift.TException - Specified by:
getTablesByTypein interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetTablesByType
public void sendGetTablesByType(String db_name, String pattern, String tableType) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetTablesByType
- Throws:
MetaExceptionorg.apache.thrift.TException
-
getMaterializedViewsForRewriting
public List<String> getMaterializedViewsForRewriting(String db_name) throws MetaException, org.apache.thrift.TException - Specified by:
getMaterializedViewsForRewritingin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetMaterializedViewsForRewriting
public void sendGetMaterializedViewsForRewriting(String db_name) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetMaterializedViewsForRewriting
public List<String> recvGetMaterializedViewsForRewriting() throws MetaException, org.apache.thrift.TException- Throws:
MetaExceptionorg.apache.thrift.TException
-
getTableMeta
public List<TableMeta> getTableMeta(String db_patterns, String tbl_patterns, List<String> tbl_types) throws MetaException, org.apache.thrift.TException - Specified by:
getTableMetain interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetTableMeta
public void sendGetTableMeta(String db_patterns, String tbl_patterns, List<String> tbl_types) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetTableMeta
- Throws:
MetaExceptionorg.apache.thrift.TException
-
getAllTables
- Specified by:
getAllTablesin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetAllTables
- Throws:
org.apache.thrift.TException
-
recvGetAllTables
- Throws:
MetaExceptionorg.apache.thrift.TException
-
getTable
public Table getTable(String dbname, String tbl_name) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getTablein interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetTable
- Throws:
org.apache.thrift.TException
-
recvGetTable
public Table recvGetTable() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getTableObjectsByName
public List<Table> getTableObjectsByName(String dbname, List<String> tbl_names) throws org.apache.thrift.TException - Specified by:
getTableObjectsByNamein interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendGetTableObjectsByName
public void sendGetTableObjectsByName(String dbname, List<String> tbl_names) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetTableObjectsByName
- Throws:
org.apache.thrift.TException
-
getTableReq
public GetTableResult getTableReq(GetTableRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getTableReqin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetTableReq
- Throws:
org.apache.thrift.TException
-
recvGetTableReq
public GetTableResult recvGetTableReq() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getTableObjectsByNameReq
public GetTablesResult getTableObjectsByNameReq(GetTablesRequest req) throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException - Specified by:
getTableObjectsByNameReqin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TException
-
sendGetTableObjectsByNameReq
- Throws:
org.apache.thrift.TException
-
recvGetTableObjectsByNameReq
public GetTablesResult recvGetTableObjectsByNameReq() throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException- Throws:
MetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TException
-
getMaterializationInvalidationInfo
public Materialization getMaterializationInvalidationInfo(CreationMetadata creation_metadata, String validTxnList) throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException - Specified by:
getMaterializationInvalidationInfoin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TException
-
sendGetMaterializationInvalidationInfo
public void sendGetMaterializationInvalidationInfo(CreationMetadata creation_metadata, String validTxnList) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetMaterializationInvalidationInfo
public Materialization recvGetMaterializationInvalidationInfo() throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException- Throws:
MetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TException
-
updateCreationMetadata
public void updateCreationMetadata(String catName, String dbname, String tbl_name, CreationMetadata creation_metadata) throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException - Specified by:
updateCreationMetadatain interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TException
-
sendUpdateCreationMetadata
public void sendUpdateCreationMetadata(String catName, String dbname, String tbl_name, CreationMetadata creation_metadata) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvUpdateCreationMetadata
public void recvUpdateCreationMetadata() throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException- Throws:
MetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TException
-
getTableNamesByFilter
public List<String> getTableNamesByFilter(String dbname, String filter, short max_tables) throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException - Specified by:
getTableNamesByFilterin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TException
-
sendGetTableNamesByFilter
public void sendGetTableNamesByFilter(String dbname, String filter, short max_tables) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetTableNamesByFilter
public List<String> recvGetTableNamesByFilter() throws MetaException, InvalidOperationException, UnknownDBException, org.apache.thrift.TException- Throws:
MetaExceptionInvalidOperationExceptionUnknownDBExceptionorg.apache.thrift.TException
-
alterTable
public void alterTable(String dbname, String tbl_name, Table new_tbl) throws InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
alterTablein interfaceThriftHiveMetastore.Iface- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendAlterTable
public void sendAlterTable(String dbname, String tbl_name, Table new_tbl) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAlterTable
public void recvAlterTable() throws InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
alterTableWithEnvironmentContext
public void alterTableWithEnvironmentContext(String dbname, String tbl_name, Table new_tbl, EnvironmentContext environment_context) throws InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
alterTableWithEnvironmentContextin interfaceThriftHiveMetastore.Iface- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendAlterTableWithEnvironmentContext
public void sendAlterTableWithEnvironmentContext(String dbname, String tbl_name, Table new_tbl, EnvironmentContext environment_context) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAlterTableWithEnvironmentContext
public void recvAlterTableWithEnvironmentContext() throws InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
alterTableWithCascade
public void alterTableWithCascade(String dbname, String tbl_name, Table new_tbl, boolean cascade) throws InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
alterTableWithCascadein interfaceThriftHiveMetastore.Iface- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendAlterTableWithCascade
public void sendAlterTableWithCascade(String dbname, String tbl_name, Table new_tbl, boolean cascade) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAlterTableWithCascade
public void recvAlterTableWithCascade() throws InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
alterTableReq
public AlterTableResponse alterTableReq(AlterTableRequest req) throws InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
alterTableReqin interfaceThriftHiveMetastore.Iface- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendAlterTableReq
- Throws:
org.apache.thrift.TException
-
recvAlterTableReq
public AlterTableResponse recvAlterTableReq() throws InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
addPartition
public Partition addPartition(Partition new_part) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException - Specified by:
addPartitionin interfaceThriftHiveMetastore.Iface- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
sendAddPartition
- Throws:
org.apache.thrift.TException
-
recvAddPartition
public Partition recvAddPartition() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
addPartitionWithEnvironmentContext
public Partition addPartitionWithEnvironmentContext(Partition new_part, EnvironmentContext environment_context) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException - Specified by:
addPartitionWithEnvironmentContextin interfaceThriftHiveMetastore.Iface- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
sendAddPartitionWithEnvironmentContext
public void sendAddPartitionWithEnvironmentContext(Partition new_part, EnvironmentContext environment_context) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAddPartitionWithEnvironmentContext
public Partition recvAddPartitionWithEnvironmentContext() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
addPartitions
public int addPartitions(List<Partition> new_parts) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException - Specified by:
addPartitionsin interfaceThriftHiveMetastore.Iface- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
sendAddPartitions
- Throws:
org.apache.thrift.TException
-
recvAddPartitions
public int recvAddPartitions() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
addPartitionsPspec
public int addPartitionsPspec(List<PartitionSpec> new_parts) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException - Specified by:
addPartitionsPspecin interfaceThriftHiveMetastore.Iface- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
sendAddPartitionsPspec
public void sendAddPartitionsPspec(List<PartitionSpec> new_parts) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAddPartitionsPspec
public int recvAddPartitionsPspec() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
appendPartition
public Partition appendPartition(String db_name, String tbl_name, List<String> part_vals) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException - Specified by:
appendPartitionin interfaceThriftHiveMetastore.Iface- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
sendAppendPartition
public void sendAppendPartition(String db_name, String tbl_name, List<String> part_vals) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAppendPartition
public Partition recvAppendPartition() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
addPartitionsReq
public AddPartitionsResult addPartitionsReq(AddPartitionsRequest request) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException - Specified by:
addPartitionsReqin interfaceThriftHiveMetastore.Iface- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
sendAddPartitionsReq
- Throws:
org.apache.thrift.TException
-
recvAddPartitionsReq
public AddPartitionsResult recvAddPartitionsReq() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
appendPartitionWithEnvironmentContext
public Partition appendPartitionWithEnvironmentContext(String db_name, String tbl_name, List<String> part_vals, EnvironmentContext environment_context) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException - Specified by:
appendPartitionWithEnvironmentContextin interfaceThriftHiveMetastore.Iface- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
sendAppendPartitionWithEnvironmentContext
public void sendAppendPartitionWithEnvironmentContext(String db_name, String tbl_name, List<String> part_vals, EnvironmentContext environment_context) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAppendPartitionWithEnvironmentContext
public Partition recvAppendPartitionWithEnvironmentContext() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
appendPartitionByName
public Partition appendPartitionByName(String db_name, String tbl_name, String part_name) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException - Specified by:
appendPartitionByNamein interfaceThriftHiveMetastore.Iface- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
sendAppendPartitionByName
public void sendAppendPartitionByName(String db_name, String tbl_name, String part_name) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAppendPartitionByName
public Partition recvAppendPartitionByName() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
appendPartitionByNameWithEnvironmentContext
public Partition appendPartitionByNameWithEnvironmentContext(String db_name, String tbl_name, String part_name, EnvironmentContext environment_context) throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException - Specified by:
appendPartitionByNameWithEnvironmentContextin interfaceThriftHiveMetastore.Iface- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
sendAppendPartitionByNameWithEnvironmentContext
public void sendAppendPartitionByNameWithEnvironmentContext(String db_name, String tbl_name, String part_name, EnvironmentContext environment_context) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAppendPartitionByNameWithEnvironmentContext
public Partition recvAppendPartitionByNameWithEnvironmentContext() throws InvalidObjectException, AlreadyExistsException, MetaException, org.apache.thrift.TException- Throws:
InvalidObjectExceptionAlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
dropPartition
public boolean dropPartition(String db_name, String tbl_name, List<String> part_vals, boolean deleteData) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
dropPartitionin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropPartition
public void sendDropPartition(String db_name, String tbl_name, List<String> part_vals, boolean deleteData) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvDropPartition
public boolean recvDropPartition() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
dropPartitionWithEnvironmentContext
public boolean dropPartitionWithEnvironmentContext(String db_name, String tbl_name, List<String> part_vals, boolean deleteData, EnvironmentContext environment_context) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
dropPartitionWithEnvironmentContextin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropPartitionWithEnvironmentContext
public void sendDropPartitionWithEnvironmentContext(String db_name, String tbl_name, List<String> part_vals, boolean deleteData, EnvironmentContext environment_context) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvDropPartitionWithEnvironmentContext
public boolean recvDropPartitionWithEnvironmentContext() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
dropPartitionByName
public boolean dropPartitionByName(String db_name, String tbl_name, String part_name, boolean deleteData) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
dropPartitionByNamein interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropPartitionByName
public void sendDropPartitionByName(String db_name, String tbl_name, String part_name, boolean deleteData) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvDropPartitionByName
public boolean recvDropPartitionByName() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
dropPartitionByNameWithEnvironmentContext
public boolean dropPartitionByNameWithEnvironmentContext(String db_name, String tbl_name, String part_name, boolean deleteData, EnvironmentContext environment_context) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
dropPartitionByNameWithEnvironmentContextin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropPartitionByNameWithEnvironmentContext
public void sendDropPartitionByNameWithEnvironmentContext(String db_name, String tbl_name, String part_name, boolean deleteData, EnvironmentContext environment_context) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvDropPartitionByNameWithEnvironmentContext
public boolean recvDropPartitionByNameWithEnvironmentContext() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
dropPartitionsReq
public DropPartitionsResult dropPartitionsReq(DropPartitionsRequest req) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
dropPartitionsReqin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropPartitionsReq
- Throws:
org.apache.thrift.TException
-
recvDropPartitionsReq
public DropPartitionsResult recvDropPartitionsReq() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getPartition
public Partition getPartition(String db_name, String tbl_name, List<String> part_vals) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getPartitionin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetPartition
public void sendGetPartition(String db_name, String tbl_name, List<String> part_vals) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartition
public Partition recvGetPartition() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
exchangePartition
public Partition exchangePartition(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) throws MetaException, NoSuchObjectException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException- Specified by:
exchangePartitionin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionInvalidObjectExceptionInvalidInputExceptionorg.apache.thrift.TException
-
sendExchangePartition
public void sendExchangePartition(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvExchangePartition
public Partition recvExchangePartition() throws MetaException, NoSuchObjectException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionInvalidObjectExceptionInvalidInputExceptionorg.apache.thrift.TException
-
exchangePartitions
public List<Partition> exchangePartitions(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) throws MetaException, NoSuchObjectException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException- Specified by:
exchangePartitionsin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionInvalidObjectExceptionInvalidInputExceptionorg.apache.thrift.TException
-
sendExchangePartitions
public void sendExchangePartitions(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvExchangePartitions
public List<Partition> recvExchangePartitions() throws MetaException, NoSuchObjectException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionInvalidObjectExceptionInvalidInputExceptionorg.apache.thrift.TException
-
getPartitionWithAuth
public Partition getPartitionWithAuth(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getPartitionWithAuthin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetPartitionWithAuth
public void sendGetPartitionWithAuth(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartitionWithAuth
public Partition recvGetPartitionWithAuth() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getPartitionByName
public Partition getPartitionByName(String db_name, String tbl_name, String part_name) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getPartitionByNamein interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetPartitionByName
public void sendGetPartitionByName(String db_name, String tbl_name, String part_name) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartitionByName
public Partition recvGetPartitionByName() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getPartitions
public List<Partition> getPartitions(String db_name, String tbl_name, short max_parts) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getPartitionsin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetPartitions
public void sendGetPartitions(String db_name, String tbl_name, short max_parts) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartitions
public List<Partition> recvGetPartitions() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getPartitionsWithAuth
public List<Partition> getPartitionsWithAuth(String db_name, String tbl_name, short max_parts, String user_name, List<String> group_names) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getPartitionsWithAuthin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetPartitionsWithAuth
public void sendGetPartitionsWithAuth(String db_name, String tbl_name, short max_parts, String user_name, List<String> group_names) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartitionsWithAuth
public List<Partition> recvGetPartitionsWithAuth() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getPartitionsPspec
public List<PartitionSpec> getPartitionsPspec(String db_name, String tbl_name, int max_parts) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getPartitionsPspecin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetPartitionsPspec
public void sendGetPartitionsPspec(String db_name, String tbl_name, int max_parts) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartitionsPspec
public List<PartitionSpec> recvGetPartitionsPspec() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getPartitionNames
public List<String> getPartitionNames(String db_name, String tbl_name, short max_parts) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getPartitionNamesin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetPartitionNames
public void sendGetPartitionNames(String db_name, String tbl_name, short max_parts) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartitionNames
public List<String> recvGetPartitionNames() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getPartitionValues
public PartitionValuesResponse getPartitionValues(PartitionValuesRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getPartitionValuesin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetPartitionValues
public void sendGetPartitionValues(PartitionValuesRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartitionValues
public PartitionValuesResponse recvGetPartitionValues() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getPartitionsPs
public List<Partition> getPartitionsPs(String db_name, String tbl_name, List<String> part_vals, short max_parts) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getPartitionsPsin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetPartitionsPs
public void sendGetPartitionsPs(String db_name, String tbl_name, List<String> part_vals, short max_parts) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartitionsPs
public List<Partition> recvGetPartitionsPs() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getPartitionsPsWithAuth
public List<Partition> getPartitionsPsWithAuth(String db_name, String tbl_name, List<String> part_vals, short max_parts, String user_name, List<String> group_names) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getPartitionsPsWithAuthin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetPartitionsPsWithAuth
public void sendGetPartitionsPsWithAuth(String db_name, String tbl_name, List<String> part_vals, short max_parts, String user_name, List<String> group_names) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartitionsPsWithAuth
public List<Partition> recvGetPartitionsPsWithAuth() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getPartitionNamesPs
public List<String> getPartitionNamesPs(String db_name, String tbl_name, List<String> part_vals, short max_parts) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getPartitionNamesPsin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetPartitionNamesPs
public void sendGetPartitionNamesPs(String db_name, String tbl_name, List<String> part_vals, short max_parts) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartitionNamesPs
public List<String> recvGetPartitionNamesPs() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getPartitionsByFilter
public List<Partition> getPartitionsByFilter(String db_name, String tbl_name, String filter, short max_parts) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getPartitionsByFilterin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetPartitionsByFilter
public void sendGetPartitionsByFilter(String db_name, String tbl_name, String filter, short max_parts) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartitionsByFilter
public List<Partition> recvGetPartitionsByFilter() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getPartSpecsByFilter
public List<PartitionSpec> getPartSpecsByFilter(String db_name, String tbl_name, String filter, int max_parts) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getPartSpecsByFilterin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetPartSpecsByFilter
public void sendGetPartSpecsByFilter(String db_name, String tbl_name, String filter, int max_parts) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartSpecsByFilter
public List<PartitionSpec> recvGetPartSpecsByFilter() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getPartitionsByExpr
public PartitionsByExprResult getPartitionsByExpr(PartitionsByExprRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getPartitionsByExprin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetPartitionsByExpr
public void sendGetPartitionsByExpr(PartitionsByExprRequest req) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartitionsByExpr
public PartitionsByExprResult recvGetPartitionsByExpr() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getNumPartitionsByFilter
public int getNumPartitionsByFilter(String db_name, String tbl_name, String filter) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getNumPartitionsByFilterin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetNumPartitionsByFilter
public void sendGetNumPartitionsByFilter(String db_name, String tbl_name, String filter) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetNumPartitionsByFilter
public int recvGetNumPartitionsByFilter() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getPartitionsByNames
public List<Partition> getPartitionsByNames(String db_name, String tbl_name, List<String> names) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getPartitionsByNamesin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetPartitionsByNames
public void sendGetPartitionsByNames(String db_name, String tbl_name, List<String> names) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartitionsByNames
public List<Partition> recvGetPartitionsByNames() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
alterPartition
public void alterPartition(String db_name, String tbl_name, Partition new_part) throws InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
alterPartitionin interfaceThriftHiveMetastore.Iface- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendAlterPartition
public void sendAlterPartition(String db_name, String tbl_name, Partition new_part) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAlterPartition
public void recvAlterPartition() throws InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
alterPartitions
public void alterPartitions(String db_name, String tbl_name, List<Partition> new_parts) throws InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
alterPartitionsin interfaceThriftHiveMetastore.Iface- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendAlterPartitions
public void sendAlterPartitions(String db_name, String tbl_name, List<Partition> new_parts) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAlterPartitions
public void recvAlterPartitions() throws InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
alterPartitionsWithEnvironmentContext
public void alterPartitionsWithEnvironmentContext(String db_name, String tbl_name, List<Partition> new_parts, EnvironmentContext environment_context) throws InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
alterPartitionsWithEnvironmentContextin interfaceThriftHiveMetastore.Iface- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendAlterPartitionsWithEnvironmentContext
public void sendAlterPartitionsWithEnvironmentContext(String db_name, String tbl_name, List<Partition> new_parts, EnvironmentContext environment_context) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAlterPartitionsWithEnvironmentContext
public void recvAlterPartitionsWithEnvironmentContext() throws InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
alterPartitionWithEnvironmentContext
public void alterPartitionWithEnvironmentContext(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context) throws InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
alterPartitionWithEnvironmentContextin interfaceThriftHiveMetastore.Iface- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendAlterPartitionWithEnvironmentContext
public void sendAlterPartitionWithEnvironmentContext(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAlterPartitionWithEnvironmentContext
public void recvAlterPartitionWithEnvironmentContext() throws InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
alterPartitionsReq
public AlterPartitionsResponse alterPartitionsReq(AlterPartitionsRequest req) throws InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
alterPartitionsReqin interfaceThriftHiveMetastore.Iface- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendAlterPartitionsReq
- Throws:
org.apache.thrift.TException
-
recvAlterPartitionsReq
public AlterPartitionsResponse recvAlterPartitionsReq() throws InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
renamePartition
public void renamePartition(String db_name, String tbl_name, List<String> part_vals, Partition new_part) throws InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
renamePartitionin interfaceThriftHiveMetastore.Iface- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendRenamePartition
public void sendRenamePartition(String db_name, String tbl_name, List<String> part_vals, Partition new_part) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvRenamePartition
public void recvRenamePartition() throws InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
partitionNameHasValidCharacters
public boolean partitionNameHasValidCharacters(List<String> part_vals, boolean throw_exception) throws MetaException, org.apache.thrift.TException - Specified by:
partitionNameHasValidCharactersin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendPartitionNameHasValidCharacters
public void sendPartitionNameHasValidCharacters(List<String> part_vals, boolean throw_exception) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvPartitionNameHasValidCharacters
public boolean recvPartitionNameHasValidCharacters() throws MetaException, org.apache.thrift.TException- Throws:
MetaExceptionorg.apache.thrift.TException
-
getConfigValue
public String getConfigValue(String name, String defaultValue) throws ConfigValSecurityException, org.apache.thrift.TException - Specified by:
getConfigValuein interfaceThriftHiveMetastore.Iface- Throws:
ConfigValSecurityExceptionorg.apache.thrift.TException
-
sendGetConfigValue
public void sendGetConfigValue(String name, String defaultValue) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetConfigValue
- Throws:
ConfigValSecurityExceptionorg.apache.thrift.TException
-
partitionNameToVals
public List<String> partitionNameToVals(String part_name) throws MetaException, org.apache.thrift.TException - Specified by:
partitionNameToValsin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendPartitionNameToVals
- Throws:
org.apache.thrift.TException
-
recvPartitionNameToVals
- Throws:
MetaExceptionorg.apache.thrift.TException
-
partitionNameToSpec
public Map<String,String> partitionNameToSpec(String part_name) throws MetaException, org.apache.thrift.TException - Specified by:
partitionNameToSpecin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendPartitionNameToSpec
- Throws:
org.apache.thrift.TException
-
recvPartitionNameToSpec
public Map<String,String> recvPartitionNameToSpec() throws MetaException, org.apache.thrift.TException- Throws:
MetaExceptionorg.apache.thrift.TException
-
markPartitionForEvent
public void markPartitionForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType) throws MetaException, NoSuchObjectException, UnknownDBException, UnknownTableException, UnknownPartitionException, InvalidPartitionException, org.apache.thrift.TException- Specified by:
markPartitionForEventin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionUnknownDBExceptionUnknownTableExceptionUnknownPartitionExceptionInvalidPartitionExceptionorg.apache.thrift.TException
-
sendMarkPartitionForEvent
public void sendMarkPartitionForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvMarkPartitionForEvent
public void recvMarkPartitionForEvent() throws MetaException, NoSuchObjectException, UnknownDBException, UnknownTableException, UnknownPartitionException, InvalidPartitionException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionUnknownDBExceptionUnknownTableExceptionUnknownPartitionExceptionInvalidPartitionExceptionorg.apache.thrift.TException
-
isPartitionMarkedForEvent
public boolean isPartitionMarkedForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType) throws MetaException, NoSuchObjectException, UnknownDBException, UnknownTableException, UnknownPartitionException, InvalidPartitionException, org.apache.thrift.TException- Specified by:
isPartitionMarkedForEventin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionUnknownDBExceptionUnknownTableExceptionUnknownPartitionExceptionInvalidPartitionExceptionorg.apache.thrift.TException
-
sendIsPartitionMarkedForEvent
public void sendIsPartitionMarkedForEvent(String db_name, String tbl_name, Map<String, String> part_vals, PartitionEventType eventType) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvIsPartitionMarkedForEvent
public boolean recvIsPartitionMarkedForEvent() throws MetaException, NoSuchObjectException, UnknownDBException, UnknownTableException, UnknownPartitionException, InvalidPartitionException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionUnknownDBExceptionUnknownTableExceptionUnknownPartitionExceptionInvalidPartitionExceptionorg.apache.thrift.TException
-
getPrimaryKeys
public PrimaryKeysResponse getPrimaryKeys(PrimaryKeysRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getPrimaryKeysin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetPrimaryKeys
- Throws:
org.apache.thrift.TException
-
recvGetPrimaryKeys
public PrimaryKeysResponse recvGetPrimaryKeys() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getForeignKeys
public ForeignKeysResponse getForeignKeys(ForeignKeysRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getForeignKeysin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetForeignKeys
- Throws:
org.apache.thrift.TException
-
recvGetForeignKeys
public ForeignKeysResponse recvGetForeignKeys() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getUniqueConstraints
public UniqueConstraintsResponse getUniqueConstraints(UniqueConstraintsRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getUniqueConstraintsin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetUniqueConstraints
public void sendGetUniqueConstraints(UniqueConstraintsRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetUniqueConstraints
public UniqueConstraintsResponse recvGetUniqueConstraints() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getNotNullConstraints
public NotNullConstraintsResponse getNotNullConstraints(NotNullConstraintsRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getNotNullConstraintsin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetNotNullConstraints
public void sendGetNotNullConstraints(NotNullConstraintsRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetNotNullConstraints
public NotNullConstraintsResponse recvGetNotNullConstraints() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getDefaultConstraints
public DefaultConstraintsResponse getDefaultConstraints(DefaultConstraintsRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getDefaultConstraintsin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetDefaultConstraints
public void sendGetDefaultConstraints(DefaultConstraintsRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetDefaultConstraints
public DefaultConstraintsResponse recvGetDefaultConstraints() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getCheckConstraints
public CheckConstraintsResponse getCheckConstraints(CheckConstraintsRequest request) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getCheckConstraintsin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetCheckConstraints
public void sendGetCheckConstraints(CheckConstraintsRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetCheckConstraints
public CheckConstraintsResponse recvGetCheckConstraints() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
updateTableColumnStatistics
public boolean updateTableColumnStatistics(ColumnStatistics stats_obj) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException - Specified by:
updateTableColumnStatisticsin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TException
-
sendUpdateTableColumnStatistics
public void sendUpdateTableColumnStatistics(ColumnStatistics stats_obj) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvUpdateTableColumnStatistics
public boolean recvUpdateTableColumnStatistics() throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TException
-
updatePartitionColumnStatistics
public boolean updatePartitionColumnStatistics(ColumnStatistics stats_obj) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException - Specified by:
updatePartitionColumnStatisticsin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TException
-
sendUpdatePartitionColumnStatistics
public void sendUpdatePartitionColumnStatistics(ColumnStatistics stats_obj) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvUpdatePartitionColumnStatistics
public boolean recvUpdatePartitionColumnStatistics() throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TException
-
updateTableColumnStatisticsReq
public SetPartitionsStatsResponse updateTableColumnStatisticsReq(SetPartitionsStatsRequest req) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException - Specified by:
updateTableColumnStatisticsReqin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TException
-
sendUpdateTableColumnStatisticsReq
public void sendUpdateTableColumnStatisticsReq(SetPartitionsStatsRequest req) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvUpdateTableColumnStatisticsReq
public SetPartitionsStatsResponse recvUpdateTableColumnStatisticsReq() throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TException
-
updatePartitionColumnStatisticsReq
public SetPartitionsStatsResponse updatePartitionColumnStatisticsReq(SetPartitionsStatsRequest req) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException - Specified by:
updatePartitionColumnStatisticsReqin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TException
-
sendUpdatePartitionColumnStatisticsReq
public void sendUpdatePartitionColumnStatisticsReq(SetPartitionsStatsRequest req) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvUpdatePartitionColumnStatisticsReq
public SetPartitionsStatsResponse recvUpdatePartitionColumnStatisticsReq() throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TException
-
getTableColumnStatistics
public ColumnStatistics getTableColumnStatistics(String db_name, String tbl_name, String col_name) throws NoSuchObjectException, MetaException, InvalidInputException, InvalidObjectException, org.apache.thrift.TException - Specified by:
getTableColumnStatisticsin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionInvalidInputExceptionInvalidObjectExceptionorg.apache.thrift.TException
-
sendGetTableColumnStatistics
public void sendGetTableColumnStatistics(String db_name, String tbl_name, String col_name) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetTableColumnStatistics
public ColumnStatistics recvGetTableColumnStatistics() throws NoSuchObjectException, MetaException, InvalidInputException, InvalidObjectException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionInvalidInputExceptionInvalidObjectExceptionorg.apache.thrift.TException
-
getPartitionColumnStatistics
public ColumnStatistics getPartitionColumnStatistics(String db_name, String tbl_name, String part_name, String col_name) throws NoSuchObjectException, MetaException, InvalidInputException, InvalidObjectException, org.apache.thrift.TException - Specified by:
getPartitionColumnStatisticsin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionInvalidInputExceptionInvalidObjectExceptionorg.apache.thrift.TException
-
sendGetPartitionColumnStatistics
public void sendGetPartitionColumnStatistics(String db_name, String tbl_name, String part_name, String col_name) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartitionColumnStatistics
public ColumnStatistics recvGetPartitionColumnStatistics() throws NoSuchObjectException, MetaException, InvalidInputException, InvalidObjectException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionInvalidInputExceptionInvalidObjectExceptionorg.apache.thrift.TException
-
getTableStatisticsReq
public TableStatsResult getTableStatisticsReq(TableStatsRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getTableStatisticsReqin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetTableStatisticsReq
public void sendGetTableStatisticsReq(TableStatsRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetTableStatisticsReq
public TableStatsResult recvGetTableStatisticsReq() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getPartitionsStatisticsReq
public PartitionsStatsResult getPartitionsStatisticsReq(PartitionsStatsRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getPartitionsStatisticsReqin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetPartitionsStatisticsReq
public void sendGetPartitionsStatisticsReq(PartitionsStatsRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPartitionsStatisticsReq
public PartitionsStatsResult recvGetPartitionsStatisticsReq() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getAggrStatsFor
public AggrStats getAggrStatsFor(PartitionsStatsRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getAggrStatsForin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetAggrStatsFor
- Throws:
org.apache.thrift.TException
-
recvGetAggrStatsFor
public AggrStats recvGetAggrStatsFor() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
setAggrStatsFor
public boolean setAggrStatsFor(SetPartitionsStatsRequest request) throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException - Specified by:
setAggrStatsForin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TException
-
sendSetAggrStatsFor
public void sendSetAggrStatsFor(SetPartitionsStatsRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvSetAggrStatsFor
public boolean recvSetAggrStatsFor() throws NoSuchObjectException, InvalidObjectException, MetaException, InvalidInputException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionInvalidInputExceptionorg.apache.thrift.TException
-
deletePartitionColumnStatistics
public boolean deletePartitionColumnStatistics(String db_name, String tbl_name, String part_name, String col_name) throws NoSuchObjectException, MetaException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException - Specified by:
deletePartitionColumnStatisticsin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionInvalidObjectExceptionInvalidInputExceptionorg.apache.thrift.TException
-
sendDeletePartitionColumnStatistics
public void sendDeletePartitionColumnStatistics(String db_name, String tbl_name, String part_name, String col_name) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvDeletePartitionColumnStatistics
public boolean recvDeletePartitionColumnStatistics() throws NoSuchObjectException, MetaException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionInvalidObjectExceptionInvalidInputExceptionorg.apache.thrift.TException
-
deleteTableColumnStatistics
public boolean deleteTableColumnStatistics(String db_name, String tbl_name, String col_name) throws NoSuchObjectException, MetaException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException - Specified by:
deleteTableColumnStatisticsin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionInvalidObjectExceptionInvalidInputExceptionorg.apache.thrift.TException
-
sendDeleteTableColumnStatistics
public void sendDeleteTableColumnStatistics(String db_name, String tbl_name, String col_name) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvDeleteTableColumnStatistics
public boolean recvDeleteTableColumnStatistics() throws NoSuchObjectException, MetaException, InvalidObjectException, InvalidInputException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionInvalidObjectExceptionInvalidInputExceptionorg.apache.thrift.TException
-
createFunction
public void createFunction(Function func) throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
createFunctionin interfaceThriftHiveMetastore.Iface- Throws:
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendCreateFunction
- Throws:
org.apache.thrift.TException
-
recvCreateFunction
public void recvCreateFunction() throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
dropFunction
public void dropFunction(String dbName, String funcName) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
dropFunctionin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropFunction
- Throws:
org.apache.thrift.TException
-
recvDropFunction
public void recvDropFunction() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
alterFunction
public void alterFunction(String dbName, String funcName, Function newFunc) throws InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
alterFunctionin interfaceThriftHiveMetastore.Iface- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendAlterFunction
public void sendAlterFunction(String dbName, String funcName, Function newFunc) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAlterFunction
public void recvAlterFunction() throws InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
InvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
getFunctions
public List<String> getFunctions(String dbName, String pattern) throws MetaException, org.apache.thrift.TException - Specified by:
getFunctionsin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetFunctions
- Throws:
org.apache.thrift.TException
-
recvGetFunctions
- Throws:
MetaExceptionorg.apache.thrift.TException
-
getFunction
public Function getFunction(String dbName, String funcName) throws MetaException, NoSuchObjectException, org.apache.thrift.TException - Specified by:
getFunctionin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
sendGetFunction
- Throws:
org.apache.thrift.TException
-
recvGetFunction
public Function recvGetFunction() throws MetaException, NoSuchObjectException, org.apache.thrift.TException- Throws:
MetaExceptionNoSuchObjectExceptionorg.apache.thrift.TException
-
getAllFunctions
- Specified by:
getAllFunctionsin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetAllFunctions
public void sendGetAllFunctions() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetAllFunctions
public GetAllFunctionsResponse recvGetAllFunctions() throws MetaException, org.apache.thrift.TException- Throws:
MetaExceptionorg.apache.thrift.TException
-
createRole
- Specified by:
createRolein interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendCreateRole
- Throws:
org.apache.thrift.TException
-
recvCreateRole
- Throws:
MetaExceptionorg.apache.thrift.TException
-
dropRole
- Specified by:
dropRolein interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendDropRole
- Throws:
org.apache.thrift.TException
-
recvDropRole
- Throws:
MetaExceptionorg.apache.thrift.TException
-
getRoleNames
- Specified by:
getRoleNamesin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetRoleNames
public void sendGetRoleNames() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetRoleNames
- Throws:
MetaExceptionorg.apache.thrift.TException
-
grantRole
public boolean grantRole(String role_name, String principal_name, PrincipalType principal_type, String grantor, PrincipalType grantorType, boolean grant_option) throws MetaException, org.apache.thrift.TException - Specified by:
grantRolein interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGrantRole
public void sendGrantRole(String role_name, String principal_name, PrincipalType principal_type, String grantor, PrincipalType grantorType, boolean grant_option) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGrantRole
- Throws:
MetaExceptionorg.apache.thrift.TException
-
revokeRole
public boolean revokeRole(String role_name, String principal_name, PrincipalType principal_type) throws MetaException, org.apache.thrift.TException - Specified by:
revokeRolein interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendRevokeRole
public void sendRevokeRole(String role_name, String principal_name, PrincipalType principal_type) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvRevokeRole
- Throws:
MetaExceptionorg.apache.thrift.TException
-
listRoles
public List<Role> listRoles(String principal_name, PrincipalType principal_type) throws MetaException, org.apache.thrift.TException - Specified by:
listRolesin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendListRoles
public void sendListRoles(String principal_name, PrincipalType principal_type) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvListRoles
- Throws:
MetaExceptionorg.apache.thrift.TException
-
grantRevokeRole
public GrantRevokeRoleResponse grantRevokeRole(GrantRevokeRoleRequest request) throws MetaException, org.apache.thrift.TException - Specified by:
grantRevokeRolein interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGrantRevokeRole
- Throws:
org.apache.thrift.TException
-
recvGrantRevokeRole
public GrantRevokeRoleResponse recvGrantRevokeRole() throws MetaException, org.apache.thrift.TException- Throws:
MetaExceptionorg.apache.thrift.TException
-
getPrincipalsInRole
public GetPrincipalsInRoleResponse getPrincipalsInRole(GetPrincipalsInRoleRequest request) throws MetaException, org.apache.thrift.TException - Specified by:
getPrincipalsInRolein interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetPrincipalsInRole
public void sendGetPrincipalsInRole(GetPrincipalsInRoleRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPrincipalsInRole
public GetPrincipalsInRoleResponse recvGetPrincipalsInRole() throws MetaException, org.apache.thrift.TException- Throws:
MetaExceptionorg.apache.thrift.TException
-
getRoleGrantsForPrincipal
public GetRoleGrantsForPrincipalResponse getRoleGrantsForPrincipal(GetRoleGrantsForPrincipalRequest request) throws MetaException, org.apache.thrift.TException - Specified by:
getRoleGrantsForPrincipalin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetRoleGrantsForPrincipal
public void sendGetRoleGrantsForPrincipal(GetRoleGrantsForPrincipalRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetRoleGrantsForPrincipal
public GetRoleGrantsForPrincipalResponse recvGetRoleGrantsForPrincipal() throws MetaException, org.apache.thrift.TException- Throws:
MetaExceptionorg.apache.thrift.TException
-
getPrivilegeSet
public PrincipalPrivilegeSet getPrivilegeSet(HiveObjectRef hiveObject, String user_name, List<String> group_names) throws MetaException, org.apache.thrift.TException - Specified by:
getPrivilegeSetin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetPrivilegeSet
public void sendGetPrivilegeSet(HiveObjectRef hiveObject, String user_name, List<String> group_names) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetPrivilegeSet
public PrincipalPrivilegeSet recvGetPrivilegeSet() throws MetaException, org.apache.thrift.TException- Throws:
MetaExceptionorg.apache.thrift.TException
-
listPrivileges
public List<HiveObjectPrivilege> listPrivileges(String principal_name, PrincipalType principal_type, HiveObjectRef hiveObject) throws MetaException, org.apache.thrift.TException - Specified by:
listPrivilegesin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendListPrivileges
public void sendListPrivileges(String principal_name, PrincipalType principal_type, HiveObjectRef hiveObject) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvListPrivileges
public List<HiveObjectPrivilege> recvListPrivileges() throws MetaException, org.apache.thrift.TException- Throws:
MetaExceptionorg.apache.thrift.TException
-
grantPrivileges
public boolean grantPrivileges(PrivilegeBag privileges) throws MetaException, org.apache.thrift.TException - Specified by:
grantPrivilegesin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGrantPrivileges
- Throws:
org.apache.thrift.TException
-
recvGrantPrivileges
- Throws:
MetaExceptionorg.apache.thrift.TException
-
revokePrivileges
public boolean revokePrivileges(PrivilegeBag privileges) throws MetaException, org.apache.thrift.TException - Specified by:
revokePrivilegesin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendRevokePrivileges
- Throws:
org.apache.thrift.TException
-
recvRevokePrivileges
- Throws:
MetaExceptionorg.apache.thrift.TException
-
grantRevokePrivileges
public GrantRevokePrivilegeResponse grantRevokePrivileges(GrantRevokePrivilegeRequest request) throws MetaException, org.apache.thrift.TException - Specified by:
grantRevokePrivilegesin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGrantRevokePrivileges
public void sendGrantRevokePrivileges(GrantRevokePrivilegeRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGrantRevokePrivileges
public GrantRevokePrivilegeResponse recvGrantRevokePrivileges() throws MetaException, org.apache.thrift.TException- Throws:
MetaExceptionorg.apache.thrift.TException
-
refreshPrivileges
public GrantRevokePrivilegeResponse refreshPrivileges(HiveObjectRef objToRefresh, String authorizer, GrantRevokePrivilegeRequest grantRequest) throws MetaException, org.apache.thrift.TException - Specified by:
refreshPrivilegesin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendRefreshPrivileges
public void sendRefreshPrivileges(HiveObjectRef objToRefresh, String authorizer, GrantRevokePrivilegeRequest grantRequest) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvRefreshPrivileges
public GrantRevokePrivilegeResponse recvRefreshPrivileges() throws MetaException, org.apache.thrift.TException- Throws:
MetaExceptionorg.apache.thrift.TException
-
setUgi
public List<String> setUgi(String user_name, List<String> group_names) throws MetaException, org.apache.thrift.TException - Specified by:
setUgiin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendSetUgi
public void sendSetUgi(String user_name, List<String> group_names) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvSetUgi
- Throws:
MetaExceptionorg.apache.thrift.TException
-
getDelegationToken
public String getDelegationToken(String token_owner, String renewer_kerberos_principal_name) throws MetaException, org.apache.thrift.TException - Specified by:
getDelegationTokenin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetDelegationToken
public void sendGetDelegationToken(String token_owner, String renewer_kerberos_principal_name) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetDelegationToken
- Throws:
MetaExceptionorg.apache.thrift.TException
-
renewDelegationToken
public long renewDelegationToken(String token_str_form) throws MetaException, org.apache.thrift.TException - Specified by:
renewDelegationTokenin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendRenewDelegationToken
- Throws:
org.apache.thrift.TException
-
recvRenewDelegationToken
- Throws:
MetaExceptionorg.apache.thrift.TException
-
cancelDelegationToken
public void cancelDelegationToken(String token_str_form) throws MetaException, org.apache.thrift.TException - Specified by:
cancelDelegationTokenin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendCancelDelegationToken
- Throws:
org.apache.thrift.TException
-
recvCancelDelegationToken
- Throws:
MetaExceptionorg.apache.thrift.TException
-
addToken
public boolean addToken(String token_identifier, String delegation_token) throws org.apache.thrift.TException - Specified by:
addTokenin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendAddToken
public void sendAddToken(String token_identifier, String delegation_token) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAddToken
public boolean recvAddToken() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
removeToken
- Specified by:
removeTokenin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendRemoveToken
- Throws:
org.apache.thrift.TException
-
recvRemoveToken
public boolean recvRemoveToken() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getToken
- Specified by:
getTokenin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendGetToken
- Throws:
org.apache.thrift.TException
-
recvGetToken
- Throws:
org.apache.thrift.TException
-
getAllTokenIdentifiers
- Specified by:
getAllTokenIdentifiersin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendGetAllTokenIdentifiers
public void sendGetAllTokenIdentifiers() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetAllTokenIdentifiers
- Throws:
org.apache.thrift.TException
-
addMasterKey
- Specified by:
addMasterKeyin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendAddMasterKey
- Throws:
org.apache.thrift.TException
-
recvAddMasterKey
- Throws:
MetaExceptionorg.apache.thrift.TException
-
updateMasterKey
public void updateMasterKey(int seq_number, String key) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
updateMasterKeyin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendUpdateMasterKey
- Throws:
org.apache.thrift.TException
-
recvUpdateMasterKey
public void recvUpdateMasterKey() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
removeMasterKey
public boolean removeMasterKey(int key_seq) throws org.apache.thrift.TException - Specified by:
removeMasterKeyin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendRemoveMasterKey
public void sendRemoveMasterKey(int key_seq) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvRemoveMasterKey
public boolean recvRemoveMasterKey() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getMasterKeys
- Specified by:
getMasterKeysin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendGetMasterKeys
public void sendGetMasterKeys() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetMasterKeys
- Throws:
org.apache.thrift.TException
-
getOpenTxns
- Specified by:
getOpenTxnsin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendGetOpenTxns
public void sendGetOpenTxns() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetOpenTxns
- Throws:
org.apache.thrift.TException
-
getOpenTxnsInfo
- Specified by:
getOpenTxnsInfoin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendGetOpenTxnsInfo
public void sendGetOpenTxnsInfo() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetOpenTxnsInfo
- Throws:
org.apache.thrift.TException
-
openTxns
- Specified by:
openTxnsin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendOpenTxns
- Throws:
org.apache.thrift.TException
-
recvOpenTxns
- Throws:
org.apache.thrift.TException
-
abortTxn
- Specified by:
abortTxnin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchTxnExceptionorg.apache.thrift.TException
-
sendAbortTxn
- Throws:
org.apache.thrift.TException
-
recvAbortTxn
- Throws:
NoSuchTxnExceptionorg.apache.thrift.TException
-
abortTxns
public void abortTxns(AbortTxnsRequest rqst) throws NoSuchTxnException, org.apache.thrift.TException - Specified by:
abortTxnsin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchTxnExceptionorg.apache.thrift.TException
-
sendAbortTxns
- Throws:
org.apache.thrift.TException
-
recvAbortTxns
- Throws:
NoSuchTxnExceptionorg.apache.thrift.TException
-
commitTxn
public void commitTxn(CommitTxnRequest rqst) throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException - Specified by:
commitTxnin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchTxnExceptionTxnAbortedExceptionorg.apache.thrift.TException
-
sendCommitTxn
- Throws:
org.apache.thrift.TException
-
recvCommitTxn
public void recvCommitTxn() throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException- Throws:
NoSuchTxnExceptionTxnAbortedExceptionorg.apache.thrift.TException
-
replTblWriteidState
public void replTblWriteidState(ReplTblWriteIdStateRequest rqst) throws org.apache.thrift.TException - Specified by:
replTblWriteidStatein interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendReplTblWriteidState
public void sendReplTblWriteidState(ReplTblWriteIdStateRequest rqst) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvReplTblWriteidState
public void recvReplTblWriteidState() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getValidWriteIds
public GetValidWriteIdsResponse getValidWriteIds(GetValidWriteIdsRequest rqst) throws NoSuchTxnException, MetaException, org.apache.thrift.TException - Specified by:
getValidWriteIdsin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchTxnExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetValidWriteIds
- Throws:
org.apache.thrift.TException
-
recvGetValidWriteIds
public GetValidWriteIdsResponse recvGetValidWriteIds() throws NoSuchTxnException, MetaException, org.apache.thrift.TException- Throws:
NoSuchTxnExceptionMetaExceptionorg.apache.thrift.TException
-
allocateTableWriteIds
public AllocateTableWriteIdsResponse allocateTableWriteIds(AllocateTableWriteIdsRequest rqst) throws NoSuchTxnException, TxnAbortedException, MetaException, org.apache.thrift.TException - Specified by:
allocateTableWriteIdsin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchTxnExceptionTxnAbortedExceptionMetaExceptionorg.apache.thrift.TException
-
sendAllocateTableWriteIds
public void sendAllocateTableWriteIds(AllocateTableWriteIdsRequest rqst) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAllocateTableWriteIds
public AllocateTableWriteIdsResponse recvAllocateTableWriteIds() throws NoSuchTxnException, TxnAbortedException, MetaException, org.apache.thrift.TException- Throws:
NoSuchTxnExceptionTxnAbortedExceptionMetaExceptionorg.apache.thrift.TException
-
lock
public LockResponse lock(LockRequest rqst) throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException - Specified by:
lockin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchTxnExceptionTxnAbortedExceptionorg.apache.thrift.TException
-
sendLock
- Throws:
org.apache.thrift.TException
-
recvLock
public LockResponse recvLock() throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException- Throws:
NoSuchTxnExceptionTxnAbortedExceptionorg.apache.thrift.TException
-
checkLock
public LockResponse checkLock(CheckLockRequest rqst) throws NoSuchTxnException, TxnAbortedException, NoSuchLockException, org.apache.thrift.TException - Specified by:
checkLockin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchTxnExceptionTxnAbortedExceptionNoSuchLockExceptionorg.apache.thrift.TException
-
sendCheckLock
- Throws:
org.apache.thrift.TException
-
recvCheckLock
public LockResponse recvCheckLock() throws NoSuchTxnException, TxnAbortedException, NoSuchLockException, org.apache.thrift.TException- Throws:
NoSuchTxnExceptionTxnAbortedExceptionNoSuchLockExceptionorg.apache.thrift.TException
-
unlock
public void unlock(UnlockRequest rqst) throws NoSuchLockException, TxnOpenException, org.apache.thrift.TException - Specified by:
unlockin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchLockExceptionTxnOpenExceptionorg.apache.thrift.TException
-
sendUnlock
- Throws:
org.apache.thrift.TException
-
recvUnlock
- Throws:
NoSuchLockExceptionTxnOpenExceptionorg.apache.thrift.TException
-
showLocks
- Specified by:
showLocksin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendShowLocks
- Throws:
org.apache.thrift.TException
-
recvShowLocks
- Throws:
org.apache.thrift.TException
-
heartbeat
public void heartbeat(HeartbeatRequest ids) throws NoSuchLockException, NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException - Specified by:
heartbeatin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchLockExceptionNoSuchTxnExceptionTxnAbortedExceptionorg.apache.thrift.TException
-
sendHeartbeat
- Throws:
org.apache.thrift.TException
-
recvHeartbeat
public void recvHeartbeat() throws NoSuchLockException, NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException- Throws:
NoSuchLockExceptionNoSuchTxnExceptionTxnAbortedExceptionorg.apache.thrift.TException
-
heartbeatTxnRange
public HeartbeatTxnRangeResponse heartbeatTxnRange(HeartbeatTxnRangeRequest txns) throws org.apache.thrift.TException - Specified by:
heartbeatTxnRangein interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendHeartbeatTxnRange
public void sendHeartbeatTxnRange(HeartbeatTxnRangeRequest txns) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvHeartbeatTxnRange
- Throws:
org.apache.thrift.TException
-
compact
- Specified by:
compactin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendCompact
- Throws:
org.apache.thrift.TException
-
recvCompact
public void recvCompact() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
compact2
- Specified by:
compact2in interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendCompact2
- Throws:
org.apache.thrift.TException
-
recvCompact2
- Throws:
org.apache.thrift.TException
-
showCompact
- Specified by:
showCompactin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendShowCompact
- Throws:
org.apache.thrift.TException
-
recvShowCompact
- Throws:
org.apache.thrift.TException
-
addDynamicPartitions
public void addDynamicPartitions(AddDynamicPartitions rqst) throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException - Specified by:
addDynamicPartitionsin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchTxnExceptionTxnAbortedExceptionorg.apache.thrift.TException
-
sendAddDynamicPartitions
- Throws:
org.apache.thrift.TException
-
recvAddDynamicPartitions
public void recvAddDynamicPartitions() throws NoSuchTxnException, TxnAbortedException, org.apache.thrift.TException- Throws:
NoSuchTxnExceptionTxnAbortedExceptionorg.apache.thrift.TException
-
getNextNotification
public NotificationEventResponse getNextNotification(NotificationEventRequest rqst) throws org.apache.thrift.TException - Specified by:
getNextNotificationin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendGetNextNotification
public void sendGetNextNotification(NotificationEventRequest rqst) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetNextNotification
- Throws:
org.apache.thrift.TException
-
getCurrentNotificationEventId
public CurrentNotificationEventId getCurrentNotificationEventId() throws org.apache.thrift.TException- Specified by:
getCurrentNotificationEventIdin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendGetCurrentNotificationEventId
public void sendGetCurrentNotificationEventId() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetCurrentNotificationEventId
public CurrentNotificationEventId recvGetCurrentNotificationEventId() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getNotificationEventsCount
public NotificationEventsCountResponse getNotificationEventsCount(NotificationEventsCountRequest rqst) throws org.apache.thrift.TException - Specified by:
getNotificationEventsCountin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendGetNotificationEventsCount
public void sendGetNotificationEventsCount(NotificationEventsCountRequest rqst) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetNotificationEventsCount
public NotificationEventsCountResponse recvGetNotificationEventsCount() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
fireListenerEvent
public FireEventResponse fireListenerEvent(FireEventRequest rqst) throws org.apache.thrift.TException - Specified by:
fireListenerEventin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendFireListenerEvent
- Throws:
org.apache.thrift.TException
-
recvFireListenerEvent
- Throws:
org.apache.thrift.TException
-
flushCache
public void flushCache() throws org.apache.thrift.TException- Specified by:
flushCachein interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendFlushCache
public void sendFlushCache() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvFlushCache
public void recvFlushCache() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
cmRecycle
public CmRecycleResponse cmRecycle(CmRecycleRequest request) throws MetaException, org.apache.thrift.TException - Specified by:
cmRecyclein interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendCmRecycle
- Throws:
org.apache.thrift.TException
-
recvCmRecycle
- Throws:
MetaExceptionorg.apache.thrift.TException
-
getFileMetadataByExpr
public GetFileMetadataByExprResult getFileMetadataByExpr(GetFileMetadataByExprRequest req) throws org.apache.thrift.TException - Specified by:
getFileMetadataByExprin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendGetFileMetadataByExpr
public void sendGetFileMetadataByExpr(GetFileMetadataByExprRequest req) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetFileMetadataByExpr
- Throws:
org.apache.thrift.TException
-
getFileMetadata
public GetFileMetadataResult getFileMetadata(GetFileMetadataRequest req) throws org.apache.thrift.TException - Specified by:
getFileMetadatain interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendGetFileMetadata
- Throws:
org.apache.thrift.TException
-
recvGetFileMetadata
- Throws:
org.apache.thrift.TException
-
putFileMetadata
public PutFileMetadataResult putFileMetadata(PutFileMetadataRequest req) throws org.apache.thrift.TException - Specified by:
putFileMetadatain interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendPutFileMetadata
- Throws:
org.apache.thrift.TException
-
recvPutFileMetadata
- Throws:
org.apache.thrift.TException
-
clearFileMetadata
public ClearFileMetadataResult clearFileMetadata(ClearFileMetadataRequest req) throws org.apache.thrift.TException - Specified by:
clearFileMetadatain interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendClearFileMetadata
- Throws:
org.apache.thrift.TException
-
recvClearFileMetadata
- Throws:
org.apache.thrift.TException
-
cacheFileMetadata
public CacheFileMetadataResult cacheFileMetadata(CacheFileMetadataRequest req) throws org.apache.thrift.TException - Specified by:
cacheFileMetadatain interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendCacheFileMetadata
- Throws:
org.apache.thrift.TException
-
recvCacheFileMetadata
- Throws:
org.apache.thrift.TException
-
getMetastoreDbUuid
- Specified by:
getMetastoreDbUuidin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetMetastoreDbUuid
public void sendGetMetastoreDbUuid() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetMetastoreDbUuid
- Throws:
MetaExceptionorg.apache.thrift.TException
-
createResourcePlan
public WMCreateResourcePlanResponse createResourcePlan(WMCreateResourcePlanRequest request) throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException - Specified by:
createResourcePlanin interfaceThriftHiveMetastore.Iface- Throws:
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendCreateResourcePlan
public void sendCreateResourcePlan(WMCreateResourcePlanRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvCreateResourcePlan
public WMCreateResourcePlanResponse recvCreateResourcePlan() throws AlreadyExistsException, InvalidObjectException, MetaException, org.apache.thrift.TException- Throws:
AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getResourcePlan
public WMGetResourcePlanResponse getResourcePlan(WMGetResourcePlanRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getResourcePlanin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetResourcePlan
public void sendGetResourcePlan(WMGetResourcePlanRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetResourcePlan
public WMGetResourcePlanResponse recvGetResourcePlan() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getActiveResourcePlan
public WMGetActiveResourcePlanResponse getActiveResourcePlan(WMGetActiveResourcePlanRequest request) throws MetaException, org.apache.thrift.TException - Specified by:
getActiveResourcePlanin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetActiveResourcePlan
public void sendGetActiveResourcePlan(WMGetActiveResourcePlanRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetActiveResourcePlan
public WMGetActiveResourcePlanResponse recvGetActiveResourcePlan() throws MetaException, org.apache.thrift.TException- Throws:
MetaExceptionorg.apache.thrift.TException
-
getAllResourcePlans
public WMGetAllResourcePlanResponse getAllResourcePlans(WMGetAllResourcePlanRequest request) throws MetaException, org.apache.thrift.TException - Specified by:
getAllResourcePlansin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetAllResourcePlans
public void sendGetAllResourcePlans(WMGetAllResourcePlanRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetAllResourcePlans
public WMGetAllResourcePlanResponse recvGetAllResourcePlans() throws MetaException, org.apache.thrift.TException- Throws:
MetaExceptionorg.apache.thrift.TException
-
alterResourcePlan
public WMAlterResourcePlanResponse alterResourcePlan(WMAlterResourcePlanRequest request) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
alterResourcePlanin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendAlterResourcePlan
public void sendAlterResourcePlan(WMAlterResourcePlanRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvAlterResourcePlan
public WMAlterResourcePlanResponse recvAlterResourcePlan() throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
validateResourcePlan
public WMValidateResourcePlanResponse validateResourcePlan(WMValidateResourcePlanRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
validateResourcePlanin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendValidateResourcePlan
public void sendValidateResourcePlan(WMValidateResourcePlanRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvValidateResourcePlan
public WMValidateResourcePlanResponse recvValidateResourcePlan() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
dropResourcePlan
public WMDropResourcePlanResponse dropResourcePlan(WMDropResourcePlanRequest request) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
dropResourcePlanin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropResourcePlan
public void sendDropResourcePlan(WMDropResourcePlanRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvDropResourcePlan
public WMDropResourcePlanResponse recvDropResourcePlan() throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
createWmTrigger
public WMCreateTriggerResponse createWmTrigger(WMCreateTriggerRequest request) throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException - Specified by:
createWmTriggerin interfaceThriftHiveMetastore.Iface- Throws:
AlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendCreateWmTrigger
- Throws:
org.apache.thrift.TException
-
recvCreateWmTrigger
public WMCreateTriggerResponse recvCreateWmTrigger() throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException- Throws:
AlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
alterWmTrigger
public WMAlterTriggerResponse alterWmTrigger(WMAlterTriggerRequest request) throws NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException - Specified by:
alterWmTriggerin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendAlterWmTrigger
- Throws:
org.apache.thrift.TException
-
recvAlterWmTrigger
public WMAlterTriggerResponse recvAlterWmTrigger() throws NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
dropWmTrigger
public WMDropTriggerResponse dropWmTrigger(WMDropTriggerRequest request) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
dropWmTriggerin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropWmTrigger
- Throws:
org.apache.thrift.TException
-
recvDropWmTrigger
public WMDropTriggerResponse recvDropWmTrigger() throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
getTriggersForResourceplan
public WMGetTriggersForResourePlanResponse getTriggersForResourceplan(WMGetTriggersForResourePlanRequest request) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getTriggersForResourceplanin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetTriggersForResourceplan
public void sendGetTriggersForResourceplan(WMGetTriggersForResourePlanRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetTriggersForResourceplan
public WMGetTriggersForResourePlanResponse recvGetTriggersForResourceplan() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
createWmPool
public WMCreatePoolResponse createWmPool(WMCreatePoolRequest request) throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException - Specified by:
createWmPoolin interfaceThriftHiveMetastore.Iface- Throws:
AlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendCreateWmPool
- Throws:
org.apache.thrift.TException
-
recvCreateWmPool
public WMCreatePoolResponse recvCreateWmPool() throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException- Throws:
AlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
alterWmPool
public WMAlterPoolResponse alterWmPool(WMAlterPoolRequest request) throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException - Specified by:
alterWmPoolin interfaceThriftHiveMetastore.Iface- Throws:
AlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendAlterWmPool
- Throws:
org.apache.thrift.TException
-
recvAlterWmPool
public WMAlterPoolResponse recvAlterWmPool() throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException- Throws:
AlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
dropWmPool
public WMDropPoolResponse dropWmPool(WMDropPoolRequest request) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
dropWmPoolin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropWmPool
- Throws:
org.apache.thrift.TException
-
recvDropWmPool
public WMDropPoolResponse recvDropWmPool() throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
createOrUpdateWmMapping
public WMCreateOrUpdateMappingResponse createOrUpdateWmMapping(WMCreateOrUpdateMappingRequest request) throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException - Specified by:
createOrUpdateWmMappingin interfaceThriftHiveMetastore.Iface- Throws:
AlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendCreateOrUpdateWmMapping
public void sendCreateOrUpdateWmMapping(WMCreateOrUpdateMappingRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvCreateOrUpdateWmMapping
public WMCreateOrUpdateMappingResponse recvCreateOrUpdateWmMapping() throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException- Throws:
AlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
dropWmMapping
public WMDropMappingResponse dropWmMapping(WMDropMappingRequest request) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
dropWmMappingin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropWmMapping
- Throws:
org.apache.thrift.TException
-
recvDropWmMapping
public WMDropMappingResponse recvDropWmMapping() throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
createOrDropWmTriggerToPoolMapping
public WMCreateOrDropTriggerToPoolMappingResponse createOrDropWmTriggerToPoolMapping(WMCreateOrDropTriggerToPoolMappingRequest request) throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException - Specified by:
createOrDropWmTriggerToPoolMappingin interfaceThriftHiveMetastore.Iface- Throws:
AlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendCreateOrDropWmTriggerToPoolMapping
public void sendCreateOrDropWmTriggerToPoolMapping(WMCreateOrDropTriggerToPoolMappingRequest request) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvCreateOrDropWmTriggerToPoolMapping
public WMCreateOrDropTriggerToPoolMappingResponse recvCreateOrDropWmTriggerToPoolMapping() throws AlreadyExistsException, NoSuchObjectException, InvalidObjectException, MetaException, org.apache.thrift.TException- Throws:
AlreadyExistsExceptionNoSuchObjectExceptionInvalidObjectExceptionMetaExceptionorg.apache.thrift.TException
-
createIschema
public void createIschema(ISchema schema) throws AlreadyExistsException, NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
createIschemain interfaceThriftHiveMetastore.Iface- Throws:
AlreadyExistsExceptionNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendCreateIschema
- Throws:
org.apache.thrift.TException
-
recvCreateIschema
public void recvCreateIschema() throws AlreadyExistsException, NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
AlreadyExistsExceptionNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
alterIschema
public void alterIschema(AlterISchemaRequest rqst) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
alterIschemain interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendAlterIschema
- Throws:
org.apache.thrift.TException
-
recvAlterIschema
public void recvAlterIschema() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getIschema
public ISchema getIschema(ISchemaName name) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getIschemain interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetIschema
- Throws:
org.apache.thrift.TException
-
recvGetIschema
public ISchema recvGetIschema() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
dropIschema
public void dropIschema(ISchemaName name) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
dropIschemain interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropIschema
- Throws:
org.apache.thrift.TException
-
recvDropIschema
public void recvDropIschema() throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
addSchemaVersion
public void addSchemaVersion(SchemaVersion schemaVersion) throws AlreadyExistsException, NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
addSchemaVersionin interfaceThriftHiveMetastore.Iface- Throws:
AlreadyExistsExceptionNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendAddSchemaVersion
- Throws:
org.apache.thrift.TException
-
recvAddSchemaVersion
public void recvAddSchemaVersion() throws AlreadyExistsException, NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
AlreadyExistsExceptionNoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getSchemaVersion
public SchemaVersion getSchemaVersion(SchemaVersionDescriptor schemaVersion) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getSchemaVersionin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetSchemaVersion
public void sendGetSchemaVersion(SchemaVersionDescriptor schemaVersion) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetSchemaVersion
public SchemaVersion recvGetSchemaVersion() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getSchemaLatestVersion
public SchemaVersion getSchemaLatestVersion(ISchemaName schemaName) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getSchemaLatestVersionin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetSchemaLatestVersion
- Throws:
org.apache.thrift.TException
-
recvGetSchemaLatestVersion
public SchemaVersion recvGetSchemaLatestVersion() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getSchemaAllVersions
public List<SchemaVersion> getSchemaAllVersions(ISchemaName schemaName) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getSchemaAllVersionsin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetSchemaAllVersions
- Throws:
org.apache.thrift.TException
-
recvGetSchemaAllVersions
public List<SchemaVersion> recvGetSchemaAllVersions() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
dropSchemaVersion
public void dropSchemaVersion(SchemaVersionDescriptor schemaVersion) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
dropSchemaVersionin interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendDropSchemaVersion
public void sendDropSchemaVersion(SchemaVersionDescriptor schemaVersion) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvDropSchemaVersion
public void recvDropSchemaVersion() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getSchemasByCols
public FindSchemasByColsResp getSchemasByCols(FindSchemasByColsRqst rqst) throws MetaException, org.apache.thrift.TException - Specified by:
getSchemasByColsin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetSchemasByCols
- Throws:
org.apache.thrift.TException
-
recvGetSchemasByCols
public FindSchemasByColsResp recvGetSchemasByCols() throws MetaException, org.apache.thrift.TException- Throws:
MetaExceptionorg.apache.thrift.TException
-
mapSchemaVersionToSerde
public void mapSchemaVersionToSerde(MapSchemaVersionToSerdeRequest rqst) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
mapSchemaVersionToSerdein interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendMapSchemaVersionToSerde
public void sendMapSchemaVersionToSerde(MapSchemaVersionToSerdeRequest rqst) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvMapSchemaVersionToSerde
public void recvMapSchemaVersionToSerde() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
setSchemaVersionState
public void setSchemaVersionState(SetSchemaVersionStateRequest rqst) throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException - Specified by:
setSchemaVersionStatein interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
sendSetSchemaVersionState
public void sendSetSchemaVersionState(SetSchemaVersionStateRequest rqst) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvSetSchemaVersionState
public void recvSetSchemaVersionState() throws NoSuchObjectException, InvalidOperationException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionInvalidOperationExceptionMetaExceptionorg.apache.thrift.TException
-
addSerde
public void addSerde(SerDeInfo serde) throws AlreadyExistsException, MetaException, org.apache.thrift.TException - Specified by:
addSerdein interfaceThriftHiveMetastore.Iface- Throws:
AlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
sendAddSerde
- Throws:
org.apache.thrift.TException
-
recvAddSerde
public void recvAddSerde() throws AlreadyExistsException, MetaException, org.apache.thrift.TException- Throws:
AlreadyExistsExceptionMetaExceptionorg.apache.thrift.TException
-
getSerde
public SerDeInfo getSerde(GetSerdeRequest rqst) throws NoSuchObjectException, MetaException, org.apache.thrift.TException - Specified by:
getSerdein interfaceThriftHiveMetastore.Iface- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
sendGetSerde
- Throws:
org.apache.thrift.TException
-
recvGetSerde
public SerDeInfo recvGetSerde() throws NoSuchObjectException, MetaException, org.apache.thrift.TException- Throws:
NoSuchObjectExceptionMetaExceptionorg.apache.thrift.TException
-
getLockMaterializationRebuild
public LockResponse getLockMaterializationRebuild(String dbName, String tableName, long txnId) throws org.apache.thrift.TException - Specified by:
getLockMaterializationRebuildin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendGetLockMaterializationRebuild
public void sendGetLockMaterializationRebuild(String dbName, String tableName, long txnId) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvGetLockMaterializationRebuild
- Throws:
org.apache.thrift.TException
-
heartbeatLockMaterializationRebuild
public boolean heartbeatLockMaterializationRebuild(String dbName, String tableName, long txnId) throws org.apache.thrift.TException - Specified by:
heartbeatLockMaterializationRebuildin interfaceThriftHiveMetastore.Iface- Throws:
org.apache.thrift.TException
-
sendHeartbeatLockMaterializationRebuild
public void sendHeartbeatLockMaterializationRebuild(String dbName, String tableName, long txnId) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvHeartbeatLockMaterializationRebuild
public boolean recvHeartbeatLockMaterializationRebuild() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
addRuntimeStats
- Specified by:
addRuntimeStatsin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendAddRuntimeStats
- Throws:
org.apache.thrift.TException
-
recvAddRuntimeStats
- Throws:
MetaExceptionorg.apache.thrift.TException
-
getRuntimeStats
public List<RuntimeStat> getRuntimeStats(GetRuntimeStatsRequest rqst) throws MetaException, org.apache.thrift.TException - Specified by:
getRuntimeStatsin interfaceThriftHiveMetastore.Iface- Throws:
MetaExceptionorg.apache.thrift.TException
-
sendGetRuntimeStats
- Throws:
org.apache.thrift.TException
-
recvGetRuntimeStats
- Throws:
MetaExceptionorg.apache.thrift.TException
-