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

public class FixedAvroSerializer extends AbstractAvroSerializer
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: