Interface ThriftHiveMetastore.AsyncIface

All Known Implementing Classes:
ThriftHiveMetastore.AsyncClient
Enclosing class:
ThriftHiveMetastore

public static interface ThriftHiveMetastore.AsyncIface
  • Method Details

    • getMetaConf

      void getMetaConf(String key, org.apache.thrift.async.AsyncMethodCallback<String> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • setMetaConf

      void setMetaConf(String key, String value, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • createCatalog

      void createCatalog(CreateCatalogRequest catalog, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • alterCatalog

      void alterCatalog(AlterCatalogRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getCatalog

      void getCatalog(GetCatalogRequest catName, org.apache.thrift.async.AsyncMethodCallback<GetCatalogResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getCatalogs

      void getCatalogs(org.apache.thrift.async.AsyncMethodCallback<GetCatalogsResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropCatalog

      void dropCatalog(DropCatalogRequest catName, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • createDatabase

      void createDatabase(Database database, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getDatabase

      void getDatabase(String name, org.apache.thrift.async.AsyncMethodCallback<Database> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropDatabase

      void dropDatabase(String name, boolean deleteData, boolean cascade, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getDatabases

      void getDatabases(String pattern, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getAllDatabases

      void getAllDatabases(org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • alterDatabase

      void alterDatabase(String dbname, Database db, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getType

      void getType(String name, org.apache.thrift.async.AsyncMethodCallback<Type> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • createType

      void createType(Type type, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropType

      void dropType(String type, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getTypeAll

      void getTypeAll(String name, org.apache.thrift.async.AsyncMethodCallback<Map<String,Type>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getFields

      void getFields(String db_name, String table_name, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getFieldsWithEnvironmentContext

      void getFieldsWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getSchema

      void getSchema(String db_name, String table_name, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getSchemaWithEnvironmentContext

      void getSchemaWithEnvironmentContext(String db_name, String table_name, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • createTable

      void createTable(Table tbl, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • createTableWithEnvironmentContext

      void createTableWithEnvironmentContext(Table tbl, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • createTableWithConstraints

      void createTableWithConstraints(Table tbl, List<SQLPrimaryKey> primaryKeys, List<SQLForeignKey> foreignKeys, List<SQLUniqueConstraint> uniqueConstraints, List<SQLNotNullConstraint> notNullConstraints, List<SQLDefaultConstraint> defaultConstraints, List<SQLCheckConstraint> checkConstraints, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropConstraint

      void dropConstraint(DropConstraintRequest req, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addPrimaryKey

      void addPrimaryKey(AddPrimaryKeyRequest req, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addForeignKey

      void addForeignKey(AddForeignKeyRequest req, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addUniqueConstraint

      void addUniqueConstraint(AddUniqueConstraintRequest req, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addNotNullConstraint

      void addNotNullConstraint(AddNotNullConstraintRequest req, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addDefaultConstraint

      void addDefaultConstraint(AddDefaultConstraintRequest req, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addCheckConstraint

      void addCheckConstraint(AddCheckConstraintRequest req, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropTable

      void dropTable(String dbname, String name, boolean deleteData, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropTableWithEnvironmentContext

      void dropTableWithEnvironmentContext(String dbname, String name, boolean deleteData, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • truncateTable

      void truncateTable(String dbName, String tableName, List<String> partNames, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getTables

      void getTables(String db_name, String pattern, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getTablesByType

      void getTablesByType(String db_name, String pattern, String tableType, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getMaterializedViewsForRewriting

      void getMaterializedViewsForRewriting(String db_name, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getTableMeta

      void getTableMeta(String db_patterns, String tbl_patterns, List<String> tbl_types, org.apache.thrift.async.AsyncMethodCallback<List<TableMeta>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getAllTables

      void getAllTables(String db_name, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getTable

      void getTable(String dbname, String tbl_name, org.apache.thrift.async.AsyncMethodCallback<Table> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getTableObjectsByName

      void getTableObjectsByName(String dbname, List<String> tbl_names, org.apache.thrift.async.AsyncMethodCallback<List<Table>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getTableReq

      void getTableReq(GetTableRequest req, org.apache.thrift.async.AsyncMethodCallback<GetTableResult> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getTableObjectsByNameReq

      void getTableObjectsByNameReq(GetTablesRequest req, org.apache.thrift.async.AsyncMethodCallback<GetTablesResult> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getMaterializationInvalidationInfo

      void getMaterializationInvalidationInfo(CreationMetadata creation_metadata, String validTxnList, org.apache.thrift.async.AsyncMethodCallback<Materialization> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • updateCreationMetadata

      void updateCreationMetadata(String catName, String dbname, String tbl_name, CreationMetadata creation_metadata, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getTableNamesByFilter

      void getTableNamesByFilter(String dbname, String filter, short max_tables, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • alterTable

      void alterTable(String dbname, String tbl_name, Table new_tbl, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • alterTableWithEnvironmentContext

      void alterTableWithEnvironmentContext(String dbname, String tbl_name, Table new_tbl, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • alterTableWithCascade

      void alterTableWithCascade(String dbname, String tbl_name, Table new_tbl, boolean cascade, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • alterTableReq

      void alterTableReq(AlterTableRequest req, org.apache.thrift.async.AsyncMethodCallback<AlterTableResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addPartition

      void addPartition(Partition new_part, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addPartitionWithEnvironmentContext

      void addPartitionWithEnvironmentContext(Partition new_part, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addPartitions

      void addPartitions(List<Partition> new_parts, org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addPartitionsPspec

      void addPartitionsPspec(List<PartitionSpec> new_parts, org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • appendPartition

      void appendPartition(String db_name, String tbl_name, List<String> part_vals, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addPartitionsReq

      void addPartitionsReq(AddPartitionsRequest request, org.apache.thrift.async.AsyncMethodCallback<AddPartitionsResult> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • appendPartitionWithEnvironmentContext

      void appendPartitionWithEnvironmentContext(String db_name, String tbl_name, List<String> part_vals, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • appendPartitionByName

      void appendPartitionByName(String db_name, String tbl_name, String part_name, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • appendPartitionByNameWithEnvironmentContext

      void appendPartitionByNameWithEnvironmentContext(String db_name, String tbl_name, String part_name, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropPartition

      void dropPartition(String db_name, String tbl_name, List<String> part_vals, boolean deleteData, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropPartitionWithEnvironmentContext

      void dropPartitionWithEnvironmentContext(String db_name, String tbl_name, List<String> part_vals, boolean deleteData, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropPartitionByName

      void dropPartitionByName(String db_name, String tbl_name, String part_name, boolean deleteData, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropPartitionByNameWithEnvironmentContext

      void dropPartitionByNameWithEnvironmentContext(String db_name, String tbl_name, String part_name, boolean deleteData, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropPartitionsReq

      void dropPartitionsReq(DropPartitionsRequest req, org.apache.thrift.async.AsyncMethodCallback<DropPartitionsResult> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartition

      void getPartition(String db_name, String tbl_name, List<String> part_vals, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • exchangePartition

      void exchangePartition(Map<String,String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • exchangePartitions

      void exchangePartitions(Map<String,String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartitionWithAuth

      void getPartitionWithAuth(String db_name, String tbl_name, List<String> part_vals, String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartitionByName

      void getPartitionByName(String db_name, String tbl_name, String part_name, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartitions

      void getPartitions(String db_name, String tbl_name, short max_parts, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartitionsWithAuth

      void getPartitionsWithAuth(String db_name, String tbl_name, short max_parts, String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartitionsPspec

      void getPartitionsPspec(String db_name, String tbl_name, int max_parts, org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartitionNames

      void getPartitionNames(String db_name, String tbl_name, short max_parts, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartitionValues

      void getPartitionValues(PartitionValuesRequest request, org.apache.thrift.async.AsyncMethodCallback<PartitionValuesResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartitionsPs

      void getPartitionsPs(String db_name, String tbl_name, List<String> part_vals, short max_parts, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartitionsPsWithAuth

      void getPartitionsPsWithAuth(String db_name, String tbl_name, List<String> part_vals, short max_parts, String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartitionNamesPs

      void getPartitionNamesPs(String db_name, String tbl_name, List<String> part_vals, short max_parts, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartitionsByFilter

      void getPartitionsByFilter(String db_name, String tbl_name, String filter, short max_parts, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartSpecsByFilter

      void getPartSpecsByFilter(String db_name, String tbl_name, String filter, int max_parts, org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartitionsByExpr

      void getPartitionsByExpr(PartitionsByExprRequest req, org.apache.thrift.async.AsyncMethodCallback<PartitionsByExprResult> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getNumPartitionsByFilter

      void getNumPartitionsByFilter(String db_name, String tbl_name, String filter, org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartitionsByNames

      void getPartitionsByNames(String db_name, String tbl_name, List<String> names, org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • alterPartition

      void alterPartition(String db_name, String tbl_name, Partition new_part, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • alterPartitions

      void alterPartitions(String db_name, String tbl_name, List<Partition> new_parts, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • alterPartitionsWithEnvironmentContext

      void alterPartitionsWithEnvironmentContext(String db_name, String tbl_name, List<Partition> new_parts, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • alterPartitionWithEnvironmentContext

      void alterPartitionWithEnvironmentContext(String db_name, String tbl_name, Partition new_part, EnvironmentContext environment_context, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • alterPartitionsReq

      void alterPartitionsReq(AlterPartitionsRequest req, org.apache.thrift.async.AsyncMethodCallback<AlterPartitionsResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • renamePartition

      void renamePartition(String db_name, String tbl_name, List<String> part_vals, Partition new_part, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • partitionNameHasValidCharacters

      void partitionNameHasValidCharacters(List<String> part_vals, boolean throw_exception, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getConfigValue

      void getConfigValue(String name, String defaultValue, org.apache.thrift.async.AsyncMethodCallback<String> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • partitionNameToVals

      void partitionNameToVals(String part_name, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • partitionNameToSpec

      void partitionNameToSpec(String part_name, org.apache.thrift.async.AsyncMethodCallback<Map<String,String>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • markPartitionForEvent

      void markPartitionForEvent(String db_name, String tbl_name, Map<String,String> part_vals, PartitionEventType eventType, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • isPartitionMarkedForEvent

      void isPartitionMarkedForEvent(String db_name, String tbl_name, Map<String,String> part_vals, PartitionEventType eventType, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPrimaryKeys

      void getPrimaryKeys(PrimaryKeysRequest request, org.apache.thrift.async.AsyncMethodCallback<PrimaryKeysResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getForeignKeys

      void getForeignKeys(ForeignKeysRequest request, org.apache.thrift.async.AsyncMethodCallback<ForeignKeysResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getUniqueConstraints

      void getUniqueConstraints(UniqueConstraintsRequest request, org.apache.thrift.async.AsyncMethodCallback<UniqueConstraintsResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getNotNullConstraints

      void getNotNullConstraints(NotNullConstraintsRequest request, org.apache.thrift.async.AsyncMethodCallback<NotNullConstraintsResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getDefaultConstraints

      void getDefaultConstraints(DefaultConstraintsRequest request, org.apache.thrift.async.AsyncMethodCallback<DefaultConstraintsResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getCheckConstraints

      void getCheckConstraints(CheckConstraintsRequest request, org.apache.thrift.async.AsyncMethodCallback<CheckConstraintsResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • updateTableColumnStatistics

      void updateTableColumnStatistics(ColumnStatistics stats_obj, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • updatePartitionColumnStatistics

      void updatePartitionColumnStatistics(ColumnStatistics stats_obj, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • updateTableColumnStatisticsReq

      void updateTableColumnStatisticsReq(SetPartitionsStatsRequest req, org.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • updatePartitionColumnStatisticsReq

      void updatePartitionColumnStatisticsReq(SetPartitionsStatsRequest req, org.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getTableColumnStatistics

      void getTableColumnStatistics(String db_name, String tbl_name, String col_name, org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartitionColumnStatistics

      void getPartitionColumnStatistics(String db_name, String tbl_name, String part_name, String col_name, org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getTableStatisticsReq

      void getTableStatisticsReq(TableStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<TableStatsResult> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPartitionsStatisticsReq

      void getPartitionsStatisticsReq(PartitionsStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<PartitionsStatsResult> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getAggrStatsFor

      void getAggrStatsFor(PartitionsStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<AggrStats> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • setAggrStatsFor

      void setAggrStatsFor(SetPartitionsStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • deletePartitionColumnStatistics

      void deletePartitionColumnStatistics(String db_name, String tbl_name, String part_name, String col_name, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • deleteTableColumnStatistics

      void deleteTableColumnStatistics(String db_name, String tbl_name, String col_name, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • createFunction

      void createFunction(Function func, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropFunction

      void dropFunction(String dbName, String funcName, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • alterFunction

      void alterFunction(String dbName, String funcName, Function newFunc, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getFunctions

      void getFunctions(String dbName, String pattern, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getFunction

      void getFunction(String dbName, String funcName, org.apache.thrift.async.AsyncMethodCallback<Function> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getAllFunctions

      void getAllFunctions(org.apache.thrift.async.AsyncMethodCallback<GetAllFunctionsResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • createRole

      void createRole(Role role, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropRole

      void dropRole(String role_name, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getRoleNames

      void getRoleNames(org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • grantRole

      void grantRole(String role_name, String principal_name, PrincipalType principal_type, String grantor, PrincipalType grantorType, boolean grant_option, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • revokeRole

      void revokeRole(String role_name, String principal_name, PrincipalType principal_type, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • listRoles

      void listRoles(String principal_name, PrincipalType principal_type, org.apache.thrift.async.AsyncMethodCallback<List<Role>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • grantRevokeRole

      void grantRevokeRole(GrantRevokeRoleRequest request, org.apache.thrift.async.AsyncMethodCallback<GrantRevokeRoleResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPrincipalsInRole

      void getPrincipalsInRole(GetPrincipalsInRoleRequest request, org.apache.thrift.async.AsyncMethodCallback<GetPrincipalsInRoleResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getRoleGrantsForPrincipal

      void getRoleGrantsForPrincipal(GetRoleGrantsForPrincipalRequest request, org.apache.thrift.async.AsyncMethodCallback<GetRoleGrantsForPrincipalResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPrivilegeSet

      void getPrivilegeSet(HiveObjectRef hiveObject, String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<PrincipalPrivilegeSet> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • listPrivileges

      void listPrivileges(String principal_name, PrincipalType principal_type, HiveObjectRef hiveObject, org.apache.thrift.async.AsyncMethodCallback<List<HiveObjectPrivilege>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • grantPrivileges

      void grantPrivileges(PrivilegeBag privileges, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • revokePrivileges

      void revokePrivileges(PrivilegeBag privileges, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • grantRevokePrivileges

      void grantRevokePrivileges(GrantRevokePrivilegeRequest request, org.apache.thrift.async.AsyncMethodCallback<GrantRevokePrivilegeResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • refreshPrivileges

      void refreshPrivileges(HiveObjectRef objToRefresh, String authorizer, GrantRevokePrivilegeRequest grantRequest, org.apache.thrift.async.AsyncMethodCallback<GrantRevokePrivilegeResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • setUgi

      void setUgi(String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getDelegationToken

      void getDelegationToken(String token_owner, String renewer_kerberos_principal_name, org.apache.thrift.async.AsyncMethodCallback<String> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • renewDelegationToken

      void renewDelegationToken(String token_str_form, org.apache.thrift.async.AsyncMethodCallback<Long> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • cancelDelegationToken

      void cancelDelegationToken(String token_str_form, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addToken

      void addToken(String token_identifier, String delegation_token, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • removeToken

      void removeToken(String token_identifier, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getToken

      void getToken(String token_identifier, org.apache.thrift.async.AsyncMethodCallback<String> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getAllTokenIdentifiers

      void getAllTokenIdentifiers(org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addMasterKey

      void addMasterKey(String key, org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • updateMasterKey

      void updateMasterKey(int seq_number, String key, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • removeMasterKey

      void removeMasterKey(int key_seq, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getMasterKeys

      void getMasterKeys(org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getOpenTxns

      void getOpenTxns(org.apache.thrift.async.AsyncMethodCallback<GetOpenTxnsResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getOpenTxnsInfo

      void getOpenTxnsInfo(org.apache.thrift.async.AsyncMethodCallback<GetOpenTxnsInfoResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • openTxns

      void openTxns(OpenTxnRequest rqst, org.apache.thrift.async.AsyncMethodCallback<OpenTxnsResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • abortTxn

      void abortTxn(AbortTxnRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • abortTxns

      void abortTxns(AbortTxnsRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • commitTxn

      void commitTxn(CommitTxnRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • replTblWriteidState

      void replTblWriteidState(ReplTblWriteIdStateRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getValidWriteIds

      void getValidWriteIds(GetValidWriteIdsRequest rqst, org.apache.thrift.async.AsyncMethodCallback<GetValidWriteIdsResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • allocateTableWriteIds

      void allocateTableWriteIds(AllocateTableWriteIdsRequest rqst, org.apache.thrift.async.AsyncMethodCallback<AllocateTableWriteIdsResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • lock

      void lock(LockRequest rqst, org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • checkLock

      void checkLock(CheckLockRequest rqst, org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • unlock

      void unlock(UnlockRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • showLocks

      void showLocks(ShowLocksRequest rqst, org.apache.thrift.async.AsyncMethodCallback<ShowLocksResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • heartbeat

      void heartbeat(HeartbeatRequest ids, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • heartbeatTxnRange

      void heartbeatTxnRange(HeartbeatTxnRangeRequest txns, org.apache.thrift.async.AsyncMethodCallback<HeartbeatTxnRangeResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • compact

      void compact(CompactionRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • compact2

      void compact2(CompactionRequest rqst, org.apache.thrift.async.AsyncMethodCallback<CompactionResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • showCompact

      void showCompact(ShowCompactRequest rqst, org.apache.thrift.async.AsyncMethodCallback<ShowCompactResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addDynamicPartitions

      void addDynamicPartitions(AddDynamicPartitions rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getNextNotification

      void getNextNotification(NotificationEventRequest rqst, org.apache.thrift.async.AsyncMethodCallback<NotificationEventResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getCurrentNotificationEventId

      void getCurrentNotificationEventId(org.apache.thrift.async.AsyncMethodCallback<CurrentNotificationEventId> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getNotificationEventsCount

      void getNotificationEventsCount(NotificationEventsCountRequest rqst, org.apache.thrift.async.AsyncMethodCallback<NotificationEventsCountResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • fireListenerEvent

      void fireListenerEvent(FireEventRequest rqst, org.apache.thrift.async.AsyncMethodCallback<FireEventResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • flushCache

      void flushCache(org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • cmRecycle

      void cmRecycle(CmRecycleRequest request, org.apache.thrift.async.AsyncMethodCallback<CmRecycleResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getFileMetadataByExpr

      void getFileMetadataByExpr(GetFileMetadataByExprRequest req, org.apache.thrift.async.AsyncMethodCallback<GetFileMetadataByExprResult> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getFileMetadata

      void getFileMetadata(GetFileMetadataRequest req, org.apache.thrift.async.AsyncMethodCallback<GetFileMetadataResult> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • putFileMetadata

      void putFileMetadata(PutFileMetadataRequest req, org.apache.thrift.async.AsyncMethodCallback<PutFileMetadataResult> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • clearFileMetadata

      void clearFileMetadata(ClearFileMetadataRequest req, org.apache.thrift.async.AsyncMethodCallback<ClearFileMetadataResult> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • cacheFileMetadata

      void cacheFileMetadata(CacheFileMetadataRequest req, org.apache.thrift.async.AsyncMethodCallback<CacheFileMetadataResult> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getMetastoreDbUuid

      void getMetastoreDbUuid(org.apache.thrift.async.AsyncMethodCallback<String> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • createResourcePlan

      void createResourcePlan(WMCreateResourcePlanRequest request, org.apache.thrift.async.AsyncMethodCallback<WMCreateResourcePlanResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getResourcePlan

      void getResourcePlan(WMGetResourcePlanRequest request, org.apache.thrift.async.AsyncMethodCallback<WMGetResourcePlanResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getActiveResourcePlan

      void getActiveResourcePlan(WMGetActiveResourcePlanRequest request, org.apache.thrift.async.AsyncMethodCallback<WMGetActiveResourcePlanResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getAllResourcePlans

      void getAllResourcePlans(WMGetAllResourcePlanRequest request, org.apache.thrift.async.AsyncMethodCallback<WMGetAllResourcePlanResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • alterResourcePlan

      void alterResourcePlan(WMAlterResourcePlanRequest request, org.apache.thrift.async.AsyncMethodCallback<WMAlterResourcePlanResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • validateResourcePlan

      void validateResourcePlan(WMValidateResourcePlanRequest request, org.apache.thrift.async.AsyncMethodCallback<WMValidateResourcePlanResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropResourcePlan

      void dropResourcePlan(WMDropResourcePlanRequest request, org.apache.thrift.async.AsyncMethodCallback<WMDropResourcePlanResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • createWmTrigger

      void createWmTrigger(WMCreateTriggerRequest request, org.apache.thrift.async.AsyncMethodCallback<WMCreateTriggerResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • alterWmTrigger

      void alterWmTrigger(WMAlterTriggerRequest request, org.apache.thrift.async.AsyncMethodCallback<WMAlterTriggerResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropWmTrigger

      void dropWmTrigger(WMDropTriggerRequest request, org.apache.thrift.async.AsyncMethodCallback<WMDropTriggerResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getTriggersForResourceplan

      void getTriggersForResourceplan(WMGetTriggersForResourePlanRequest request, org.apache.thrift.async.AsyncMethodCallback<WMGetTriggersForResourePlanResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • createWmPool

      void createWmPool(WMCreatePoolRequest request, org.apache.thrift.async.AsyncMethodCallback<WMCreatePoolResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • alterWmPool

      void alterWmPool(WMAlterPoolRequest request, org.apache.thrift.async.AsyncMethodCallback<WMAlterPoolResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropWmPool

      void dropWmPool(WMDropPoolRequest request, org.apache.thrift.async.AsyncMethodCallback<WMDropPoolResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • createOrUpdateWmMapping

      void createOrUpdateWmMapping(WMCreateOrUpdateMappingRequest request, org.apache.thrift.async.AsyncMethodCallback<WMCreateOrUpdateMappingResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropWmMapping

      void dropWmMapping(WMDropMappingRequest request, org.apache.thrift.async.AsyncMethodCallback<WMDropMappingResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • createOrDropWmTriggerToPoolMapping

      void createOrDropWmTriggerToPoolMapping(WMCreateOrDropTriggerToPoolMappingRequest request, org.apache.thrift.async.AsyncMethodCallback<WMCreateOrDropTriggerToPoolMappingResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • createIschema

      void createIschema(ISchema schema, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • alterIschema

      void alterIschema(AlterISchemaRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getIschema

      void getIschema(ISchemaName name, org.apache.thrift.async.AsyncMethodCallback<ISchema> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropIschema

      void dropIschema(ISchemaName name, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addSchemaVersion

      void addSchemaVersion(SchemaVersion schemaVersion, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getSchemaVersion

      void getSchemaVersion(SchemaVersionDescriptor schemaVersion, org.apache.thrift.async.AsyncMethodCallback<SchemaVersion> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getSchemaLatestVersion

      void getSchemaLatestVersion(ISchemaName schemaName, org.apache.thrift.async.AsyncMethodCallback<SchemaVersion> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getSchemaAllVersions

      void getSchemaAllVersions(ISchemaName schemaName, org.apache.thrift.async.AsyncMethodCallback<List<SchemaVersion>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • dropSchemaVersion

      void dropSchemaVersion(SchemaVersionDescriptor schemaVersion, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getSchemasByCols

      void getSchemasByCols(FindSchemasByColsRqst rqst, org.apache.thrift.async.AsyncMethodCallback<FindSchemasByColsResp> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • mapSchemaVersionToSerde

      void mapSchemaVersionToSerde(MapSchemaVersionToSerdeRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • setSchemaVersionState

      void setSchemaVersionState(SetSchemaVersionStateRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addSerde

      void addSerde(SerDeInfo serde, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getSerde

      void getSerde(GetSerdeRequest rqst, org.apache.thrift.async.AsyncMethodCallback<SerDeInfo> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getLockMaterializationRebuild

      void getLockMaterializationRebuild(String dbName, String tableName, long txnId, org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • heartbeatLockMaterializationRebuild

      void heartbeatLockMaterializationRebuild(String dbName, String tableName, long txnId, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addRuntimeStats

      void addRuntimeStats(RuntimeStat stat, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getRuntimeStats

      void getRuntimeStats(GetRuntimeStatsRequest rqst, org.apache.thrift.async.AsyncMethodCallback<List<RuntimeStat>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException