Package ai.heavy.thrift.server
Class Heavy.Client
- java.lang.Object
-
- org.apache.thrift.TServiceClient
-
- ai.heavy.thrift.server.Heavy.Client
-
- All Implemented Interfaces:
Heavy.Iface
- Enclosing class:
- Heavy
public static class Heavy.Client extends org.apache.thrift.TServiceClient implements Heavy.Iface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHeavy.Client.Factory
-
Method Summary
-
-
-
Method Detail
-
connect
public String connect(String user, String passwd, String dbname) throws TDBException, org.apache.thrift.TException
- Specified by:
connectin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_connect
public void send_connect(String user, String passwd, String dbname) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_connect
public String recv_connect() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
krb5_connect
public TKrb5Session krb5_connect(String inputToken, String dbname) throws TDBException, org.apache.thrift.TException
- Specified by:
krb5_connectin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_krb5_connect
public void send_krb5_connect(String inputToken, String dbname) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_krb5_connect
public TKrb5Session recv_krb5_connect() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
disconnect
public void disconnect(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
disconnectin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_disconnect
public void send_disconnect(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_disconnect
public void recv_disconnect() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
switch_database
public void switch_database(String session, String dbname) throws TDBException, org.apache.thrift.TException
- Specified by:
switch_databasein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_switch_database
public void send_switch_database(String session, String dbname) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_switch_database
public void recv_switch_database() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
clone_session
public String clone_session(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
clone_sessionin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_clone_session
public void send_clone_session(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_clone_session
public String recv_clone_session() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_server_status
public TServerStatus get_server_status(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_server_statusin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_server_status
public void send_get_server_status(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_server_status
public TServerStatus recv_get_server_status() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_status
public List<TServerStatus> get_status(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_statusin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_status
public void send_get_status(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_status
public List<TServerStatus> recv_get_status() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_hardware_info
public TClusterHardwareInfo get_hardware_info(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_hardware_infoin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_hardware_info
public void send_get_hardware_info(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_hardware_info
public TClusterHardwareInfo recv_get_hardware_info() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_tables
public List<String> get_tables(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_tablesin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_tables
public void send_get_tables(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_tables
public List<String> recv_get_tables() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_tables_for_database
public List<String> get_tables_for_database(String session, String database_name) throws TDBException, org.apache.thrift.TException
- Specified by:
get_tables_for_databasein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_tables_for_database
public void send_get_tables_for_database(String session, String database_name) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_tables_for_database
public List<String> recv_get_tables_for_database() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_physical_tables
public List<String> get_physical_tables(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_physical_tablesin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_physical_tables
public void send_get_physical_tables(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_physical_tables
public List<String> recv_get_physical_tables() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_views
public List<String> get_views(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_viewsin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_views
public void send_get_views(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_views
public List<String> recv_get_views() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_tables_meta
public List<TTableMeta> get_tables_meta(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_tables_metain interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_tables_meta
public void send_get_tables_meta(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_tables_meta
public List<TTableMeta> recv_get_tables_meta() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_table_details
public TTableDetails get_table_details(String session, String table_name) throws TDBException, org.apache.thrift.TException
- Specified by:
get_table_detailsin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_table_details
public void send_get_table_details(String session, String table_name) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_table_details
public TTableDetails recv_get_table_details() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_table_details_for_database
public TTableDetails get_table_details_for_database(String session, String table_name, String database_name) throws TDBException, org.apache.thrift.TException
- Specified by:
get_table_details_for_databasein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_table_details_for_database
public void send_get_table_details_for_database(String session, String table_name, String database_name) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_table_details_for_database
public TTableDetails recv_get_table_details_for_database() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_internal_table_details
public TTableDetails get_internal_table_details(String session, String table_name, boolean include_system_columns) throws TDBException, org.apache.thrift.TException
- Specified by:
get_internal_table_detailsin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_internal_table_details
public void send_get_internal_table_details(String session, String table_name, boolean include_system_columns) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_internal_table_details
public TTableDetails recv_get_internal_table_details() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_internal_table_details_for_database
public TTableDetails get_internal_table_details_for_database(String session, String table_name, String database_name) throws TDBException, org.apache.thrift.TException
- Specified by:
get_internal_table_details_for_databasein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_internal_table_details_for_database
public void send_get_internal_table_details_for_database(String session, String table_name, String database_name) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_internal_table_details_for_database
public TTableDetails recv_get_internal_table_details_for_database() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_users
public List<String> get_users(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_usersin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_users
public void send_get_users(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_users
public List<String> recv_get_users() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_databases
public List<TDBInfo> get_databases(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_databasesin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_databases
public void send_get_databases(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_databases
public List<TDBInfo> recv_get_databases() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_version
public String get_version() throws TDBException, org.apache.thrift.TException
- Specified by:
get_versionin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_version
public void send_get_version() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_get_version
public String recv_get_version() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
start_heap_profile
public void start_heap_profile(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
start_heap_profilein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_start_heap_profile
public void send_start_heap_profile(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_start_heap_profile
public void recv_start_heap_profile() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
stop_heap_profile
public void stop_heap_profile(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
stop_heap_profilein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_stop_heap_profile
public void send_stop_heap_profile(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_stop_heap_profile
public void recv_stop_heap_profile() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_heap_profile
public String get_heap_profile(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_heap_profilein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_heap_profile
public void send_get_heap_profile(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_heap_profile
public String recv_get_heap_profile() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_memory
public List<TNodeMemoryInfo> get_memory(String session, String memory_level) throws TDBException, org.apache.thrift.TException
- Specified by:
get_memoryin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_memory
public void send_get_memory(String session, String memory_level) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_memory
public List<TNodeMemoryInfo> recv_get_memory() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
clear_cpu_memory
public void clear_cpu_memory(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
clear_cpu_memoryin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_clear_cpu_memory
public void send_clear_cpu_memory(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_clear_cpu_memory
public void recv_clear_cpu_memory() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
clear_gpu_memory
public void clear_gpu_memory(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
clear_gpu_memoryin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_clear_gpu_memory
public void send_clear_gpu_memory(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_clear_gpu_memory
public void recv_clear_gpu_memory() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
set_cur_session
public void set_cur_session(String parent_session, String leaf_session, String start_time_str, String label, boolean for_running_query_kernel) throws TDBException, org.apache.thrift.TException
- Specified by:
set_cur_sessionin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_set_cur_session
public void send_set_cur_session(String parent_session, String leaf_session, String start_time_str, String label, boolean for_running_query_kernel) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_set_cur_session
public void recv_set_cur_session() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
invalidate_cur_session
public void invalidate_cur_session(String parent_session, String leaf_session, String start_time_str, String label, boolean for_running_query_kernel) throws TDBException, org.apache.thrift.TException
- Specified by:
invalidate_cur_sessionin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_invalidate_cur_session
public void send_invalidate_cur_session(String parent_session, String leaf_session, String start_time_str, String label, boolean for_running_query_kernel) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_invalidate_cur_session
public void recv_invalidate_cur_session() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
set_table_epoch
public void set_table_epoch(String session, int db_id, int table_id, int new_epoch) throws TDBException, org.apache.thrift.TException
- Specified by:
set_table_epochin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_set_table_epoch
public void send_set_table_epoch(String session, int db_id, int table_id, int new_epoch) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_set_table_epoch
public void recv_set_table_epoch() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
set_table_epoch_by_name
public void set_table_epoch_by_name(String session, String table_name, int new_epoch) throws TDBException, org.apache.thrift.TException
- Specified by:
set_table_epoch_by_namein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_set_table_epoch_by_name
public void send_set_table_epoch_by_name(String session, String table_name, int new_epoch) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_set_table_epoch_by_name
public void recv_set_table_epoch_by_name() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_table_epoch
public int get_table_epoch(String session, int db_id, int table_id) throws org.apache.thrift.TException
- Specified by:
get_table_epochin interfaceHeavy.Iface- Throws:
org.apache.thrift.TException
-
send_get_table_epoch
public void send_get_table_epoch(String session, int db_id, int table_id) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_table_epoch
public int recv_get_table_epoch() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
get_table_epoch_by_name
public int get_table_epoch_by_name(String session, String table_name) throws org.apache.thrift.TException
- Specified by:
get_table_epoch_by_namein interfaceHeavy.Iface- Throws:
org.apache.thrift.TException
-
send_get_table_epoch_by_name
public void send_get_table_epoch_by_name(String session, String table_name) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_table_epoch_by_name
public int recv_get_table_epoch_by_name() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
get_table_epochs
public List<TTableEpochInfo> get_table_epochs(String session, int db_id, int table_id) throws org.apache.thrift.TException
- Specified by:
get_table_epochsin interfaceHeavy.Iface- Throws:
org.apache.thrift.TException
-
send_get_table_epochs
public void send_get_table_epochs(String session, int db_id, int table_id) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_table_epochs
public List<TTableEpochInfo> recv_get_table_epochs() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
set_table_epochs
public void set_table_epochs(String session, int db_id, List<TTableEpochInfo> table_epochs) throws org.apache.thrift.TException
- Specified by:
set_table_epochsin interfaceHeavy.Iface- Throws:
org.apache.thrift.TException
-
send_set_table_epochs
public void send_set_table_epochs(String session, int db_id, List<TTableEpochInfo> table_epochs) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_set_table_epochs
public void recv_set_table_epochs() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
get_session_info
public TSessionInfo get_session_info(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_session_infoin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_session_info
public void send_get_session_info(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_session_info
public TSessionInfo recv_get_session_info() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_queries_info
public List<TQueryInfo> get_queries_info(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_queries_infoin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_queries_info
public void send_get_queries_info(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_queries_info
public List<TQueryInfo> recv_get_queries_info() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
set_leaf_info
public void set_leaf_info(String session, TLeafInfo leaf_info) throws TDBException, org.apache.thrift.TException
- Specified by:
set_leaf_infoin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_set_leaf_info
public void send_set_leaf_info(String session, TLeafInfo leaf_info) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_set_leaf_info
public void recv_set_leaf_info() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
sql_execute
public TQueryResult sql_execute(String session, String query, boolean column_format, String nonce, int first_n, int at_most_n) throws TDBException, org.apache.thrift.TException
- Specified by:
sql_executein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_sql_execute
public void send_sql_execute(String session, String query, boolean column_format, String nonce, int first_n, int at_most_n) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_sql_execute
public TQueryResult recv_sql_execute() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
sql_execute_df
public TDataFrame sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method) throws TDBException, org.apache.thrift.TException
- Specified by:
sql_execute_dfin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_sql_execute_df
public void send_sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_sql_execute_df
public TDataFrame recv_sql_execute_df() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
sql_execute_gdf
public TDataFrame sql_execute_gdf(String session, String query, int device_id, int first_n) throws TDBException, org.apache.thrift.TException
- Specified by:
sql_execute_gdfin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_sql_execute_gdf
public void send_sql_execute_gdf(String session, String query, int device_id, int first_n) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_sql_execute_gdf
public TDataFrame recv_sql_execute_gdf() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
deallocate_df
public void deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id) throws TDBException, org.apache.thrift.TException
- Specified by:
deallocate_dfin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_deallocate_df
public void send_deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_deallocate_df
public void recv_deallocate_df() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
interrupt
public void interrupt(String query_session, String interrupt_session) throws TDBException, org.apache.thrift.TException
- Specified by:
interruptin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_interrupt
public void send_interrupt(String query_session, String interrupt_session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_interrupt
public void recv_interrupt() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
sql_validate
public List<TColumnType> sql_validate(String session, String query) throws TDBException, org.apache.thrift.TException
- Specified by:
sql_validatein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_sql_validate
public void send_sql_validate(String session, String query) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_sql_validate
public List<TColumnType> recv_sql_validate() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_completion_hints
public List<TCompletionHint> get_completion_hints(String session, String sql, int cursor) throws TDBException, org.apache.thrift.TException
- Specified by:
get_completion_hintsin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_completion_hints
public void send_get_completion_hints(String session, String sql, int cursor) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_completion_hints
public List<TCompletionHint> recv_get_completion_hints() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
set_execution_mode
public void set_execution_mode(String session, TExecuteMode mode) throws TDBException, org.apache.thrift.TException
- Specified by:
set_execution_modein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_set_execution_mode
public void send_set_execution_mode(String session, TExecuteMode mode) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_set_execution_mode
public void recv_set_execution_mode() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
render_vega
public TRenderResult render_vega(String session, long widget_id, String vega_json, int compression_level, String nonce) throws TDBException, org.apache.thrift.TException
- Specified by:
render_vegain interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_render_vega
public void send_render_vega(String session, long widget_id, String vega_json, int compression_level, String nonce) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_render_vega
public TRenderResult recv_render_vega() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_result_row_for_pixel
public TPixelTableRowResult get_result_row_for_pixel(String session, long widget_id, TPixel pixel, Map<String,List<String>> table_col_names, boolean column_format, int pixelRadius, String nonce) throws TDBException, org.apache.thrift.TException
- Specified by:
get_result_row_for_pixelin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_result_row_for_pixel
public void send_get_result_row_for_pixel(String session, long widget_id, TPixel pixel, Map<String,List<String>> table_col_names, boolean column_format, int pixelRadius, String nonce) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_result_row_for_pixel
public TPixelTableRowResult recv_get_result_row_for_pixel() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
create_custom_expression
public int create_custom_expression(String session, TCustomExpression custom_expression) throws TDBException, org.apache.thrift.TException
- Specified by:
create_custom_expressionin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_create_custom_expression
public void send_create_custom_expression(String session, TCustomExpression custom_expression) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_create_custom_expression
public int recv_create_custom_expression() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_custom_expressions
public List<TCustomExpression> get_custom_expressions(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_custom_expressionsin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_custom_expressions
public void send_get_custom_expressions(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_custom_expressions
public List<TCustomExpression> recv_get_custom_expressions() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
update_custom_expression
public void update_custom_expression(String session, int id, String expression_json) throws TDBException, org.apache.thrift.TException
- Specified by:
update_custom_expressionin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_update_custom_expression
public void send_update_custom_expression(String session, int id, String expression_json) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_update_custom_expression
public void recv_update_custom_expression() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
delete_custom_expressions
public void delete_custom_expressions(String session, List<Integer> custom_expression_ids, boolean do_soft_delete) throws TDBException, org.apache.thrift.TException
- Specified by:
delete_custom_expressionsin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_delete_custom_expressions
public void send_delete_custom_expressions(String session, List<Integer> custom_expression_ids, boolean do_soft_delete) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_delete_custom_expressions
public void recv_delete_custom_expressions() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_dashboard
public TDashboard get_dashboard(String session, int dashboard_id) throws TDBException, org.apache.thrift.TException
- Specified by:
get_dashboardin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_dashboard
public void send_get_dashboard(String session, int dashboard_id) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_dashboard
public TDashboard recv_get_dashboard() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_dashboards
public List<TDashboard> get_dashboards(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_dashboardsin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_dashboards
public void send_get_dashboards(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_dashboards
public List<TDashboard> recv_get_dashboards() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
create_dashboard
public int create_dashboard(String session, String dashboard_name, String dashboard_state, String image_hash, String dashboard_metadata) throws TDBException, org.apache.thrift.TException
- Specified by:
create_dashboardin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_create_dashboard
public void send_create_dashboard(String session, String dashboard_name, String dashboard_state, String image_hash, String dashboard_metadata) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_create_dashboard
public int recv_create_dashboard() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
replace_dashboard
public void replace_dashboard(String session, int dashboard_id, String dashboard_name, String dashboard_owner, String dashboard_state, String image_hash, String dashboard_metadata) throws TDBException, org.apache.thrift.TException
- Specified by:
replace_dashboardin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_replace_dashboard
public void send_replace_dashboard(String session, int dashboard_id, String dashboard_name, String dashboard_owner, String dashboard_state, String image_hash, String dashboard_metadata) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_replace_dashboard
public void recv_replace_dashboard() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
delete_dashboard
public void delete_dashboard(String session, int dashboard_id) throws TDBException, org.apache.thrift.TException
- Specified by:
delete_dashboardin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_delete_dashboard
public void send_delete_dashboard(String session, int dashboard_id) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_delete_dashboard
public void recv_delete_dashboard() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
share_dashboards
public void share_dashboards(String session, List<Integer> dashboard_ids, List<String> groups, TDashboardPermissions permissions) throws TDBException, org.apache.thrift.TException
- Specified by:
share_dashboardsin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_share_dashboards
public void send_share_dashboards(String session, List<Integer> dashboard_ids, List<String> groups, TDashboardPermissions permissions) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_share_dashboards
public void recv_share_dashboards() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
delete_dashboards
public void delete_dashboards(String session, List<Integer> dashboard_ids) throws TDBException, org.apache.thrift.TException
- Specified by:
delete_dashboardsin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_delete_dashboards
public void send_delete_dashboards(String session, List<Integer> dashboard_ids) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_delete_dashboards
public void recv_delete_dashboards() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
share_dashboard
public void share_dashboard(String session, int dashboard_id, List<String> groups, List<String> objects, TDashboardPermissions permissions, boolean grant_role) throws TDBException, org.apache.thrift.TException
- Specified by:
share_dashboardin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_share_dashboard
public void send_share_dashboard(String session, int dashboard_id, List<String> groups, List<String> objects, TDashboardPermissions permissions, boolean grant_role) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_share_dashboard
public void recv_share_dashboard() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
unshare_dashboard
public void unshare_dashboard(String session, int dashboard_id, List<String> groups, List<String> objects, TDashboardPermissions permissions) throws TDBException, org.apache.thrift.TException
- Specified by:
unshare_dashboardin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_unshare_dashboard
public void send_unshare_dashboard(String session, int dashboard_id, List<String> groups, List<String> objects, TDashboardPermissions permissions) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_unshare_dashboard
public void recv_unshare_dashboard() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
unshare_dashboards
public void unshare_dashboards(String session, List<Integer> dashboard_ids, List<String> groups, TDashboardPermissions permissions) throws TDBException, org.apache.thrift.TException
- Specified by:
unshare_dashboardsin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_unshare_dashboards
public void send_unshare_dashboards(String session, List<Integer> dashboard_ids, List<String> groups, TDashboardPermissions permissions) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_unshare_dashboards
public void recv_unshare_dashboards() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_dashboard_grantees
public List<TDashboardGrantees> get_dashboard_grantees(String session, int dashboard_id) throws TDBException, org.apache.thrift.TException
- Specified by:
get_dashboard_granteesin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_dashboard_grantees
public void send_get_dashboard_grantees(String session, int dashboard_id) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_dashboard_grantees
public List<TDashboardGrantees> recv_get_dashboard_grantees() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_link_view
public TFrontendView get_link_view(String session, String link) throws TDBException, org.apache.thrift.TException
- Specified by:
get_link_viewin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_link_view
public void send_get_link_view(String session, String link) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_link_view
public TFrontendView recv_get_link_view() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
create_link
public String create_link(String session, String view_state, String view_metadata) throws TDBException, org.apache.thrift.TException
- Specified by:
create_linkin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_create_link
public void send_create_link(String session, String view_state, String view_metadata) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_create_link
public String recv_create_link() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
load_table_binary
public void load_table_binary(String session, String table_name, List<TRow> rows, List<String> column_names) throws TDBException, org.apache.thrift.TException
- Specified by:
load_table_binaryin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_load_table_binary
public void send_load_table_binary(String session, String table_name, List<TRow> rows, List<String> column_names) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_load_table_binary
public void recv_load_table_binary() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
load_table_binary_columnar
public void load_table_binary_columnar(String session, String table_name, List<TColumn> cols, List<String> column_names) throws TDBException, org.apache.thrift.TException
- Specified by:
load_table_binary_columnarin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_load_table_binary_columnar
public void send_load_table_binary_columnar(String session, String table_name, List<TColumn> cols, List<String> column_names) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_load_table_binary_columnar
public void recv_load_table_binary_columnar() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
load_table_binary_columnar_polys
public void load_table_binary_columnar_polys(String session, String table_name, List<TColumn> cols, List<String> column_names, boolean assign_render_groups) throws TDBException, org.apache.thrift.TException
- Specified by:
load_table_binary_columnar_polysin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_load_table_binary_columnar_polys
public void send_load_table_binary_columnar_polys(String session, String table_name, List<TColumn> cols, List<String> column_names, boolean assign_render_groups) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_load_table_binary_columnar_polys
public void recv_load_table_binary_columnar_polys() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
load_table_binary_arrow
public void load_table_binary_arrow(String session, String table_name, ByteBuffer arrow_stream, boolean use_column_names) throws TDBException, org.apache.thrift.TException
- Specified by:
load_table_binary_arrowin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_load_table_binary_arrow
public void send_load_table_binary_arrow(String session, String table_name, ByteBuffer arrow_stream, boolean use_column_names) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_load_table_binary_arrow
public void recv_load_table_binary_arrow() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
load_table
public void load_table(String session, String table_name, List<TStringRow> rows, List<String> column_names) throws TDBException, org.apache.thrift.TException
- Specified by:
load_tablein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_load_table
public void send_load_table(String session, String table_name, List<TStringRow> rows, List<String> column_names) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_load_table
public void recv_load_table() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
detect_column_types
public TDetectResult detect_column_types(String session, String file_name, TCopyParams copy_params) throws TDBException, org.apache.thrift.TException
- Specified by:
detect_column_typesin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_detect_column_types
public void send_detect_column_types(String session, String file_name, TCopyParams copy_params) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_detect_column_types
public TDetectResult recv_detect_column_types() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
create_table
public void create_table(String session, String table_name, List<TColumnType> row_desc, TCreateParams create_params) throws TDBException, org.apache.thrift.TException
- Specified by:
create_tablein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_create_table
public void send_create_table(String session, String table_name, List<TColumnType> row_desc, TCreateParams create_params) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_create_table
public void recv_create_table() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
import_table
public void import_table(String session, String table_name, String file_name, TCopyParams copy_params) throws TDBException, org.apache.thrift.TException
- Specified by:
import_tablein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_import_table
public void send_import_table(String session, String table_name, String file_name, TCopyParams copy_params) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_import_table
public void recv_import_table() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
import_geo_table
public void import_geo_table(String session, String table_name, String file_name, TCopyParams copy_params, List<TColumnType> row_desc, TCreateParams create_params) throws TDBException, org.apache.thrift.TException
- Specified by:
import_geo_tablein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_import_geo_table
public void send_import_geo_table(String session, String table_name, String file_name, TCopyParams copy_params, List<TColumnType> row_desc, TCreateParams create_params) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_import_geo_table
public void recv_import_geo_table() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
import_table_status
public TImportStatus import_table_status(String session, String import_id) throws TDBException, org.apache.thrift.TException
- Specified by:
import_table_statusin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_import_table_status
public void send_import_table_status(String session, String import_id) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_import_table_status
public TImportStatus recv_import_table_status() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_first_geo_file_in_archive
public String get_first_geo_file_in_archive(String session, String archive_path, TCopyParams copy_params) throws TDBException, org.apache.thrift.TException
- Specified by:
get_first_geo_file_in_archivein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_first_geo_file_in_archive
public void send_get_first_geo_file_in_archive(String session, String archive_path, TCopyParams copy_params) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_first_geo_file_in_archive
public String recv_get_first_geo_file_in_archive() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_all_files_in_archive
public List<String> get_all_files_in_archive(String session, String archive_path, TCopyParams copy_params) throws TDBException, org.apache.thrift.TException
- Specified by:
get_all_files_in_archivein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_all_files_in_archive
public void send_get_all_files_in_archive(String session, String archive_path, TCopyParams copy_params) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_all_files_in_archive
public List<String> recv_get_all_files_in_archive() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_layers_in_geo_file
public List<TGeoFileLayerInfo> get_layers_in_geo_file(String session, String file_name, TCopyParams copy_params) throws TDBException, org.apache.thrift.TException
- Specified by:
get_layers_in_geo_filein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_layers_in_geo_file
public void send_get_layers_in_geo_file(String session, String file_name, TCopyParams copy_params) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_layers_in_geo_file
public List<TGeoFileLayerInfo> recv_get_layers_in_geo_file() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
query_get_outer_fragment_count
public long query_get_outer_fragment_count(String session, String query) throws TDBException, org.apache.thrift.TException
- Specified by:
query_get_outer_fragment_countin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_query_get_outer_fragment_count
public void send_query_get_outer_fragment_count(String session, String query) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_query_get_outer_fragment_count
public long recv_query_get_outer_fragment_count() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
check_table_consistency
public TTableMeta check_table_consistency(String session, int table_id) throws TDBException, org.apache.thrift.TException
- Specified by:
check_table_consistencyin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_check_table_consistency
public void send_check_table_consistency(String session, int table_id) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_check_table_consistency
public TTableMeta recv_check_table_consistency() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
start_query
public TPendingQuery start_query(String leaf_session, String parent_session, String query_ra, String start_time_str, boolean just_explain, List<Long> outer_fragment_indices) throws TDBException, org.apache.thrift.TException
- Specified by:
start_queryin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_start_query
public void send_start_query(String leaf_session, String parent_session, String query_ra, String start_time_str, boolean just_explain, List<Long> outer_fragment_indices) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_start_query
public TPendingQuery recv_start_query() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
execute_query_step
public TStepResult execute_query_step(TPendingQuery pending_query, long subquery_id, String start_time_str) throws TDBException, org.apache.thrift.TException
- Specified by:
execute_query_stepin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_execute_query_step
public void send_execute_query_step(TPendingQuery pending_query, long subquery_id, String start_time_str) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_execute_query_step
public TStepResult recv_execute_query_step() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
broadcast_serialized_rows
public void broadcast_serialized_rows(TSerializedRows serialized_rows, List<TColumnType> row_desc, long query_id, long subquery_id, boolean is_final_subquery_result) throws TDBException, org.apache.thrift.TException
- Specified by:
broadcast_serialized_rowsin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_broadcast_serialized_rows
public void send_broadcast_serialized_rows(TSerializedRows serialized_rows, List<TColumnType> row_desc, long query_id, long subquery_id, boolean is_final_subquery_result) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_broadcast_serialized_rows
public void recv_broadcast_serialized_rows() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
start_render_query
public TPendingRenderQuery start_render_query(String session, long widget_id, short node_idx, String vega_json) throws TDBException, org.apache.thrift.TException
- Specified by:
start_render_queryin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_start_render_query
public void send_start_render_query(String session, long widget_id, short node_idx, String vega_json) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_start_render_query
public TPendingRenderQuery recv_start_render_query() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
execute_next_render_step
public TRenderStepResult execute_next_render_step(TPendingRenderQuery pending_render, Map<String,Map<String,Map<String,Map<String,List<TRenderDatum>>>>> merged_data) throws TDBException, org.apache.thrift.TException
- Specified by:
execute_next_render_stepin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_execute_next_render_step
public void send_execute_next_render_step(TPendingRenderQuery pending_render, Map<String,Map<String,Map<String,Map<String,List<TRenderDatum>>>>> merged_data) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_execute_next_render_step
public TRenderStepResult recv_execute_next_render_step() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
insert_data
public void insert_data(String session, TInsertData insert_data) throws TDBException, org.apache.thrift.TException
- Specified by:
insert_datain interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_insert_data
public void send_insert_data(String session, TInsertData insert_data) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_insert_data
public void recv_insert_data() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
insert_chunks
public void insert_chunks(String session, TInsertChunks insert_chunks) throws TDBException, org.apache.thrift.TException
- Specified by:
insert_chunksin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_insert_chunks
public void send_insert_chunks(String session, TInsertChunks insert_chunks) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_insert_chunks
public void recv_insert_chunks() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
checkpoint
public void checkpoint(String session, int table_id) throws TDBException, org.apache.thrift.TException
- Specified by:
checkpointin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_checkpoint
public void send_checkpoint(String session, int table_id) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_checkpoint
public void recv_checkpoint() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_roles
public List<String> get_roles(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_rolesin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_roles
public void send_get_roles(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_roles
public List<String> recv_get_roles() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_db_objects_for_grantee
public List<TDBObject> get_db_objects_for_grantee(String session, String roleName) throws TDBException, org.apache.thrift.TException
- Specified by:
get_db_objects_for_granteein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_db_objects_for_grantee
public void send_get_db_objects_for_grantee(String session, String roleName) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_db_objects_for_grantee
public List<TDBObject> recv_get_db_objects_for_grantee() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_db_object_privs
public List<TDBObject> get_db_object_privs(String session, String objectName, TDBObjectType type) throws TDBException, org.apache.thrift.TException
- Specified by:
get_db_object_privsin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_db_object_privs
public void send_get_db_object_privs(String session, String objectName, TDBObjectType type) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_db_object_privs
public List<TDBObject> recv_get_db_object_privs() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_all_roles_for_user
public List<String> get_all_roles_for_user(String session, String userName) throws TDBException, org.apache.thrift.TException
- Specified by:
get_all_roles_for_userin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_all_roles_for_user
public void send_get_all_roles_for_user(String session, String userName) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_all_roles_for_user
public List<String> recv_get_all_roles_for_user() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_all_effective_roles_for_user
public List<String> get_all_effective_roles_for_user(String session, String userName) throws TDBException, org.apache.thrift.TException
- Specified by:
get_all_effective_roles_for_userin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_all_effective_roles_for_user
public void send_get_all_effective_roles_for_user(String session, String userName) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_all_effective_roles_for_user
public List<String> recv_get_all_effective_roles_for_user() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
has_role
public boolean has_role(String session, String granteeName, String roleName) throws TDBException, org.apache.thrift.TException
- Specified by:
has_rolein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_has_role
public void send_has_role(String session, String granteeName, String roleName) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_has_role
public boolean recv_has_role() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
has_object_privilege
public boolean has_object_privilege(String session, String granteeName, String ObjectName, TDBObjectType objectType, TDBObjectPermissions permissions) throws TDBException, org.apache.thrift.TException
- Specified by:
has_object_privilegein interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_has_object_privilege
public void send_has_object_privilege(String session, String granteeName, String ObjectName, TDBObjectType objectType, TDBObjectPermissions permissions) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_has_object_privilege
public boolean recv_has_object_privilege() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
set_license_key
public TLicenseInfo set_license_key(String session, String key, String nonce) throws TDBException, org.apache.thrift.TException
- Specified by:
set_license_keyin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_set_license_key
public void send_set_license_key(String session, String key, String nonce) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_set_license_key
public TLicenseInfo recv_set_license_key() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_license_claims
public TLicenseInfo get_license_claims(String session, String nonce) throws TDBException, org.apache.thrift.TException
- Specified by:
get_license_claimsin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_license_claims
public void send_get_license_claims(String session, String nonce) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_license_claims
public TLicenseInfo recv_get_license_claims() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_device_parameters
public Map<String,String> get_device_parameters(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_device_parametersin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_device_parameters
public void send_get_device_parameters(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_device_parameters
public Map<String,String> recv_get_device_parameters() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
register_runtime_extension_functions
public void register_runtime_extension_functions(String session, List<TUserDefinedFunction> udfs, List<TUserDefinedTableFunction> udtfs, Map<String,String> device_ir_map) throws TDBException, org.apache.thrift.TException
- Specified by:
register_runtime_extension_functionsin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_register_runtime_extension_functions
public void send_register_runtime_extension_functions(String session, List<TUserDefinedFunction> udfs, List<TUserDefinedTableFunction> udtfs, Map<String,String> device_ir_map) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_register_runtime_extension_functions
public void recv_register_runtime_extension_functions() throws TDBException, org.apache.thrift.TException- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_table_function_names
public List<String> get_table_function_names(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_table_function_namesin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_table_function_names
public void send_get_table_function_names(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_table_function_names
public List<String> recv_get_table_function_names() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_runtime_table_function_names
public List<String> get_runtime_table_function_names(String session) throws TDBException, org.apache.thrift.TException
- Specified by:
get_runtime_table_function_namesin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_runtime_table_function_names
public void send_get_runtime_table_function_names(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_runtime_table_function_names
public List<String> recv_get_runtime_table_function_names() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
get_table_function_details
public List<TUserDefinedTableFunction> get_table_function_details(String session, List<String> udtf_names) throws TDBException, org.apache.thrift.TException
- Specified by:
get_table_function_detailsin interfaceHeavy.Iface- Throws:
TDBExceptionorg.apache.thrift.TException
-
send_get_table_function_details
public void send_get_table_function_details(String session, List<String> udtf_names) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_table_function_details
public List<TUserDefinedTableFunction> recv_get_table_function_details() throws TDBException, org.apache.thrift.TException
- Throws:
TDBExceptionorg.apache.thrift.TException
-
-