Uses of Class
com.mapd.thrift.server.TDataBlockPtr
-
Packages that use TDataBlockPtr Package Description com.mapd.thrift.server -
-
Uses of TDataBlockPtr in com.mapd.thrift.server
Fields in com.mapd.thrift.server with type parameters of type TDataBlockPtr Modifier and Type Field Description List<TDataBlockPtr>TInsertData. dataMethods in com.mapd.thrift.server that return TDataBlockPtr Modifier and Type Method Description TDataBlockPtrTDataBlockPtr. deepCopy()static TDataBlockPtrTDataBlockPtr. fixed_len_data(byte[] value)static TDataBlockPtrTDataBlockPtr. fixed_len_data(ByteBuffer value)static TDataBlockPtrTDataBlockPtr. var_len_data(List<TVarLen> value)Methods in com.mapd.thrift.server that return types with arguments of type TDataBlockPtr Modifier and Type Method Description List<TDataBlockPtr>TInsertData. getData()Iterator<TDataBlockPtr>TInsertData. getDataIterator()Methods in com.mapd.thrift.server with parameters of type TDataBlockPtr Modifier and Type Method Description voidTInsertData. addToData(TDataBlockPtr elem)intTDataBlockPtr. compareTo(TDataBlockPtr other)booleanTDataBlockPtr. equals(TDataBlockPtr other)Method parameters in com.mapd.thrift.server with type arguments of type TDataBlockPtr Modifier and Type Method Description TInsertDataTInsertData. setData(List<TDataBlockPtr> data)Constructors in com.mapd.thrift.server with parameters of type TDataBlockPtr Constructor Description TDataBlockPtr(TDataBlockPtr other)
-