Package org.projectnessie.client.api
Interface NessieApiV2
-
- All Superinterfaces:
java.lang.AutoCloseable,NessieApi,NessieApiV1
- All Known Implementing Classes:
HttpApiV2
public interface NessieApiV2 extends NessieApiV1
Interface for the Nessie V2 API implementation.At the java client level this API uses the same builder classes and model types as API v1, however the behaviour of some API methods is different.
Most changes between v1 and v2 exist at the REST level (HTTP).
-
-
Method Summary
-
Methods inherited from interface org.projectnessie.client.api.NessieApiV1
assignBranch, assignTag, commitMultipleOperations, createNamespace, createReference, deleteBranch, deleteNamespace, deleteTag, getAllReferences, getCommitLog, getConfig, getContent, getDefaultBranch, getDiff, getEntries, getMultipleNamespaces, getNamespace, getReference, getRefLog, mergeRefIntoBranch, transplantCommitsIntoBranch, updateProperties
-
-