Uses of Class
ai.heavy.thrift.server.TRow
-
Packages that use TRow Package Description ai.heavy.thrift.server -
-
Uses of TRow in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TRow Modifier and Type Field Description List<TRow>Heavy.load_table_binary_args. rowsList<TRow>TRowSet. rowsMethods in ai.heavy.thrift.server that return TRow Modifier and Type Method Description TRowTRow. deepCopy()TRowTRow. setCols(List<TDatum> cols)Methods in ai.heavy.thrift.server that return types with arguments of type TRow Modifier and Type Method Description List<TRow>Heavy.load_table_binary_args. getRows()List<TRow>TRowSet. getRows()Iterator<TRow>Heavy.load_table_binary_args. getRowsIterator()Iterator<TRow>TRowSet. getRowsIterator()Methods in ai.heavy.thrift.server with parameters of type TRow Modifier and Type Method Description voidHeavy.load_table_binary_args. addToRows(TRow elem)voidTRowSet. addToRows(TRow elem)intTRow. compareTo(TRow other)booleanTRow. equals(TRow that)Method parameters in ai.heavy.thrift.server with type arguments of type TRow Modifier and Type Method Description voidHeavy.AsyncClient. load_table_binary(String session, String table_name, List<TRow> rows, List<String> column_names, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidHeavy.AsyncIface. load_table_binary(String session, String table_name, List<TRow> rows, List<String> column_names, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidHeavy.Client. load_table_binary(String session, String table_name, List<TRow> rows, List<String> column_names)voidHeavy.Iface. load_table_binary(String session, String table_name, List<TRow> rows, List<String> column_names)voidHeavy.Client. send_load_table_binary(String session, String table_name, List<TRow> rows, List<String> column_names)Heavy.load_table_binary_argsHeavy.load_table_binary_args. setRows(List<TRow> rows)TRowSetTRowSet. setRows(List<TRow> rows)Constructors in ai.heavy.thrift.server with parameters of type TRow Constructor Description TRow(TRow other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TRow Constructor Description load_table_binary_args(String session, String table_name, List<TRow> rows, List<String> column_names)load_table_binary_call(String session, String table_name, List<TRow> 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)
-