Uses of Class
ai.heavy.thrift.server.TCreateParams
-
Packages that use TCreateParams Package Description ai.heavy.thrift.server -
-
Uses of TCreateParams in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TCreateParams Modifier and Type Field Description TCreateParamsHeavy.create_table_args. create_paramsTCreateParamsHeavy.import_geo_table_args. create_paramsMethods in ai.heavy.thrift.server that return TCreateParams Modifier and Type Method Description TCreateParamsTCreateParams. deepCopy()TCreateParamsHeavy.create_table_args. getCreate_params()TCreateParamsHeavy.import_geo_table_args. getCreate_params()TCreateParamsTCreateParams. setIs_replicated(boolean is_replicated)Methods in ai.heavy.thrift.server with parameters of type TCreateParams Modifier and Type Method Description intTCreateParams. compareTo(TCreateParams other)voidHeavy.AsyncClient. create_table(String session, String table_name, List<TColumnType> row_desc, TCreateParams create_params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidHeavy.AsyncIface. create_table(String session, String table_name, List<TColumnType> row_desc, TCreateParams create_params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidHeavy.Client. create_table(String session, String table_name, List<TColumnType> row_desc, TCreateParams create_params)voidHeavy.Iface. create_table(String session, String table_name, List<TColumnType> row_desc, TCreateParams create_params)booleanTCreateParams. equals(TCreateParams that)voidHeavy.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)voidHeavy.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)voidHeavy.Client. import_geo_table(String session, String table_name, String file_name, TCopyParams copy_params, List<TColumnType> row_desc, TCreateParams create_params)voidHeavy.Iface. import_geo_table(String session, String table_name, String file_name, TCopyParams copy_params, List<TColumnType> row_desc, TCreateParams create_params)voidHeavy.Client. send_create_table(String session, String table_name, List<TColumnType> row_desc, TCreateParams create_params)voidHeavy.Client. send_import_geo_table(String session, String table_name, String file_name, TCopyParams copy_params, List<TColumnType> row_desc, TCreateParams create_params)Heavy.create_table_argsHeavy.create_table_args. setCreate_params(TCreateParams create_params)Heavy.import_geo_table_argsHeavy.import_geo_table_args. setCreate_params(TCreateParams create_params)Constructors in ai.heavy.thrift.server with parameters of type TCreateParams Constructor Description create_table_args(String session, String table_name, List<TColumnType> row_desc, TCreateParams create_params)create_table_call(String session, String table_name, 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_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.
-