Class LeadershipProperties

java.lang.Object
com.netflix.genie.web.properties.LeadershipProperties

@ConfigurationProperties(prefix="genie.leader") @Validated public class LeadershipProperties extends Object
Properties related to static leadership election configurations.
Since:
4.0.0
  • Field Details

    • PROPERTY_PREFIX

      public static final String PROPERTY_PREFIX
      The property prefix for genie leadership.
      See Also:
    • ENABLED_PROPERTY

      public static final String ENABLED_PROPERTY
      The property key for whether this feature is enabled or not.
      See Also:
  • Constructor Details

    • LeadershipProperties

      public LeadershipProperties()