public class FieldDesc extends Object implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
FieldDesc() |
FieldDesc(String name,
TypeInfo typeInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
TypeInfo |
getTypeInfo() |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
public String getName()
public TypeInfo getTypeInfo()
public void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.