Uses of Class
com.mapd.thrift.server.TCopyParams
-
Packages that use TCopyParams Package Description com.mapd.thrift.server -
-
Uses of TCopyParams in com.mapd.thrift.server
Fields in com.mapd.thrift.server declared as TCopyParams Modifier and Type Field Description TCopyParamsMapD.detect_column_types_args. copy_paramsTCopyParamsMapD.get_all_files_in_archive_args. copy_paramsTCopyParamsMapD.get_first_geo_file_in_archive_args. copy_paramsTCopyParamsMapD.get_layers_in_geo_file_args. copy_paramsTCopyParamsMapD.import_geo_table_args. copy_paramsTCopyParamsMapD.import_table_args. copy_paramsTCopyParamsTDetectResult. copy_paramsMethods in com.mapd.thrift.server that return TCopyParams Modifier and Type Method Description TCopyParamsTCopyParams. deepCopy()TCopyParamsMapD.detect_column_types_args. getCopy_params()TCopyParamsMapD.get_all_files_in_archive_args. getCopy_params()TCopyParamsMapD.get_first_geo_file_in_archive_args. getCopy_params()TCopyParamsMapD.get_layers_in_geo_file_args. getCopy_params()TCopyParamsMapD.import_geo_table_args. getCopy_params()TCopyParamsMapD.import_table_args. getCopy_params()TCopyParamsTDetectResult. getCopy_params()TCopyParamsTCopyParams. setArray_begin(String array_begin)TCopyParamsTCopyParams. setArray_delim(String array_delim)TCopyParamsTCopyParams. setArray_end(String array_end)TCopyParamsTCopyParams. setDelimiter(String delimiter)TCopyParamsTCopyParams. setEscape(String escape)TCopyParamsTCopyParams. setFile_type(TFileType file_type)TCopyParamsTCopyParams. setGeo_coords_comp_param(int geo_coords_comp_param)TCopyParamsTCopyParams. setGeo_coords_encoding(TEncodingType geo_coords_encoding)TCopyParamsTCopyParams. setGeo_coords_srid(int geo_coords_srid)TCopyParamsTCopyParams. setGeo_coords_type(TDatumType geo_coords_type)TCopyParamsTCopyParams. setGeo_layer_name(String geo_layer_name)TCopyParamsTCopyParams. setHas_header(TImportHeaderRow has_header)TCopyParamsTCopyParams. setLine_delim(String line_delim)TCopyParamsTCopyParams. setNull_str(String null_str)TCopyParamsTCopyParams. setQuote(String quote)TCopyParamsTCopyParams. setQuoted(boolean quoted)TCopyParamsTCopyParams. setS3_access_key(String s3_access_key)TCopyParamsTCopyParams. setS3_endpoint(String s3_endpoint)TCopyParamsTCopyParams. setS3_region(String s3_region)TCopyParamsTCopyParams. setS3_secret_key(String s3_secret_key)TCopyParamsTCopyParams. setSanitize_column_names(boolean sanitize_column_names)TCopyParamsTCopyParams. setThreads(int threads)Methods in com.mapd.thrift.server with parameters of type TCopyParams Modifier and Type Method Description intTCopyParams. compareTo(TCopyParams other)voidMapD.AsyncClient. detect_column_types(String session, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<TDetectResult> resultHandler)voidMapD.AsyncIface. detect_column_types(String session, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<TDetectResult> resultHandler)TDetectResultMapD.Client. detect_column_types(String session, String file_name, TCopyParams copy_params)TDetectResultMapD.Iface. detect_column_types(String session, String file_name, TCopyParams copy_params)booleanTCopyParams. equals(TCopyParams that)voidMapD.AsyncClient. get_all_files_in_archive(String session, String archive_path, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler)voidMapD.AsyncIface. get_all_files_in_archive(String session, String archive_path, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler)List<String>MapD.Client. get_all_files_in_archive(String session, String archive_path, TCopyParams copy_params)List<String>MapD.Iface. get_all_files_in_archive(String session, String archive_path, TCopyParams copy_params)voidMapD.AsyncClient. get_first_geo_file_in_archive(String session, String archive_path, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<String> resultHandler)voidMapD.AsyncIface. get_first_geo_file_in_archive(String session, String archive_path, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<String> resultHandler)StringMapD.Client. get_first_geo_file_in_archive(String session, String archive_path, TCopyParams copy_params)StringMapD.Iface. get_first_geo_file_in_archive(String session, String archive_path, TCopyParams copy_params)voidMapD.AsyncClient. get_layers_in_geo_file(String session, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<List<TGeoFileLayerInfo>> resultHandler)voidMapD.AsyncIface. get_layers_in_geo_file(String session, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<List<TGeoFileLayerInfo>> resultHandler)List<TGeoFileLayerInfo>MapD.Client. get_layers_in_geo_file(String session, String file_name, TCopyParams copy_params)List<TGeoFileLayerInfo>MapD.Iface. get_layers_in_geo_file(String session, String file_name, TCopyParams copy_params)voidMapD.AsyncClient. import_geo_table(String session, String table_name, String file_name, TCopyParams copy_params, List<TColumnType> row_desc, TCreateParams create_params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMapD.AsyncIface. import_geo_table(String session, String table_name, String file_name, TCopyParams copy_params, List<TColumnType> row_desc, TCreateParams create_params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMapD.Client. import_geo_table(String session, String table_name, String file_name, TCopyParams copy_params, List<TColumnType> row_desc, TCreateParams create_params)voidMapD.Iface. import_geo_table(String session, String table_name, String file_name, TCopyParams copy_params, List<TColumnType> row_desc, TCreateParams create_params)voidMapD.AsyncClient. import_table(String session, String table_name, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMapD.AsyncIface. import_table(String session, String table_name, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMapD.Client. import_table(String session, String table_name, String file_name, TCopyParams copy_params)voidMapD.Iface. import_table(String session, String table_name, String file_name, TCopyParams copy_params)voidMapD.Client. send_detect_column_types(String session, String file_name, TCopyParams copy_params)voidMapD.Client. send_get_all_files_in_archive(String session, String archive_path, TCopyParams copy_params)voidMapD.Client. send_get_first_geo_file_in_archive(String session, String archive_path, TCopyParams copy_params)voidMapD.Client. send_get_layers_in_geo_file(String session, String file_name, TCopyParams copy_params)voidMapD.Client. send_import_geo_table(String session, String table_name, String file_name, TCopyParams copy_params, List<TColumnType> row_desc, TCreateParams create_params)voidMapD.Client. send_import_table(String session, String table_name, String file_name, TCopyParams copy_params)MapD.detect_column_types_argsMapD.detect_column_types_args. setCopy_params(TCopyParams copy_params)MapD.get_all_files_in_archive_argsMapD.get_all_files_in_archive_args. setCopy_params(TCopyParams copy_params)MapD.get_first_geo_file_in_archive_argsMapD.get_first_geo_file_in_archive_args. setCopy_params(TCopyParams copy_params)MapD.get_layers_in_geo_file_argsMapD.get_layers_in_geo_file_args. setCopy_params(TCopyParams copy_params)MapD.import_geo_table_argsMapD.import_geo_table_args. setCopy_params(TCopyParams copy_params)MapD.import_table_argsMapD.import_table_args. setCopy_params(TCopyParams copy_params)TDetectResultTDetectResult. setCopy_params(TCopyParams copy_params)Constructors in com.mapd.thrift.server with parameters of type TCopyParams Constructor Description detect_column_types_args(String session, String file_name, TCopyParams copy_params)detect_column_types_call(String session, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<TDetectResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)get_all_files_in_archive_args(String session, String archive_path, TCopyParams copy_params)get_all_files_in_archive_call(String session, String archive_path, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)get_first_geo_file_in_archive_args(String session, String archive_path, TCopyParams copy_params)get_first_geo_file_in_archive_call(String session, String archive_path, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<String> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)get_layers_in_geo_file_args(String session, String file_name, TCopyParams copy_params)get_layers_in_geo_file_call(String session, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<List<TGeoFileLayerInfo>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)import_geo_table_args(String session, String table_name, String file_name, TCopyParams copy_params, List<TColumnType> row_desc, TCreateParams create_params)import_geo_table_call(String session, String table_name, String file_name, TCopyParams copy_params, List<TColumnType> row_desc, TCreateParams create_params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)import_table_args(String session, String table_name, String file_name, TCopyParams copy_params)import_table_call(String session, String table_name, String file_name, TCopyParams copy_params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TCopyParams(TCopyParams other)Performs a deep copy on other.TDetectResult(TRowSet row_set, TCopyParams copy_params)
-