Class NessieConfiguration

  • Direct Known Subclasses:
    ImmutableNessieConfiguration

    @Immutable
    public abstract class NessieConfiguration
    extends Object
    configuration object to tell a client how a server is configured.
    • Constructor Detail

      • NessieConfiguration

        public NessieConfiguration()
    • Method Detail

      • getDefaultBranch

        @Nullable
        @Size(min=1)
        public abstract @Size(min=1) String getDefaultBranch()
        The name of the default branch that the server will use unless an explicit branch was specified as an API call parameter.
      • getMaxSupportedApiVersion

        public abstract int getMaxSupportedApiVersion()
        The maximum API version supported by the server.

        API versions are numbered sequentially, as they are developed.