|
| void | abort_Compactions (AbortCompactResponse &, const AbortCompactionRequest &) override |
| |
| void | getMetaConf (std::string &, const std::string &) override |
| |
| void | setMetaConf (const std::string &, const std::string &) override |
| |
| void | create_catalog (const CreateCatalogRequest &) override |
| |
| void | alter_catalog (const AlterCatalogRequest &) override |
| |
| void | get_catalog (GetCatalogResponse &, const GetCatalogRequest &) override |
| |
| void | get_catalogs (GetCatalogsResponse &) override |
| |
| void | drop_catalog (const DropCatalogRequest &) override |
| |
| void | create_database (const Database &) override |
| |
| void | create_database_req (const CreateDatabaseRequest &) override |
| |
| void | get_database (Database &, const std::string &) override |
| |
| void | get_database_req (Database &, const GetDatabaseRequest &) override |
| |
| void | drop_database (const std::string &, const bool, const bool) override |
| |
| void | drop_database_req (const DropDatabaseRequest &) override |
| |
| void | get_databases (std::vector< std::string > &, const std::string &) override |
| |
| void | get_all_databases (std::vector< std::string > &) override |
| |
| void | alter_database (const std::string &, const Database &) override |
| |
| void | alter_database_req (const AlterDatabaseRequest &) override |
| |
| void | create_dataconnector_req (const CreateDataConnectorRequest &) override |
| |
| void | get_dataconnector_req (DataConnector &, const GetDataConnectorRequest &) override |
| |
| void | drop_dataconnector_req (const DropDataConnectorRequest &) override |
| |
| void | get_dataconnectors (std::vector< std::string > &) override |
| |
| void | alter_dataconnector_req (const AlterDataConnectorRequest &) override |
| |
| void | get_type (Type &, const std::string &) override |
| |
| bool | create_type (const Type &) override |
| |
| bool | drop_type (const std::string &) override |
| |
| void | get_type_all (std::map< std::string, Type > &, const std::string &) override |
| |
| void | get_fields (std::vector< FieldSchema > &, const std::string &, const std::string &) override |
| |
| void | get_fields_with_environment_context (std::vector< FieldSchema > &, const std::string &, const std::string &, const EnvironmentContext &) override |
| |
| void | get_fields_req (GetFieldsResponse &, const GetFieldsRequest &) override |
| |
| void | get_schema (std::vector< FieldSchema > &, const std::string &, const std::string &) override |
| |
| void | get_schema_with_environment_context (std::vector< FieldSchema > &, const std::string &, const std::string &, const EnvironmentContext &) override |
| |
| void | get_schema_req (GetSchemaResponse &, const GetSchemaRequest &) override |
| |
| void | create_table (const Table &) override |
| |
| void | create_table_with_environment_context (const Table &, const EnvironmentContext &) override |
| |
| void | create_table_with_constraints (const Table &, const std::vector< SQLPrimaryKey > &, const std::vector< SQLForeignKey > &, const std::vector< SQLUniqueConstraint > &, const std::vector< SQLNotNullConstraint > &, const std::vector< SQLDefaultConstraint > &, const std::vector< SQLCheckConstraint > &) override |
| |
| void | create_table_req (const CreateTableRequest &) override |
| |
| void | drop_constraint (const DropConstraintRequest &) override |
| |
| void | add_primary_key (const AddPrimaryKeyRequest &) override |
| |
| void | add_foreign_key (const AddForeignKeyRequest &) override |
| |
| void | add_unique_constraint (const AddUniqueConstraintRequest &) override |
| |
| void | add_not_null_constraint (const AddNotNullConstraintRequest &) override |
| |
| void | add_default_constraint (const AddDefaultConstraintRequest &) override |
| |
| void | add_check_constraint (const AddCheckConstraintRequest &) override |
| |
| void | translate_table_dryrun (Table &, const CreateTableRequest &) override |
| |
| void | drop_table (const std::string &, const std::string &, const bool) override |
| |
| void | drop_table_with_environment_context (const std::string &, const std::string &, const bool, const EnvironmentContext &) override |
| |
| void | drop_table_req (const DropTableRequest &) override |
| |
| void | truncate_table (const std::string &, const std::string &, const std::vector< std::string > &) override |
| |
| void | truncate_table_req (TruncateTableResponse &, const TruncateTableRequest &) override |
| |
| void | get_tables (std::vector< std::string > &, const std::string &, const std::string &) override |
| |
| void | get_tables_by_type (std::vector< std::string > &, const std::string &, const std::string &, const std::string &) override |
| |
| void | get_all_materialized_view_objects_for_rewriting (std::vector< Table > &) override |
| |
| void | get_materialized_views_for_rewriting (std::vector< std::string > &, const std::string &) override |
| |
| void | get_table_meta (std::vector< TableMeta > &, const std::string &, const std::string &, const std::vector< std::string > &) override |
| |
| void | get_all_tables (std::vector< std::string > &, const std::string &) override |
| |
| void | get_tables_ext (std::vector< ExtendedTableInfo > &, const GetTablesExtRequest &) override |
| |
| void | get_table_req (GetTableResult &, const GetTableRequest &) override |
| |
| void | get_table_objects_by_name_req (GetTablesResult &, const GetTablesRequest &) override |
| |
| void | get_materialization_invalidation_info (Materialization &, const CreationMetadata &, const std::string &) override |
| |
| void | update_creation_metadata (const std::string &, const std::string &, const std::string &, const CreationMetadata &) override |
| |
| void | get_table_names_by_filter (std::vector< std::string > &, const std::string &, const std::string &, const int16_t) override |
| |
| void | alter_table (const std::string &, const std::string &, const Table &) override |
| |
| void | alter_table_with_environment_context (const std::string &, const std::string &, const Table &, const EnvironmentContext &) override |
| |
| void | alter_table_with_cascade (const std::string &, const std::string &, const Table &, const bool) override |
| |
| void | alter_table_req (AlterTableResponse &, const AlterTableRequest &) override |
| |
| void | add_partition (Partition &, const Partition &) override |
| |
| void | add_partition_with_environment_context (Partition &, const Partition &, const EnvironmentContext &) override |
| |
| int32_t | add_partitions (const std::vector< Partition > &) override |
| |
| int32_t | add_partitions_pspec (const std::vector< PartitionSpec > &) override |
| |
| void | append_partition (Partition &, const std::string &, const std::string &, const std::vector< std::string > &) override |
| |
| void | add_partitions_req (AddPartitionsResult &, const AddPartitionsRequest &) override |
| |
| void | append_partition_with_environment_context (Partition &, const std::string &, const std::string &, const std::vector< std::string > &, const EnvironmentContext &) override |
| |
| void | append_partition_req (Partition &, const AppendPartitionsRequest &) override |
| |
| void | append_partition_by_name (Partition &, const std::string &, const std::string &, const std::string &) override |
| |
| void | append_partition_by_name_with_environment_context (Partition &, const std::string &, const std::string &, const std::string &, const EnvironmentContext &) override |
| |
| bool | drop_partition (const std::string &, const std::string &, const std::vector< std::string > &, const bool) override |
| |
| bool | drop_partition_with_environment_context (const std::string &, const std::string &, const std::vector< std::string > &, const bool, const EnvironmentContext &) override |
| |
| bool | drop_partition_req (const DropPartitionRequest &) override |
| |
| bool | drop_partition_by_name (const std::string &, const std::string &, const std::string &, const bool) override |
| |
| bool | drop_partition_by_name_with_environment_context (const std::string &, const std::string &, const std::string &, const bool, const EnvironmentContext &) override |
| |
| void | drop_partitions_req (DropPartitionsResult &, const DropPartitionsRequest &) override |
| |
| void | get_partition (Partition &, const std::string &, const std::string &, const std::vector< std::string > &) override |
| |
| void | get_partition_req (GetPartitionResponse &, const GetPartitionRequest &) override |
| |
| void | exchange_partition (Partition &, const std::map< std::string, std::string > &, const std::string &, const std::string &, const std::string &, const std::string &) override |
| |
| void | exchange_partitions (std::vector< Partition > &, const std::map< std::string, std::string > &, const std::string &, const std::string &, const std::string &, const std::string &) override |
| |
| void | get_partition_with_auth (Partition &, const std::string &, const std::string &, const std::vector< std::string > &, const std::string &, const std::vector< std::string > &) override |
| |
| void | get_partition_by_name (Partition &, const std::string &, const std::string &, const std::string &) override |
| |
| void | get_partitions (std::vector< Partition > &, const std::string &, const std::string &, const int16_t) override |
| |
| void | get_partitions_req (PartitionsResponse &, const PartitionsRequest &) override |
| |
| void | get_partitions_with_auth (std::vector< Partition > &, const std::string &, const std::string &, const int16_t, const std::string &, const std::vector< std::string > &) override |
| |
| void | get_partitions_pspec (std::vector< PartitionSpec > &, const std::string &, const std::string &, const int32_t) override |
| |
| void | get_partition_names (std::vector< std::string > &, const std::string &, const std::string &, const int16_t) override |
| |
| void | fetch_partition_names_req (std::vector< std::string > &, const PartitionsRequest &) override |
| |
| void | get_partition_values (PartitionValuesResponse &, const PartitionValuesRequest &) override |
| |
| void | get_partitions_ps (std::vector< Partition > &, const std::string &, const std::string &, const std::vector< std::string > &, const int16_t) override |
| |
| void | get_partitions_ps_with_auth (std::vector< Partition > &, const std::string &, const std::string &, const std::vector< std::string > &, const int16_t, const std::string &, const std::vector< std::string > &) override |
| |
| void | get_partitions_ps_with_auth_req (GetPartitionsPsWithAuthResponse &, const GetPartitionsPsWithAuthRequest &) override |
| |
| void | get_partition_names_ps (std::vector< std::string > &, const std::string &, const std::string &, const std::vector< std::string > &, const int16_t) override |
| |
| void | get_partition_names_ps_req (GetPartitionNamesPsResponse &, const GetPartitionNamesPsRequest &) override |
| |
| void | get_partition_names_req (std::vector< std::string > &, const PartitionsByExprRequest &) override |
| |
| void | get_partitions_by_filter (std::vector< Partition > &, const std::string &, const std::string &, const std::string &, const int16_t) override |
| |
| void | get_partitions_by_filter_req (std::vector< Partition > &, const GetPartitionsByFilterRequest &) override |
| |
| void | get_part_specs_by_filter (std::vector< PartitionSpec > &, const std::string &, const std::string &, const std::string &, const int32_t) override |
| |
| void | get_partitions_by_expr (PartitionsByExprResult &, const PartitionsByExprRequest &) override |
| |
| void | get_partitions_spec_by_expr (PartitionsSpecByExprResult &, const PartitionsByExprRequest &) override |
| |
| int32_t | get_num_partitions_by_filter (const std::string &, const std::string &, const std::string &) override |
| |
| void | get_partitions_by_names (std::vector< Partition > &, const std::string &, const std::string &, const std::vector< std::string > &) override |
| |
| void | get_partitions_by_names_req (GetPartitionsByNamesResult &, const GetPartitionsByNamesRequest &) override |
| |
| void | get_properties (PropertyGetResponse &, const PropertyGetRequest &) override |
| |
| bool | set_properties (const PropertySetRequest &) override |
| |
| void | alter_partition (const std::string &, const std::string &, const Partition &) override |
| |
| void | alter_partitions (const std::string &, const std::string &, const std::vector< Partition > &) override |
| |
| void | alter_partitions_with_environment_context (const std::string &, const std::string &, const std::vector< Partition > &, const EnvironmentContext &) override |
| |
| void | alter_partitions_req (AlterPartitionsResponse &, const AlterPartitionsRequest &) override |
| |
| void | alter_partition_with_environment_context (const std::string &, const std::string &, const Partition &, const EnvironmentContext &) override |
| |
| void | rename_partition (const std::string &, const std::string &, const std::vector< std::string > &, const Partition &) override |
| |
| void | rename_partition_req (RenamePartitionResponse &, const RenamePartitionRequest &) override |
| |
| bool | partition_name_has_valid_characters (const std::vector< std::string > &, const bool) override |
| |
| void | get_config_value (std::string &, const std::string &, const std::string &) override |
| |
| void | partition_name_to_vals (std::vector< std::string > &, const std::string &) override |
| |
| void | partition_name_to_spec (std::map< std::string, std::string > &, const std::string &) override |
| |
| void | markPartitionForEvent (const std::string &, const std::string &, const std::map< std::string, std::string > &, const PartitionEventType::type) override |
| |
| bool | isPartitionMarkedForEvent (const std::string &, const std::string &, const std::map< std::string, std::string > &, const PartitionEventType::type) override |
| |
| void | get_primary_keys (PrimaryKeysResponse &, const PrimaryKeysRequest &) override |
| |
| void | get_foreign_keys (ForeignKeysResponse &, const ForeignKeysRequest &) override |
| |
| void | get_unique_constraints (UniqueConstraintsResponse &, const UniqueConstraintsRequest &) override |
| |
| void | get_not_null_constraints (NotNullConstraintsResponse &, const NotNullConstraintsRequest &) override |
| |
| void | get_default_constraints (DefaultConstraintsResponse &, const DefaultConstraintsRequest &) override |
| |
| void | get_check_constraints (CheckConstraintsResponse &, const CheckConstraintsRequest &) override |
| |
| void | get_all_table_constraints (AllTableConstraintsResponse &, const AllTableConstraintsRequest &) override |
| |
| bool | update_table_column_statistics (const ColumnStatistics &) override |
| |
| bool | update_partition_column_statistics (const ColumnStatistics &) override |
| |
| void | update_table_column_statistics_req (SetPartitionsStatsResponse &, const SetPartitionsStatsRequest &) override |
| |
| void | update_partition_column_statistics_req (SetPartitionsStatsResponse &, const SetPartitionsStatsRequest &) override |
| |
| void | update_transaction_statistics (const UpdateTransactionalStatsRequest &) override |
| |
| void | get_table_column_statistics (ColumnStatistics &, const std::string &, const std::string &, const std::string &) override |
| |
| void | get_partition_column_statistics (ColumnStatistics &, const std::string &, const std::string &, const std::string &, const std::string &) override |
| |
| void | get_table_statistics_req (TableStatsResult &, const TableStatsRequest &) override |
| |
| void | get_partitions_statistics_req (PartitionsStatsResult &, const PartitionsStatsRequest &) override |
| |
| void | get_aggr_stats_for (AggrStats &, const PartitionsStatsRequest &) override |
| |
| bool | set_aggr_stats_for (const SetPartitionsStatsRequest &) override |
| |
| bool | delete_partition_column_statistics (const std::string &, const std::string &, const std::string &, const std::string &, const std::string &) override |
| |
| bool | delete_table_column_statistics (const std::string &, const std::string &, const std::string &, const std::string &) override |
| |
| void | create_function (const Function &) override |
| |
| void | drop_function (const std::string &, const std::string &) override |
| |
| void | alter_function (const std::string &, const std::string &, const Function &) override |
| |
| void | get_functions (std::vector< std::string > &, const std::string &, const std::string &) override |
| |
| void | get_function (Function &, const std::string &, const std::string &) override |
| |
| void | get_all_functions (GetAllFunctionsResponse &) override |
| |
| bool | create_role (const Role &) override |
| |
| bool | drop_role (const std::string &) override |
| |
| void | get_role_names (std::vector< std::string > &) override |
| |
| bool | grant_role (const std::string &, const std::string &, const PrincipalType::type, const std::string &, const PrincipalType::type, const bool) override |
| |
| bool | revoke_role (const std::string &, const std::string &, const PrincipalType::type) override |
| |
| void | list_roles (std::vector< Role > &, const std::string &, const PrincipalType::type) override |
| |
| void | grant_revoke_role (GrantRevokeRoleResponse &, const GrantRevokeRoleRequest &) override |
| |
| void | get_principals_in_role (GetPrincipalsInRoleResponse &, const GetPrincipalsInRoleRequest &) override |
| |
| void | get_role_grants_for_principal (GetRoleGrantsForPrincipalResponse &, const GetRoleGrantsForPrincipalRequest &) override |
| |
| void | get_privilege_set (PrincipalPrivilegeSet &, const HiveObjectRef &, const std::string &, const std::vector< std::string > &) override |
| |
| void | list_privileges (std::vector< HiveObjectPrivilege > &, const std::string &, const PrincipalType::type, const HiveObjectRef &) override |
| |
| bool | grant_privileges (const PrivilegeBag &) override |
| |
| bool | revoke_privileges (const PrivilegeBag &) override |
| |
| void | grant_revoke_privileges (GrantRevokePrivilegeResponse &, const GrantRevokePrivilegeRequest &) override |
| |
| void | refresh_privileges (GrantRevokePrivilegeResponse &, const HiveObjectRef &, const std::string &, const GrantRevokePrivilegeRequest &) override |
| |
| void | set_ugi (std::vector< std::string > &, const std::string &, const std::vector< std::string > &) override |
| |
| void | get_delegation_token (std::string &, const std::string &, const std::string &) override |
| |
| int64_t | renew_delegation_token (const std::string &) override |
| |
| void | cancel_delegation_token (const std::string &) override |
| |
| bool | add_token (const std::string &, const std::string &) override |
| |
| bool | remove_token (const std::string &) override |
| |
| void | get_token (std::string &, const std::string &) override |
| |
| void | get_all_token_identifiers (std::vector< std::string > &) override |
| |
| int32_t | add_master_key (const std::string &) override |
| |
| void | update_master_key (const int32_t, const std::string &) override |
| |
| bool | remove_master_key (const int32_t) override |
| |
| void | get_master_keys (std::vector< std::string > &) override |
| |
| void | get_open_txns (GetOpenTxnsResponse &) override |
| |
| void | get_open_txns_info (GetOpenTxnsInfoResponse &) override |
| |
| void | open_txns (OpenTxnsResponse &, const OpenTxnRequest &) override |
| |
| void | abort_txn (const AbortTxnRequest &) override |
| |
| void | abort_txns (const AbortTxnsRequest &) override |
| |
| void | commit_txn (const CommitTxnRequest &) override |
| |
| int64_t | get_latest_txnid_in_conflict (const int64_t) override |
| |
| void | repl_tbl_writeid_state (const ReplTblWriteIdStateRequest &) override |
| |
| void | get_valid_write_ids (GetValidWriteIdsResponse &, const GetValidWriteIdsRequest &) override |
| |
| void | add_write_ids_to_min_history (const int64_t, const std::map< std::string, int64_t > &) override |
| |
| void | allocate_table_write_ids (AllocateTableWriteIdsResponse &, const AllocateTableWriteIdsRequest &) override |
| |
| void | get_max_allocated_table_write_id (MaxAllocatedTableWriteIdResponse &, const MaxAllocatedTableWriteIdRequest &) override |
| |
| void | seed_write_id (const SeedTableWriteIdsRequest &) override |
| |
| void | seed_txn_id (const SeedTxnIdRequest &) override |
| |
| void | lock (LockResponse &, const LockRequest &) override |
| |
| void | check_lock (LockResponse &, const CheckLockRequest &) override |
| |
| void | unlock (const UnlockRequest &) override |
| |
| void | show_locks (ShowLocksResponse &, const ShowLocksRequest &) override |
| |
| void | heartbeat (const HeartbeatRequest &) override |
| |
| void | heartbeat_txn_range (HeartbeatTxnRangeResponse &, const HeartbeatTxnRangeRequest &) override |
| |
| void | compact (const CompactionRequest &) override |
| |
| void | compact2 (CompactionResponse &, const CompactionRequest &) override |
| |
| void | show_compact (ShowCompactResponse &, const ShowCompactRequest &) override |
| |
| bool | submit_for_cleanup (const CompactionRequest &, const int64_t, const int64_t) override |
| |
| void | add_dynamic_partitions (const AddDynamicPartitions &) override |
| |
| void | find_next_compact (OptionalCompactionInfoStruct &, const std::string &) override |
| |
| void | find_next_compact2 (OptionalCompactionInfoStruct &, const FindNextCompactRequest &) override |
| |
| void | update_compactor_state (const CompactionInfoStruct &, const int64_t) override |
| |
| void | find_columns_with_stats (std::vector< std::string > &, const CompactionInfoStruct &) override |
| |
| void | mark_cleaned (const CompactionInfoStruct &) override |
| |
| void | mark_compacted (const CompactionInfoStruct &) override |
| |
| void | mark_failed (const CompactionInfoStruct &) override |
| |
| void | mark_refused (const CompactionInfoStruct &) override |
| |
| bool | update_compaction_metrics_data (const CompactionMetricsDataStruct &) override |
| |
| void | remove_compaction_metrics_data (const CompactionMetricsDataRequest &) override |
| |
| void | set_hadoop_jobid (const std::string &, const int64_t) override |
| |
| void | get_latest_committed_compaction_info (GetLatestCommittedCompactionInfoResponse &, const GetLatestCommittedCompactionInfoRequest &) override |
| |
| void | get_next_notification (NotificationEventResponse &, const NotificationEventRequest &) override |
| |
| void | get_current_notificationEventId (CurrentNotificationEventId &) override |
| |
| void | get_notification_events_count (NotificationEventsCountResponse &, const NotificationEventsCountRequest &) override |
| |
| void | fire_listener_event (FireEventResponse &, const FireEventRequest &) override |
| |
| void | flushCache () override |
| |
| void | add_write_notification_log (WriteNotificationLogResponse &, const WriteNotificationLogRequest &) override |
| |
| void | add_write_notification_log_in_batch (WriteNotificationLogBatchResponse &, const WriteNotificationLogBatchRequest &) override |
| |
| void | cm_recycle (CmRecycleResponse &, const CmRecycleRequest &) override |
| |
| void | get_file_metadata_by_expr (GetFileMetadataByExprResult &, const GetFileMetadataByExprRequest &) override |
| |
| void | get_file_metadata (GetFileMetadataResult &, const GetFileMetadataRequest &) override |
| |
| void | put_file_metadata (PutFileMetadataResult &, const PutFileMetadataRequest &) override |
| |
| void | clear_file_metadata (ClearFileMetadataResult &, const ClearFileMetadataRequest &) override |
| |
| void | cache_file_metadata (CacheFileMetadataResult &, const CacheFileMetadataRequest &) override |
| |
| void | get_metastore_db_uuid (std::string &) override |
| |
| void | create_resource_plan (WMCreateResourcePlanResponse &, const WMCreateResourcePlanRequest &) override |
| |
| void | get_resource_plan (WMGetResourcePlanResponse &, const WMGetResourcePlanRequest &) override |
| |
| void | get_active_resource_plan (WMGetActiveResourcePlanResponse &, const WMGetActiveResourcePlanRequest &) override |
| |
| void | get_all_resource_plans (WMGetAllResourcePlanResponse &, const WMGetAllResourcePlanRequest &) override |
| |
| void | alter_resource_plan (WMAlterResourcePlanResponse &, const WMAlterResourcePlanRequest &) override |
| |
| void | validate_resource_plan (WMValidateResourcePlanResponse &, const WMValidateResourcePlanRequest &) override |
| |
| void | drop_resource_plan (WMDropResourcePlanResponse &, const WMDropResourcePlanRequest &) override |
| |
| void | create_wm_trigger (WMCreateTriggerResponse &, const WMCreateTriggerRequest &) override |
| |
| void | alter_wm_trigger (WMAlterTriggerResponse &, const WMAlterTriggerRequest &) override |
| |
| void | drop_wm_trigger (WMDropTriggerResponse &, const WMDropTriggerRequest &) override |
| |
| void | get_triggers_for_resourceplan (WMGetTriggersForResourePlanResponse &, const WMGetTriggersForResourePlanRequest &) override |
| |
| void | create_wm_pool (WMCreatePoolResponse &, const WMCreatePoolRequest &) override |
| |
| void | alter_wm_pool (WMAlterPoolResponse &, const WMAlterPoolRequest &) override |
| |
| void | drop_wm_pool (WMDropPoolResponse &, const WMDropPoolRequest &) override |
| |
| void | create_or_update_wm_mapping (WMCreateOrUpdateMappingResponse &, const WMCreateOrUpdateMappingRequest &) override |
| |
| void | drop_wm_mapping (WMDropMappingResponse &, const WMDropMappingRequest &) override |
| |
| void | create_or_drop_wm_trigger_to_pool_mapping (WMCreateOrDropTriggerToPoolMappingResponse &, const WMCreateOrDropTriggerToPoolMappingRequest &) override |
| |
| void | create_ischema (const ISchema &) override |
| |
| void | alter_ischema (const AlterISchemaRequest &) override |
| |
| void | get_ischema (ISchema &, const ISchemaName &) override |
| |
| void | drop_ischema (const ISchemaName &) override |
| |
| void | add_schema_version (const SchemaVersion &) override |
| |
| void | get_schema_version (SchemaVersion &, const SchemaVersionDescriptor &) override |
| |
| void | get_schema_latest_version (SchemaVersion &, const ISchemaName &) override |
| |
| void | get_schema_all_versions (std::vector< SchemaVersion > &, const ISchemaName &) override |
| |
| void | drop_schema_version (const SchemaVersionDescriptor &) override |
| |
| void | get_schemas_by_cols (FindSchemasByColsResp &, const FindSchemasByColsRqst &) override |
| |
| void | map_schema_version_to_serde (const MapSchemaVersionToSerdeRequest &) override |
| |
| void | set_schema_version_state (const SetSchemaVersionStateRequest &) override |
| |
| void | add_serde (const SerDeInfo &) override |
| |
| void | get_serde (SerDeInfo &, const GetSerdeRequest &) override |
| |
| void | get_lock_materialization_rebuild (LockResponse &, const std::string &, const std::string &, const int64_t) override |
| |
| bool | heartbeat_lock_materialization_rebuild (const std::string &, const std::string &, const int64_t) override |
| |
| void | add_runtime_stats (const RuntimeStat &) override |
| |
| void | get_runtime_stats (std::vector< RuntimeStat > &, const GetRuntimeStatsRequest &) override |
| |
| void | get_partitions_with_specs (GetPartitionsResponse &, const GetPartitionsRequest &) override |
| |
| void | scheduled_query_poll (ScheduledQueryPollResponse &, const ScheduledQueryPollRequest &) override |
| |
| void | scheduled_query_maintenance (const ScheduledQueryMaintenanceRequest &) override |
| |
| void | scheduled_query_progress (const ScheduledQueryProgressInfo &) override |
| |
| void | get_scheduled_query (ScheduledQuery &, const ScheduledQueryKey &) override |
| |
| void | add_replication_metrics (const ReplicationMetricList &) override |
| |
| void | get_replication_metrics (ReplicationMetricList &, const GetReplicationMetricsRequest &) override |
| |
| void | get_open_txns_req (GetOpenTxnsResponse &, const GetOpenTxnsRequest &) override |
| |
| void | create_stored_procedure (const StoredProcedure &) override |
| |
| void | get_stored_procedure (StoredProcedure &, const StoredProcedureRequest &) override |
| |
| void | drop_stored_procedure (const StoredProcedureRequest &) override |
| |
| void | get_all_stored_procedures (std::vector< std::string > &, const ListStoredProcedureRequest &) override |
| |
| void | find_package (Package &, const GetPackageRequest &) override |
| |
| void | add_package (const AddPackageRequest &) override |
| |
| void | get_all_packages (std::vector< std::string > &, const ListPackageRequest &) override |
| |
| void | drop_package (const DropPackageRequest &) override |
| |
| void | get_all_write_event_info (std::vector< WriteEventInfo > &, const GetAllWriteEventInfoRequest &) override |
| |
| void | getName (std::string &) override |
| |
| void | getVersion (std::string &) override |
| |
| fb_status::type | getStatus () override |
| |
| void | getStatusDetails (std::string &) override |
| |
| void | getCounters (std::map< std::string, int64_t > &) override |
| |
| int64_t | getCounter (const std::string &) override |
| |
| void | setOption (const std::string &, const std::string &) override |
| |
| void | getOption (std::string &, const std::string &) override |
| |
| void | getOptions (std::map< std::string, std::string > &) override |
| |
| void | getCpuProfile (std::string &, const int32_t) override |
| |
| int64_t | aliveSince () override |
| |
| void | reinitialize () override |
| |
| void | shutdown () override |
| |