Class Etcd3Constants


  • public abstract class Etcd3Constants
    extends Object
    • Field Detail

      • ETCD_ACTION

        @Metadata(label="producer",
                  description="The action to perform.\nSupported values:\n\n* set\n* get\n* delete\n",
                  javaType="String")
        public static final String ETCD_ACTION
        See Also:
        Constant Field Values
      • ETCD_PATH

        @Metadata(description="The target path",
                  javaType="String")
        public static final String ETCD_PATH
        See Also:
        Constant Field Values
      • ETCD_IS_PREFIX

        @Metadata(label="producer",
                  description="To apply an action on all the key-value pairs whose key that starts with the target path.",
                  javaType="Boolean")
        public static final String ETCD_IS_PREFIX
        See Also:
        Constant Field Values
      • ETCD_KEY_CHARSET

        @Metadata(label="producer",
                  description="The charset to use for the keys.",
                  javaType="String")
        public static final String ETCD_KEY_CHARSET
        See Also:
        Constant Field Values
      • ETCD_VALUE_CHARSET

        @Metadata(label="producer",
                  description="The charset to use for the values.",
                  javaType="String")
        public static final String ETCD_VALUE_CHARSET
        See Also:
        Constant Field Values
      • ETCD_DEFAULT_ENDPOINTS

        public static final String[] ETCD_DEFAULT_ENDPOINTS