Uses of Class
com.omnisci.thrift.server.TCreateParams
-
Packages that use TCreateParams Package Description com.omnisci.thrift.server -
-
Uses of TCreateParams in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TCreateParams Modifier and Type Field Description TCreateParamsOmniSci.create_table_args. create_paramsTCreateParamsOmniSci.import_geo_table_args. create_paramsMethods in com.omnisci.thrift.server that return TCreateParams Modifier and Type Method Description TCreateParamsTCreateParams. deepCopy()TCreateParamsOmniSci.create_table_args. getCreate_params()TCreateParamsOmniSci.import_geo_table_args. getCreate_params()TCreateParamsTCreateParams. setIs_replicated(boolean is_replicated)Methods in com.omnisci.thrift.server with parameters of type TCreateParams Modifier and Type Method Description intTCreateParams. compareTo(TCreateParams other)voidOmniSci.AsyncClient. create_table(String session, String table_name, List<TColumnType> row_desc, TFileType file_type, TCreateParams create_params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidOmniSci.AsyncIface. create_table(String session, String table_name, List<TColumnType> row_desc, TFileType file_type, TCreateParams create_params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidOmniSci.Client. create_table(String session, String table_name, List<TColumnType> row_desc, TFileType file_type, TCreateParams create_params)voidOmniSci.Iface. create_table(String session, String table_name, List<TColumnType> row_desc, TFileType file_type, TCreateParams create_params)booleanTCreateParams. equals(TCreateParams that)voidOmniSci.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)voidOmniSci.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)voidOmniSci.Client. import_geo_table(String session, String table_name, String file_name, TCopyParams copy_params, List<TColumnType> row_desc, TCreateParams create_params)voidOmniSci.Iface. import_geo_table(String session, String table_name, String file_name, TCopyParams copy_params, List<TColumnType> row_desc, TCreateParams create_params)voidOmniSci.Client. send_create_table(String session, String table_name, List<TColumnType> row_desc, TFileType file_type, TCreateParams create_params)voidOmniSci.Client. send_import_geo_table(String session, String table_name, String file_name, TCopyParams copy_params, List<TColumnType> row_desc, TCreateParams create_params)OmniSci.create_table_argsOmniSci.create_table_args. setCreate_params(TCreateParams create_params)OmniSci.import_geo_table_argsOmniSci.import_geo_table_args. setCreate_params(TCreateParams create_params)Constructors in com.omnisci.thrift.server with parameters of type TCreateParams Constructor Description create_table_args(String session, String table_name, List<TColumnType> row_desc, TFileType file_type, TCreateParams create_params)create_table_call(String session, String table_name, List<TColumnType> row_desc, TFileType file_type, 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_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)TCreateParams(TCreateParams other)Performs a deep copy on other.
-