Package com.mapd.thrift.server
Class MapD.Client
- java.lang.Object
-
- org.apache.thrift.TServiceClient
-
- com.mapd.thrift.server.MapD.Client
-
- All Implemented Interfaces:
MapD.Iface
- Enclosing class:
- MapD
public static class MapD.Client extends org.apache.thrift.TServiceClient implements MapD.Iface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapD.Client.Factory
-
Method Summary
-
-
-
Method Detail
-
connect
public String connect(String user, String passwd, String dbname) throws TMapDException, org.apache.thrift.TException
- Specified by:
connectin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
disconnect
public void disconnect(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
disconnectin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
switch_database
public void switch_database(String session, String dbname) throws TMapDException, org.apache.thrift.TException
- Specified by:
switch_databasein interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_server_status
public TServerStatus get_server_status(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_server_statusin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_status
public List<TServerStatus> get_status(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_statusin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_hardware_info
public TClusterHardwareInfo get_hardware_info(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_hardware_infoin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_tables
public List<String> get_tables(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_tablesin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_physical_tables
public List<String> get_physical_tables(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_physical_tablesin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_views
public List<String> get_views(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_viewsin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_tables_meta
public List<TTableMeta> get_tables_meta(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_tables_metain interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_table_details
public TTableDetails get_table_details(String session, String table_name) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_table_detailsin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_internal_table_details
public TTableDetails get_internal_table_details(String session, String table_name) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_internal_table_detailsin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_get_internal_table_details
public void send_get_internal_table_details(String session, String table_name) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_internal_table_details
public TTableDetails recv_get_internal_table_details() throws TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_users
public List<String> get_users(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_usersin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_databases
public List<TDBInfo> get_databases(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_databasesin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_version
public String get_version() throws TMapDException, org.apache.thrift.TException
- Specified by:
get_versionin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
start_heap_profile
public void start_heap_profile(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
start_heap_profilein interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
stop_heap_profile
public void stop_heap_profile(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
stop_heap_profilein interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_heap_profile
public String get_heap_profile(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_heap_profilein interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_memory
public List<TNodeMemoryInfo> get_memory(String session, String memory_level) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_memoryin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
clear_cpu_memory
public void clear_cpu_memory(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
clear_cpu_memoryin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
clear_gpu_memory
public void clear_gpu_memory(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
clear_gpu_memoryin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
set_table_epoch
public void set_table_epoch(String session, int db_id, int table_id, int new_epoch) throws TMapDException, org.apache.thrift.TException
- Specified by:
set_table_epochin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
set_table_epoch_by_name
public void set_table_epoch_by_name(String session, String table_name, int new_epoch) throws TMapDException, org.apache.thrift.TException
- Specified by:
set_table_epoch_by_namein interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.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 interfaceMapD.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 interfaceMapD.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_session_info
public TSessionInfo get_session_info(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_session_infoin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Specified by:
sql_executein interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
sql_execute_df
public TDataFrame sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n) throws TMapDException, org.apache.thrift.TException
- Specified by:
sql_execute_dfin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_sql_execute_df
public TDataFrame recv_sql_execute_df() throws TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
sql_execute_gdf
public TDataFrame sql_execute_gdf(String session, String query, int device_id, int first_n) throws TMapDException, org.apache.thrift.TException
- Specified by:
sql_execute_gdfin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
deallocate_df
public void deallocate_df(String session, TDataFrame df, TDeviceType device_type, int device_id) throws TMapDException, org.apache.thrift.TException
- Specified by:
deallocate_dfin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
interrupt
public void interrupt(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
interruptin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_interrupt
public void send_interrupt(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_interrupt
public void recv_interrupt() throws TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
sql_validate
public Map<String,TColumnType> sql_validate(String session, String query) throws TMapDException, org.apache.thrift.TException
- Specified by:
sql_validatein interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 Map<String,TColumnType> recv_sql_validate() throws TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_completion_hints
public List<TCompletionHint> get_completion_hints(String session, String sql, int cursor) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_completion_hintsin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
set_execution_mode
public void set_execution_mode(String session, TExecuteMode mode) throws TMapDException, org.apache.thrift.TException
- Specified by:
set_execution_modein interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
render_vega
public TRenderResult render_vega(String session, long widget_id, String vega_json, int compression_level, String nonce) throws TMapDException, org.apache.thrift.TException
- Specified by:
render_vegain interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Specified by:
get_result_row_for_pixelin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_frontend_view
public TFrontendView get_frontend_view(String session, String view_name) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_frontend_viewin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_get_frontend_view
public void send_get_frontend_view(String session, String view_name) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_frontend_view
public TFrontendView recv_get_frontend_view() throws TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_frontend_views
public List<TFrontendView> get_frontend_views(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_frontend_viewsin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_get_frontend_views
public void send_get_frontend_views(String session) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_frontend_views
public List<TFrontendView> recv_get_frontend_views() throws TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
create_frontend_view
public void create_frontend_view(String session, String view_name, String view_state, String image_hash, String view_metadata) throws TMapDException, org.apache.thrift.TException
- Specified by:
create_frontend_viewin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_create_frontend_view
public void send_create_frontend_view(String session, String view_name, String view_state, String image_hash, String view_metadata) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_create_frontend_view
public void recv_create_frontend_view() throws TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
delete_frontend_view
public void delete_frontend_view(String session, String view_name) throws TMapDException, org.apache.thrift.TException
- Specified by:
delete_frontend_viewin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_delete_frontend_view
public void send_delete_frontend_view(String session, String view_name) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_delete_frontend_view
public void recv_delete_frontend_view() throws TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_dashboard
public TDashboard get_dashboard(String session, int dashboard_id) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_dashboardin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_dashboards
public List<TDashboard> get_dashboards(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_dashboardsin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
create_dashboard
public int create_dashboard(String session, String dashboard_name, String dashboard_state, String image_hash, String dashboard_metadata) throws TMapDException, org.apache.thrift.TException
- Specified by:
create_dashboardin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Specified by:
replace_dashboardin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
delete_dashboard
public void delete_dashboard(String session, int dashboard_id) throws TMapDException, org.apache.thrift.TException
- Specified by:
delete_dashboardin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Specified by:
share_dashboardin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
unshare_dashboard
public void unshare_dashboard(String session, int dashboard_id, List<String> groups, List<String> objects, TDashboardPermissions permissions) throws TMapDException, org.apache.thrift.TException
- Specified by:
unshare_dashboardin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_dashboard_grantees
public List<TDashboardGrantees> get_dashboard_grantees(String session, int dashboard_id) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_dashboard_granteesin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_link_view
public TFrontendView get_link_view(String session, String link) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_link_viewin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
create_link
public String create_link(String session, String view_state, String view_metadata) throws TMapDException, org.apache.thrift.TException
- Specified by:
create_linkin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
load_table_binary
public void load_table_binary(String session, String table_name, List<TRow> rows) throws TMapDException, org.apache.thrift.TException
- Specified by:
load_table_binaryin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_load_table_binary
public void send_load_table_binary(String session, String table_name, List<TRow> rows) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_load_table_binary
public void recv_load_table_binary() throws TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
load_table_binary_columnar
public void load_table_binary_columnar(String session, String table_name, List<TColumn> cols) throws TMapDException, org.apache.thrift.TException
- Specified by:
load_table_binary_columnarin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_load_table_binary_columnar
public void send_load_table_binary_columnar(String session, String table_name, List<TColumn> cols) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_load_table_binary_columnar
public void recv_load_table_binary_columnar() throws TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
load_table_binary_arrow
public void load_table_binary_arrow(String session, String table_name, ByteBuffer arrow_stream) throws TMapDException, org.apache.thrift.TException
- Specified by:
load_table_binary_arrowin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_load_table_binary_arrow
public void send_load_table_binary_arrow(String session, String table_name, ByteBuffer arrow_stream) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_load_table_binary_arrow
public void recv_load_table_binary_arrow() throws TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
load_table
public void load_table(String session, String table_name, List<TStringRow> rows) throws TMapDException, org.apache.thrift.TException
- Specified by:
load_tablein interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_load_table
public void send_load_table(String session, String table_name, List<TStringRow> rows) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_load_table
public void recv_load_table() throws TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
detect_column_types
public TDetectResult detect_column_types(String session, String file_name, TCopyParams copy_params) throws TMapDException, org.apache.thrift.TException
- Specified by:
detect_column_typesin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
create_table
public void create_table(String session, String table_name, List<TColumnType> row_desc, TFileType file_type, TCreateParams create_params) throws TMapDException, org.apache.thrift.TException
- Specified by:
create_tablein interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_create_table
public void send_create_table(String session, String table_name, List<TColumnType> row_desc, TFileType file_type, TCreateParams create_params) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_create_table
public void recv_create_table() throws TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
import_table
public void import_table(String session, String table_name, String file_name, TCopyParams copy_params) throws TMapDException, org.apache.thrift.TException
- Specified by:
import_tablein interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Specified by:
import_geo_tablein interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
import_table_status
public TImportStatus import_table_status(String session, String import_id) throws TMapDException, org.apache.thrift.TException
- Specified by:
import_table_statusin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Specified by:
get_first_geo_file_in_archivein interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Specified by:
get_all_files_in_archivein interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Specified by:
get_layers_in_geo_filein interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
check_table_consistency
public TTableMeta check_table_consistency(String session, int table_id) throws TMapDException, org.apache.thrift.TException
- Specified by:
check_table_consistencyin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
start_query
public TPendingQuery start_query(String session, String query_ra, boolean just_explain) throws TMapDException, org.apache.thrift.TException
- Specified by:
start_queryin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_start_query
public void send_start_query(String session, String query_ra, boolean just_explain) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_start_query
public TPendingQuery recv_start_query() throws TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
execute_first_step
public TStepResult execute_first_step(TPendingQuery pending_query) throws TMapDException, org.apache.thrift.TException
- Specified by:
execute_first_stepin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_execute_first_step
public void send_execute_first_step(TPendingQuery pending_query) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_execute_first_step
public TStepResult recv_execute_first_step() throws TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
broadcast_serialized_rows
public void broadcast_serialized_rows(TSerializedRows serialized_rows, List<TColumnType> row_desc, long query_id) throws TMapDException, org.apache.thrift.TException
- Specified by:
broadcast_serialized_rowsin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_broadcast_serialized_rows
public void send_broadcast_serialized_rows(TSerializedRows serialized_rows, List<TColumnType> row_desc, long query_id) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_broadcast_serialized_rows
public void recv_broadcast_serialized_rows() throws TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
start_render_query
public TPendingRenderQuery start_render_query(String session, long widget_id, short node_idx, String vega_json) throws TMapDException, org.apache.thrift.TException
- Specified by:
start_render_queryin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Specified by:
execute_next_render_stepin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
insert_data
public void insert_data(String session, TInsertData insert_data) throws TMapDException, org.apache.thrift.TException
- Specified by:
insert_datain interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
checkpoint
public void checkpoint(String session, int db_id, int table_id) throws TMapDException, org.apache.thrift.TException
- Specified by:
checkpointin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_checkpoint
public void send_checkpoint(String session, int db_id, int table_id) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_checkpoint
public void recv_checkpoint() throws TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_table_descriptor
public Map<String,TColumnType> get_table_descriptor(String session, String table_name) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_table_descriptorin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_get_table_descriptor
public void send_get_table_descriptor(String session, String table_name) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_table_descriptor
public Map<String,TColumnType> recv_get_table_descriptor() throws TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_row_descriptor
public List<TColumnType> get_row_descriptor(String session, String table_name) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_row_descriptorin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_get_row_descriptor
public void send_get_row_descriptor(String session, String table_name) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_get_row_descriptor
public List<TColumnType> recv_get_row_descriptor() throws TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_roles
public List<String> get_roles(String session) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_rolesin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_db_objects_for_grantee
public List<TDBObject> get_db_objects_for_grantee(String session, String roleName) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_db_objects_for_granteein interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_db_object_privs
public List<TDBObject> get_db_object_privs(String session, String objectName, TDBObjectType type) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_db_object_privsin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_all_roles_for_user
public List<String> get_all_roles_for_user(String session, String userName) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_all_roles_for_userin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
has_object_privilege
public boolean has_object_privilege(String session, String granteeName, String ObjectName, TDBObjectType objectType, TDBObjectPermissions permissions) throws TMapDException, org.apache.thrift.TException
- Specified by:
has_object_privilegein interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
set_license_key
public TLicenseInfo set_license_key(String session, String key, String nonce) throws TMapDException, org.apache.thrift.TException
- Specified by:
set_license_keyin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_license_claims
public TLicenseInfo get_license_claims(String session, String nonce) throws TMapDException, org.apache.thrift.TException
- Specified by:
get_license_claimsin interfaceMapD.Iface- Throws:
TMapDExceptionorg.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 TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
get_device_parameters
public Map<String,String> get_device_parameters() throws TMapDException, org.apache.thrift.TException
- Specified by:
get_device_parametersin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_get_device_parameters
public void send_get_device_parameters() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_get_device_parameters
public Map<String,String> recv_get_device_parameters() throws TMapDException, org.apache.thrift.TException
- Throws:
TMapDExceptionorg.apache.thrift.TException
-
register_runtime_udf
public void register_runtime_udf(String session, String signatures, Map<String,String> device_ir_map) throws TMapDException, org.apache.thrift.TException
- Specified by:
register_runtime_udfin interfaceMapD.Iface- Throws:
TMapDExceptionorg.apache.thrift.TException
-
send_register_runtime_udf
public void send_register_runtime_udf(String session, String signatures, Map<String,String> device_ir_map) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_register_runtime_udf
public void recv_register_runtime_udf() throws TMapDException, org.apache.thrift.TException- Throws:
TMapDExceptionorg.apache.thrift.TException
-
-