Package org.projectnessie.versioned
Interface Operation
- All Known Implementing Classes:
Put
public interface Operation
-
Nested Class Summary
Nested Classes -
Method Summary
-
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
Operation.OperationType getType()
-