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).