Interface Operation

  • All Known Subinterfaces:
    Delete, Unchanged
    All Known Implementing Classes:
    Put

    public interface Operation
    • Method Detail

      • shouldMatchHash

        @Default
        default boolean shouldMatchHash()
        Whether the commit expected hash should be reviewed to confirm the key for this operation hasn't changed since the expected hash.
        Returns:
        True if this operation should match the hash.
      • getKey

        org.projectnessie.model.ContentKey getKey()
        The key for this operation.