Interface Cluster.RoundRobinLbConfigOrBuilder

    • Method Detail

      • hasSlowStartConfig

        boolean hasSlowStartConfig()
         Configuration for slow start mode.
         If this configuration is not set, slow start will not be not enabled.
         
        .envoy.config.cluster.v3.Cluster.SlowStartConfig slow_start_config = 1;
        Returns:
        Whether the slowStartConfig field is set.
      • getSlowStartConfig

        Cluster.SlowStartConfig getSlowStartConfig()
         Configuration for slow start mode.
         If this configuration is not set, slow start will not be not enabled.
         
        .envoy.config.cluster.v3.Cluster.SlowStartConfig slow_start_config = 1;
        Returns:
        The slowStartConfig.
      • getSlowStartConfigOrBuilder

        Cluster.SlowStartConfigOrBuilder getSlowStartConfigOrBuilder()
         Configuration for slow start mode.
         If this configuration is not set, slow start will not be not enabled.
         
        .envoy.config.cluster.v3.Cluster.SlowStartConfig slow_start_config = 1;