Class RestClusterClientConfiguration

    • Method Detail

      • getRestClientConfiguration

        public org.apache.flink.runtime.rest.RestClientConfiguration getRestClientConfiguration()
      • getAwaitLeaderTimeout

        public long getAwaitLeaderTimeout()
        See Also:
        RestOptions.AWAIT_LEADER_TIMEOUT
      • getRetryMaxAttempts

        public int getRetryMaxAttempts()
        See Also:
        RestOptions.RETRY_MAX_ATTEMPTS
      • getRetryDelay

        public long getRetryDelay()
        See Also:
        RestOptions.RETRY_DELAY
      • fromConfiguration

        public static RestClusterClientConfiguration fromConfiguration​(org.apache.flink.configuration.Configuration config)
                                                                throws org.apache.flink.util.ConfigurationException
        Throws:
        org.apache.flink.util.ConfigurationException