public class DynamicSerDeTypeList extends DynamicSerDeTypeBase
fieldid, name, thrift_modechildren, id, parent, parser| Constructor and Description |
|---|
DynamicSerDeTypeList(int i) |
DynamicSerDeTypeList(thrift_grammar p,
int i) |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<java.lang.Object> |
deserialize(java.lang.Object reuse,
org.apache.thrift.protocol.TProtocol iprot) |
DynamicSerDeTypeBase |
getElementType() |
java.lang.Class |
getRealType() |
byte |
getType() |
boolean |
isList() |
boolean |
isPrimitive() |
void |
serialize(java.lang.Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot) |
java.lang.String |
toString() |
get, initialize, isMapdump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toStringpublic DynamicSerDeTypeList(int i)
public DynamicSerDeTypeList(thrift_grammar p, int i)
public boolean isPrimitive()
isPrimitive in class DynamicSerDeTypeBasepublic boolean isList()
isList in class DynamicSerDeTypeBasepublic java.lang.Class getRealType()
getRealType in class DynamicSerDeTypeBasepublic DynamicSerDeTypeBase getElementType()
public java.lang.String toString()
toString in class DynamicSerDeTypeBasepublic java.util.ArrayList<java.lang.Object> deserialize(java.lang.Object reuse,
org.apache.thrift.protocol.TProtocol iprot)
throws SerDeException,
org.apache.thrift.TException,
java.lang.IllegalAccessException
deserialize in class DynamicSerDeTypeBaseSerDeExceptionorg.apache.thrift.TExceptionjava.lang.IllegalAccessExceptionpublic void serialize(java.lang.Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException,
SerDeException,
java.lang.NoSuchFieldException,
java.lang.IllegalAccessException
serialize in class DynamicSerDeTypeBaseorg.apache.thrift.TExceptionSerDeExceptionjava.lang.NoSuchFieldExceptionjava.lang.IllegalAccessExceptionpublic byte getType()
getType in class DynamicSerDeTypeBaseCopyright © 2012 The Apache Software Foundation