Uses of Class
ai.heavy.thrift.server.TStringRow
-
Packages that use TStringRow Package Description ai.heavy.thrift.server -
-
Uses of TStringRow in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TStringRow Modifier and Type Field Description List<TStringRow>Heavy.load_table_args. rowsMethods in ai.heavy.thrift.server that return TStringRow Modifier and Type Method Description TStringRowTStringRow. deepCopy()TStringRowTStringRow. setCols(List<TStringValue> cols)Methods in ai.heavy.thrift.server that return types with arguments of type TStringRow Modifier and Type Method Description List<TStringRow>Heavy.load_table_args. getRows()Iterator<TStringRow>Heavy.load_table_args. getRowsIterator()Methods in ai.heavy.thrift.server with parameters of type TStringRow Modifier and Type Method Description voidHeavy.load_table_args. addToRows(TStringRow elem)intTStringRow. compareTo(TStringRow other)booleanTStringRow. equals(TStringRow that)Method parameters in ai.heavy.thrift.server with type arguments of type TStringRow Modifier and Type Method Description voidHeavy.AsyncClient. load_table(String session, String table_name, List<TStringRow> rows, List<String> column_names, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidHeavy.AsyncIface. load_table(String session, String table_name, List<TStringRow> rows, List<String> column_names, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidHeavy.Client. load_table(String session, String table_name, List<TStringRow> rows, List<String> column_names)voidHeavy.Iface. load_table(String session, String table_name, List<TStringRow> rows, List<String> column_names)voidHeavy.Client. send_load_table(String session, String table_name, List<TStringRow> rows, List<String> column_names)Heavy.load_table_argsHeavy.load_table_args. setRows(List<TStringRow> rows)Constructors in ai.heavy.thrift.server with parameters of type TStringRow Constructor Description TStringRow(TStringRow other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TStringRow Constructor Description load_table_args(String session, String table_name, List<TStringRow> rows, List<String> column_names)load_table_call(String session, String table_name, List<TStringRow> rows, List<String> column_names, 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)
-