Uses of Class
ai.heavy.thrift.server.TInsertChunks
-
Packages that use TInsertChunks Package Description ai.heavy.thrift.server -
-
Uses of TInsertChunks in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TInsertChunks Modifier and Type Field Description TInsertChunksHeavy.insert_chunks_args. insert_chunksMethods in ai.heavy.thrift.server that return TInsertChunks Modifier and Type Method Description TInsertChunksTInsertChunks. deepCopy()TInsertChunksHeavy.insert_chunks_args. getInsert_chunks()TInsertChunksTInsertChunks. setData(List<TChunkData> data)TInsertChunksTInsertChunks. setDb_id(int db_id)TInsertChunksTInsertChunks. setNum_rows(long num_rows)TInsertChunksTInsertChunks. setTable_id(int table_id)TInsertChunksTInsertChunks. setValid_indices(List<Long> valid_indices)Methods in ai.heavy.thrift.server with parameters of type TInsertChunks Modifier and Type Method Description intTInsertChunks. compareTo(TInsertChunks other)booleanTInsertChunks. equals(TInsertChunks that)voidHeavy.AsyncClient. insert_chunks(String session, TInsertChunks insert_chunks, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidHeavy.AsyncIface. insert_chunks(String session, TInsertChunks insert_chunks, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidHeavy.Client. insert_chunks(String session, TInsertChunks insert_chunks)voidHeavy.Iface. insert_chunks(String session, TInsertChunks insert_chunks)voidHeavy.Client. send_insert_chunks(String session, TInsertChunks insert_chunks)Heavy.insert_chunks_argsHeavy.insert_chunks_args. setInsert_chunks(TInsertChunks insert_chunks)Constructors in ai.heavy.thrift.server with parameters of type TInsertChunks Constructor Description insert_chunks_args(String session, TInsertChunks insert_chunks)insert_chunks_call(String session, TInsertChunks insert_chunks, 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)TInsertChunks(TInsertChunks other)Performs a deep copy on other.
-