Uses of Class
ai.heavy.thrift.server.TVarLen
-
Packages that use TVarLen Package Description ai.heavy.thrift.server -
-
Uses of TVarLen in ai.heavy.thrift.server
Methods in ai.heavy.thrift.server that return TVarLen Modifier and Type Method Description TVarLenTVarLen. deepCopy()TVarLenTVarLen. setIs_null(boolean is_null)TVarLenTVarLen. setPayload(byte[] payload)TVarLenTVarLen. setPayload(ByteBuffer payload)Methods in ai.heavy.thrift.server that return types with arguments of type TVarLen Modifier and Type Method Description List<TVarLen>TDataBlockPtr. getVar_len_data()Methods in ai.heavy.thrift.server with parameters of type TVarLen Modifier and Type Method Description intTVarLen. compareTo(TVarLen other)booleanTVarLen. equals(TVarLen that)Method parameters in ai.heavy.thrift.server with type arguments of type TVarLen Modifier and Type Method Description voidTDataBlockPtr. setVar_len_data(List<TVarLen> value)static TDataBlockPtrTDataBlockPtr. var_len_data(List<TVarLen> value)Constructors in ai.heavy.thrift.server with parameters of type TVarLen Constructor Description TVarLen(TVarLen other)Performs a deep copy on other.
-