Package org.apache.storm.hdfs.avro
Interface AvroSchemaRegistry
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractAvroSerializer
,FixedAvroSerializer
,GenericAvroSerializer
public interface AvroSchemaRegistry extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFingerprint(org.apache.avro.Schema schema)
org.apache.avro.Schema
getSchema(String fingerPrint)
-