Class NessieConfigConstants


  • public final class NessieConfigConstants
    extends Object
    Configuration constants for Nessie.
    • Field Detail

      • CONF_NESSIE_URI

        public static final String CONF_NESSIE_URI
        Config property name ("nessie.uri") for the Nessie service URL.
        See Also:
        Constant Field Values
      • CONF_NESSIE_USERNAME

        public static final String CONF_NESSIE_USERNAME
        Config property name ("nessie.username") for the user name used for (basic) authentication.
        See Also:
        Constant Field Values
      • CONF_NESSIE_PASSWORD

        public static final String CONF_NESSIE_PASSWORD
        Config property name ("nessie.password") for the password used for (basic) authentication.
        See Also:
        Constant Field Values
      • CONF_NESSIE_OWNER

        public static final String CONF_NESSIE_OWNER
        Config property name ("nessie.owner") for the Nessie repository owner.
        See Also:
        Constant Field Values
      • CONF_NESSIE_REPOSITORY

        public static final String CONF_NESSIE_REPOSITORY
        Config property name ("nessie.repository") for the Nessie repository ID.
        See Also:
        Constant Field Values
      • CONF_NESSIE_REF

        public static final String CONF_NESSIE_REF
        Config property name ("nessie.ref") for the nessie reference used by clients.
        See Also:
        Constant Field Values
      • CONF_NESSIE_TRACING

        public static final String CONF_NESSIE_TRACING
        Config property name ("nessie.tracing") to enable adding the HTTP headers of an active OpenTracing span to all Nessie requests. Valid values are true and false.
        See Also:
        Constant Field Values