Uses of Class
ai.heavy.thrift.server.TDataBlockPtr
-
Packages that use TDataBlockPtr Package Description ai.heavy.thrift.server -
-
Uses of TDataBlockPtr in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TDataBlockPtr Modifier and Type Field Description List<TDataBlockPtr>TInsertData. dataMethods in ai.heavy.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 ai.heavy.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 ai.heavy.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 ai.heavy.thrift.server with type arguments of type TDataBlockPtr Modifier and Type Method Description TInsertDataTInsertData. setData(List<TDataBlockPtr> data)Constructors in ai.heavy.thrift.server with parameters of type TDataBlockPtr Constructor Description TDataBlockPtr(TDataBlockPtr other)
-