Interface Cluster.RoundRobinLbConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Cluster.RoundRobinLbConfig, Cluster.RoundRobinLbConfig.Builder
Enclosing class:
Cluster

public static interface Cluster.RoundRobinLbConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Configuration for slow start mode.
    Configuration for slow start mode.
    boolean
    Configuration for slow start mode.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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;