Package org.apache.thrift.partial
Class TFieldData
- java.lang.Object
-
- org.apache.thrift.partial.TFieldData
-
public class TFieldData extends java.lang.ObjectHolds the type and id members of aTFieldinto a single int. This encoding scheme obviates the need to instantiate TField during the partial deserialization process.
-
-
Constructor Summary
Constructors Constructor Description TFieldData()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intencode(byte type)static intencode(byte type, short id)static shortgetId(int data)static bytegetType(int data)
-