Interface Operation

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

public interface Operation
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.projectnessie.model.ContentKey
    The key for this operation.
     
    default boolean
    Whether the commit expected hash should be reviewed to confirm the key for this operation hasn't changed since the expected hash.
  • Method Details

    • 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.
    • getType