Uses of Class
ai.heavy.thrift.server.Heavy.load_table_args
-
Packages that use Heavy.load_table_args Package Description ai.heavy.thrift.server -
-
Uses of Heavy.load_table_args in ai.heavy.thrift.server
Methods in ai.heavy.thrift.server that return Heavy.load_table_args Modifier and Type Method Description Heavy.load_table_argsHeavy.load_table_args. deepCopy()Heavy.load_table_argsHeavy.AsyncProcessor.load_table. getEmptyArgsInstance()Heavy.load_table_argsHeavy.Processor.load_table. getEmptyArgsInstance()Heavy.load_table_argsHeavy.load_table_args. setColumn_names(List<String> column_names)Heavy.load_table_argsHeavy.load_table_args. setRows(List<TStringRow> rows)Heavy.load_table_argsHeavy.load_table_args. setSession(String session)Heavy.load_table_argsHeavy.load_table_args. setTable_name(String table_name)Methods in ai.heavy.thrift.server with parameters of type Heavy.load_table_args Modifier and Type Method Description intHeavy.load_table_args. compareTo(Heavy.load_table_args other)booleanHeavy.load_table_args. equals(Heavy.load_table_args that)Heavy.load_table_resultHeavy.Processor.load_table. getResult(I iface, Heavy.load_table_args args)voidHeavy.AsyncProcessor.load_table. start(I iface, Heavy.load_table_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type Heavy.load_table_args Constructor Description load_table_args(Heavy.load_table_args other)Performs a deep copy on other.
-