Package org.apache.parquet.avro
Class Vin
- java.lang.Object
-
- org.apache.avro.specific.SpecificFixed
-
- org.apache.parquet.avro.Vin
-
- All Implemented Interfaces:
Externalizable,Serializable,Comparable<org.apache.avro.specific.SpecificFixed>,org.apache.avro.generic.GenericContainer,org.apache.avro.generic.GenericFixed
@FixedSize(17) public class Vin extends org.apache.avro.specific.SpecificFixed- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.avro.SchemaSCHEMA$
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.apache.avro.SchemagetClassSchema()org.apache.avro.SchemagetSchema()voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
-
-
-
Method Detail
-
getClassSchema
public static org.apache.avro.Schema getClassSchema()
-
getSchema
public org.apache.avro.Schema getSchema()
- Specified by:
getSchemain interfaceorg.apache.avro.generic.GenericContainer- Specified by:
getSchemain classorg.apache.avro.specific.SpecificFixed
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Specified by:
writeExternalin classorg.apache.avro.specific.SpecificFixed- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException
- Specified by:
readExternalin interfaceExternalizable- Specified by:
readExternalin classorg.apache.avro.specific.SpecificFixed- Throws:
IOException
-
-