Class KubernetesLeaderElectionConfiguration

    • Constructor Detail

      • KubernetesLeaderElectionConfiguration

        public KubernetesLeaderElectionConfiguration​(String configMapName,
                                                     String lockIdentity,
                                                     org.apache.flink.configuration.Configuration config)
    • Method Detail

      • getClusterId

        public String getClusterId()
      • getConfigMapName

        public String getConfigMapName()
      • getLockIdentity

        public String getLockIdentity()
      • getLeaseDuration

        public Duration getLeaseDuration()
      • getRenewDeadline

        public Duration getRenewDeadline()
      • getRetryPeriod

        public Duration getRetryPeriod()