Interface AvroSchemaStore

  • All Superinterfaces:
    org.apache.avro.message.SchemaStore
    All Known Implementing Classes:
    FileAvroSchemaStore

    public interface AvroSchemaStore
    extends org.apache.avro.message.SchemaStore
    An extended SchemaStore that know how to add schema.
    Since:
    10.3
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.avro.message.SchemaStore

        org.apache.avro.message.SchemaStore.Cache
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long addSchema​(org.apache.avro.Schema schema)
      Adds a schema to the store and returns its fingerprint.
      • Methods inherited from interface org.apache.avro.message.SchemaStore

        findByFingerprint
    • Method Detail

      • addSchema

        long addSchema​(org.apache.avro.Schema schema)
        Adds a schema to the store and returns its fingerprint.