Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.RingHashLbConfig
-
Packages that use Cluster.RingHashLbConfig Package Description io.envoyproxy.envoy.config.cluster.v3 -
-
Uses of Cluster.RingHashLbConfig in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Cluster.RingHashLbConfig Modifier and Type Field Description private static Cluster.RingHashLbConfig
Cluster.RingHashLbConfig. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.RingHashLbConfig Modifier and Type Field Description private static com.google.protobuf.Parser<Cluster.RingHashLbConfig>
Cluster.RingHashLbConfig. PARSER
private com.google.protobuf.SingleFieldBuilder<Cluster.RingHashLbConfig,Cluster.RingHashLbConfig.Builder,Cluster.RingHashLbConfigOrBuilder>
Cluster.Builder. ringHashLbConfigBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.RingHashLbConfig Modifier and Type Method Description Cluster.RingHashLbConfig
Cluster.RingHashLbConfig.Builder. build()
Cluster.RingHashLbConfig
Cluster.RingHashLbConfig.Builder. buildPartial()
static Cluster.RingHashLbConfig
Cluster.RingHashLbConfig. getDefaultInstance()
Cluster.RingHashLbConfig
Cluster.RingHashLbConfig.Builder. getDefaultInstanceForType()
Cluster.RingHashLbConfig
Cluster.RingHashLbConfig. getDefaultInstanceForType()
Cluster.RingHashLbConfig
Cluster.Builder. getRingHashLbConfig()
Optional configuration for the Ring Hash load balancing policy.Cluster.RingHashLbConfig
Cluster. getRingHashLbConfig()
Optional configuration for the Ring Hash load balancing policy.Cluster.RingHashLbConfig
ClusterOrBuilder. getRingHashLbConfig()
Optional configuration for the Ring Hash load balancing policy.static Cluster.RingHashLbConfig
Cluster.RingHashLbConfig. parseDelimitedFrom(java.io.InputStream input)
static Cluster.RingHashLbConfig
Cluster.RingHashLbConfig. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.RingHashLbConfig
Cluster.RingHashLbConfig. parseFrom(byte[] data)
static Cluster.RingHashLbConfig
Cluster.RingHashLbConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.RingHashLbConfig
Cluster.RingHashLbConfig. parseFrom(com.google.protobuf.ByteString data)
static Cluster.RingHashLbConfig
Cluster.RingHashLbConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.RingHashLbConfig
Cluster.RingHashLbConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static Cluster.RingHashLbConfig
Cluster.RingHashLbConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.RingHashLbConfig
Cluster.RingHashLbConfig. parseFrom(java.io.InputStream input)
static Cluster.RingHashLbConfig
Cluster.RingHashLbConfig. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.RingHashLbConfig
Cluster.RingHashLbConfig. parseFrom(java.nio.ByteBuffer data)
static Cluster.RingHashLbConfig
Cluster.RingHashLbConfig. 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.RingHashLbConfig Modifier and Type Method Description com.google.protobuf.Parser<Cluster.RingHashLbConfig>
Cluster.RingHashLbConfig. getParserForType()
private com.google.protobuf.SingleFieldBuilder<Cluster.RingHashLbConfig,Cluster.RingHashLbConfig.Builder,Cluster.RingHashLbConfigOrBuilder>
Cluster.Builder. getRingHashLbConfigFieldBuilder()
Optional configuration for the Ring Hash load balancing policy.static com.google.protobuf.Parser<Cluster.RingHashLbConfig>
Cluster.RingHashLbConfig. parser()
Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.RingHashLbConfig Modifier and Type Method Description private void
Cluster.RingHashLbConfig.Builder. buildPartial0(Cluster.RingHashLbConfig result)
Cluster.RingHashLbConfig.Builder
Cluster.RingHashLbConfig.Builder. mergeFrom(Cluster.RingHashLbConfig other)
Cluster.Builder
Cluster.Builder. mergeRingHashLbConfig(Cluster.RingHashLbConfig value)
Optional configuration for the Ring Hash load balancing policy.static Cluster.RingHashLbConfig.Builder
Cluster.RingHashLbConfig. newBuilder(Cluster.RingHashLbConfig prototype)
Cluster.Builder
Cluster.Builder. setRingHashLbConfig(Cluster.RingHashLbConfig value)
Optional configuration for the Ring Hash load balancing policy.
-