Uses of Class
com.omnisci.thrift.server.OmniSci.load_table_args
-
Packages that use OmniSci.load_table_args Package Description com.omnisci.thrift.server -
-
Uses of OmniSci.load_table_args in com.omnisci.thrift.server
Methods in com.omnisci.thrift.server that return OmniSci.load_table_args Modifier and Type Method Description OmniSci.load_table_argsOmniSci.load_table_args. deepCopy()OmniSci.load_table_argsOmniSci.AsyncProcessor.load_table. getEmptyArgsInstance()OmniSci.load_table_argsOmniSci.Processor.load_table. getEmptyArgsInstance()OmniSci.load_table_argsOmniSci.load_table_args. setRows(List<TStringRow> rows)OmniSci.load_table_argsOmniSci.load_table_args. setSession(String session)OmniSci.load_table_argsOmniSci.load_table_args. setTable_name(String table_name)Methods in com.omnisci.thrift.server with parameters of type OmniSci.load_table_args Modifier and Type Method Description intOmniSci.load_table_args. compareTo(OmniSci.load_table_args other)booleanOmniSci.load_table_args. equals(OmniSci.load_table_args that)OmniSci.load_table_resultOmniSci.Processor.load_table. getResult(I iface, OmniSci.load_table_args args)voidOmniSci.AsyncProcessor.load_table. start(I iface, OmniSci.load_table_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)Constructors in com.omnisci.thrift.server with parameters of type OmniSci.load_table_args Constructor Description load_table_args(OmniSci.load_table_args other)Performs a deep copy on other.
-