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_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