Package org.apache.storm.hdfs.avro
Class GenericAvroSerializer
- java.lang.Object
-
- com.esotericsoftware.kryo.Serializer<org.apache.avro.generic.GenericContainer>
-
- org.apache.storm.hdfs.avro.AbstractAvroSerializer
-
- org.apache.storm.hdfs.avro.GenericAvroSerializer
-
- All Implemented Interfaces:
Serializable
,AvroSchemaRegistry
public class GenericAvroSerializer extends AbstractAvroSerializer
A default implementation of the AvroSerializer that will just pass literal schemas back and forth. This should only be used if no other serializer will fit a use case.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericAvroSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFingerprint(org.apache.avro.Schema schema)
org.apache.avro.Schema
getSchema(String fingerPrint)
-
Methods inherited from class org.apache.storm.hdfs.avro.AbstractAvroSerializer
read, write
-
-