Class Fingerprint

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericFixed

    @FixedSize(value = 32) 
    public class Fingerprint
    extends SpecificFixed
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Schema SCHEMA$
    • Constructor Summary

      Constructors 
      Constructor Description
      Fingerprint() Creates a new Fingerprint
      Fingerprint(Array<byte> bytes) Creates a new Fingerprint with the given bytes.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static Schema getClassSchema()
      Schema getSchema()
      void writeExternal(ObjectOutput out)
      void readExternal(ObjectInput in)
      • Methods inherited from class org.apache.avro.specific.SpecificFixed

        bytes, bytes, compareTo, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • Fingerprint

        Fingerprint()
        Creates a new Fingerprint
      • Fingerprint

        Fingerprint(Array<byte> bytes)
        Creates a new Fingerprint with the given bytes.
        Parameters:
        bytes - The bytes to create the new Fingerprint.