Package org.apache.storm.hdfs.avro
Class FixedAvroSerializer
java.lang.Object
com.esotericsoftware.kryo.Serializer<org.apache.avro.generic.GenericContainer>
org.apache.storm.hdfs.avro.AbstractAvroSerializer
org.apache.storm.hdfs.avro.FixedAvroSerializer
- All Implemented Interfaces:
- Serializable,- AvroSchemaRegistry
A class to help (de)serialize a pre-defined set of Avro schemas.  Schemas should be listed, one per line, in a file
 called "FixedAvroSerializer.config", which must be part of the Storm topology jar file.  Any schemas intended to be
 used with this class **MUST** be defined in that file.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetFingerprint(org.apache.avro.Schema schema) org.apache.avro.SchemaMethods inherited from class org.apache.storm.hdfs.avro.AbstractAvroSerializerread, writeMethods inherited from class com.esotericsoftware.kryo.Serializercopy, getAcceptsNull, isImmutable, setAcceptsNull, setImmutable
- 
Constructor Details- 
FixedAvroSerializer- Throws:
- IOException
- NoSuchAlgorithmException
 
 
- 
- 
Method Details- 
getFingerprint
- 
getSchema
 
-