Uses of Class
ai.heavy.thrift.server.TChunkData
-
Packages that use TChunkData Package Description ai.heavy.thrift.server -
-
Uses of TChunkData in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TChunkData Modifier and Type Field Description List<TChunkData>TInsertChunks. dataMethods in ai.heavy.thrift.server that return TChunkData Modifier and Type Method Description static TChunkDataTChunkData. data_buffer(byte[] value)static TChunkDataTChunkData. data_buffer(ByteBuffer value)TChunkDataTChunkData. deepCopy()static TChunkDataTChunkData. index_buffer(byte[] value)static TChunkDataTChunkData. index_buffer(ByteBuffer value)Methods in ai.heavy.thrift.server that return types with arguments of type TChunkData Modifier and Type Method Description List<TChunkData>TInsertChunks. getData()Iterator<TChunkData>TInsertChunks. getDataIterator()Methods in ai.heavy.thrift.server with parameters of type TChunkData Modifier and Type Method Description voidTInsertChunks. addToData(TChunkData elem)intTChunkData. compareTo(TChunkData other)booleanTChunkData. equals(TChunkData other)Method parameters in ai.heavy.thrift.server with type arguments of type TChunkData Modifier and Type Method Description TInsertChunksTInsertChunks. setData(List<TChunkData> data)Constructors in ai.heavy.thrift.server with parameters of type TChunkData Constructor Description TChunkData(TChunkData other)Constructor parameters in ai.heavy.thrift.server with type arguments of type TChunkData Constructor Description TInsertChunks(int db_id, int table_id, List<TChunkData> data, List<Long> valid_indices, long num_rows)
-