Class SchemaMetadata


  • public class SchemaMetadata
    extends java.lang.Object
    Schema with metadata.
    • Constructor Summary

      Constructors 
      Constructor Description
      SchemaMetadata​(org.apache.avro.Schema schema, org.radarbase.schema.Scope scope, java.nio.file.Path path)
      Schema with metadata.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.nio.file.Path getPath()  
      org.apache.avro.Schema getSchema()  
      org.radarbase.schema.Scope getScope()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SchemaMetadata

        public SchemaMetadata​(org.apache.avro.Schema schema,
                              org.radarbase.schema.Scope scope,
                              java.nio.file.Path path)
        Schema with metadata.
    • Method Detail

      • getPath

        public java.nio.file.Path getPath()
      • getScope

        public org.radarbase.schema.Scope getScope()
      • getSchema

        public org.apache.avro.Schema getSchema()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object