Class GUID
- java.lang.Object
-
- org.apache.avro.specific.SpecificFixed
-
- com.linkedin.venice.kafka.protocol.GUID
-
- All Implemented Interfaces:
java.io.Externalizable
,java.io.Serializable
,java.lang.Comparable<org.apache.avro.specific.SpecificFixed>
,org.apache.avro.generic.GenericContainer
,org.apache.avro.generic.GenericFixed
@FixedSize(16) public class GUID extends org.apache.avro.specific.SpecificFixed
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.avro.Schema
SCHEMA$
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.apache.avro.Schema
getClassSchema()
org.apache.avro.Schema
getSchema()
void
readExternal(java.io.ObjectInput in)
void
writeExternal(java.io.ObjectOutput out)
-
-
-
Method Detail
-
getClassSchema
public static org.apache.avro.Schema getClassSchema()
-
getSchema
public org.apache.avro.Schema getSchema()
- Specified by:
getSchema
in interfaceorg.apache.avro.generic.GenericContainer
- Specified by:
getSchema
in classorg.apache.avro.specific.SpecificFixed
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Specified by:
writeExternal
in interfacejava.io.Externalizable
- Specified by:
writeExternal
in classorg.apache.avro.specific.SpecificFixed
- Throws:
java.io.IOException
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException
- Specified by:
readExternal
in interfacejava.io.Externalizable
- Specified by:
readExternal
in classorg.apache.avro.specific.SpecificFixed
- Throws:
java.io.IOException
-
-