Class Hash

  • All Implemented Interfaces:
    Base, Reference
    Direct Known Subclasses:
    ImmutableHash

    @Immutable(prehash=true)
    public abstract class Hash
    extends Object
    implements Reference
    Api representation of an Nessie Tag/Branch. This object is akin to a Ref in Git terminology.
    • Constructor Detail

      • Hash

        public Hash()
    • Method Detail

      • getHash

        @Derived
        public String getHash()
        Description copied from interface: Reference
        backend system id. Usually the 32-byte hash of the commit this reference points to.
        Specified by:
        getHash in interface Reference