Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.SlowStartConfig
-
Packages that use Cluster.SlowStartConfig Package Description io.envoyproxy.envoy.config.cluster.v3 -
-
Uses of Cluster.SlowStartConfig in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Cluster.SlowStartConfig Modifier and Type Field Description private static Cluster.SlowStartConfig
Cluster.SlowStartConfig. DEFAULT_INSTANCE
private Cluster.SlowStartConfig
Cluster.LeastRequestLbConfig.Builder. slowStartConfig_
private Cluster.SlowStartConfig
Cluster.LeastRequestLbConfig. slowStartConfig_
private Cluster.SlowStartConfig
Cluster.RoundRobinLbConfig.Builder. slowStartConfig_
private Cluster.SlowStartConfig
Cluster.RoundRobinLbConfig. slowStartConfig_
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.SlowStartConfig Modifier and Type Field Description private static com.google.protobuf.Parser<Cluster.SlowStartConfig>
Cluster.SlowStartConfig. PARSER
private com.google.protobuf.SingleFieldBuilder<Cluster.SlowStartConfig,Cluster.SlowStartConfig.Builder,Cluster.SlowStartConfigOrBuilder>
Cluster.LeastRequestLbConfig.Builder. slowStartConfigBuilder_
private com.google.protobuf.SingleFieldBuilder<Cluster.SlowStartConfig,Cluster.SlowStartConfig.Builder,Cluster.SlowStartConfigOrBuilder>
Cluster.RoundRobinLbConfig.Builder. slowStartConfigBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.SlowStartConfig Modifier and Type Method Description Cluster.SlowStartConfig
Cluster.SlowStartConfig.Builder. build()
Cluster.SlowStartConfig
Cluster.SlowStartConfig.Builder. buildPartial()
static Cluster.SlowStartConfig
Cluster.SlowStartConfig. getDefaultInstance()
Cluster.SlowStartConfig
Cluster.SlowStartConfig.Builder. getDefaultInstanceForType()
Cluster.SlowStartConfig
Cluster.SlowStartConfig. getDefaultInstanceForType()
Cluster.SlowStartConfig
Cluster.LeastRequestLbConfig.Builder. getSlowStartConfig()
Configuration for slow start mode.Cluster.SlowStartConfig
Cluster.LeastRequestLbConfig. getSlowStartConfig()
Configuration for slow start mode.Cluster.SlowStartConfig
Cluster.LeastRequestLbConfigOrBuilder. getSlowStartConfig()
Configuration for slow start mode.Cluster.SlowStartConfig
Cluster.RoundRobinLbConfig.Builder. getSlowStartConfig()
Configuration for slow start mode.Cluster.SlowStartConfig
Cluster.RoundRobinLbConfig. getSlowStartConfig()
Configuration for slow start mode.Cluster.SlowStartConfig
Cluster.RoundRobinLbConfigOrBuilder. getSlowStartConfig()
Configuration for slow start mode.static Cluster.SlowStartConfig
Cluster.SlowStartConfig. parseDelimitedFrom(java.io.InputStream input)
static Cluster.SlowStartConfig
Cluster.SlowStartConfig. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.SlowStartConfig
Cluster.SlowStartConfig. parseFrom(byte[] data)
static Cluster.SlowStartConfig
Cluster.SlowStartConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.SlowStartConfig
Cluster.SlowStartConfig. parseFrom(com.google.protobuf.ByteString data)
static Cluster.SlowStartConfig
Cluster.SlowStartConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.SlowStartConfig
Cluster.SlowStartConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static Cluster.SlowStartConfig
Cluster.SlowStartConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.SlowStartConfig
Cluster.SlowStartConfig. parseFrom(java.io.InputStream input)
static Cluster.SlowStartConfig
Cluster.SlowStartConfig. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.SlowStartConfig
Cluster.SlowStartConfig. parseFrom(java.nio.ByteBuffer data)
static Cluster.SlowStartConfig
Cluster.SlowStartConfig. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.SlowStartConfig Modifier and Type Method Description com.google.protobuf.Parser<Cluster.SlowStartConfig>
Cluster.SlowStartConfig. getParserForType()
private com.google.protobuf.SingleFieldBuilder<Cluster.SlowStartConfig,Cluster.SlowStartConfig.Builder,Cluster.SlowStartConfigOrBuilder>
Cluster.LeastRequestLbConfig.Builder. getSlowStartConfigFieldBuilder()
Configuration for slow start mode.private com.google.protobuf.SingleFieldBuilder<Cluster.SlowStartConfig,Cluster.SlowStartConfig.Builder,Cluster.SlowStartConfigOrBuilder>
Cluster.RoundRobinLbConfig.Builder. getSlowStartConfigFieldBuilder()
Configuration for slow start mode.static com.google.protobuf.Parser<Cluster.SlowStartConfig>
Cluster.SlowStartConfig. parser()
Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.SlowStartConfig Modifier and Type Method Description private void
Cluster.SlowStartConfig.Builder. buildPartial0(Cluster.SlowStartConfig result)
Cluster.SlowStartConfig.Builder
Cluster.SlowStartConfig.Builder. mergeFrom(Cluster.SlowStartConfig other)
Cluster.LeastRequestLbConfig.Builder
Cluster.LeastRequestLbConfig.Builder. mergeSlowStartConfig(Cluster.SlowStartConfig value)
Configuration for slow start mode.Cluster.RoundRobinLbConfig.Builder
Cluster.RoundRobinLbConfig.Builder. mergeSlowStartConfig(Cluster.SlowStartConfig value)
Configuration for slow start mode.static Cluster.SlowStartConfig.Builder
Cluster.SlowStartConfig. newBuilder(Cluster.SlowStartConfig prototype)
Cluster.LeastRequestLbConfig.Builder
Cluster.LeastRequestLbConfig.Builder. setSlowStartConfig(Cluster.SlowStartConfig value)
Configuration for slow start mode.Cluster.RoundRobinLbConfig.Builder
Cluster.RoundRobinLbConfig.Builder. setSlowStartConfig(Cluster.SlowStartConfig value)
Configuration for slow start mode.
-