Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.RingHashLbConfig
Packages that use Cluster.RingHashLbConfig
-
Uses of Cluster.RingHashLbConfig in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.RingHashLbConfigModifier and TypeMethodDescriptionCluster.RingHashLbConfig.Builder.build()Cluster.RingHashLbConfig.Builder.buildPartial()static Cluster.RingHashLbConfigCluster.RingHashLbConfig.getDefaultInstance()Cluster.RingHashLbConfig.Builder.getDefaultInstanceForType()Cluster.RingHashLbConfig.getDefaultInstanceForType()Cluster.Builder.getRingHashLbConfig()Optional configuration for the Ring Hash load balancing policy.Cluster.getRingHashLbConfig()Optional configuration for the Ring Hash load balancing policy.ClusterOrBuilder.getRingHashLbConfig()Optional configuration for the Ring Hash load balancing policy.static Cluster.RingHashLbConfigCluster.RingHashLbConfig.parseDelimitedFrom(InputStream input) static Cluster.RingHashLbConfigCluster.RingHashLbConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.RingHashLbConfigCluster.RingHashLbConfig.parseFrom(byte[] data) static Cluster.RingHashLbConfigCluster.RingHashLbConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.RingHashLbConfigCluster.RingHashLbConfig.parseFrom(com.google.protobuf.ByteString data) static Cluster.RingHashLbConfigCluster.RingHashLbConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.RingHashLbConfigCluster.RingHashLbConfig.parseFrom(com.google.protobuf.CodedInputStream input) static Cluster.RingHashLbConfigCluster.RingHashLbConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.RingHashLbConfigCluster.RingHashLbConfig.parseFrom(InputStream input) static Cluster.RingHashLbConfigCluster.RingHashLbConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.RingHashLbConfigCluster.RingHashLbConfig.parseFrom(ByteBuffer data) static Cluster.RingHashLbConfigCluster.RingHashLbConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.RingHashLbConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Cluster.RingHashLbConfig> Cluster.RingHashLbConfig.getParserForType()static com.google.protobuf.Parser<Cluster.RingHashLbConfig> Cluster.RingHashLbConfig.parser()Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.RingHashLbConfigModifier and TypeMethodDescriptionCluster.RingHashLbConfig.Builder.mergeFrom(Cluster.RingHashLbConfig other) Cluster.Builder.mergeRingHashLbConfig(Cluster.RingHashLbConfig value) Optional configuration for the Ring Hash load balancing policy.Cluster.RingHashLbConfig.newBuilder(Cluster.RingHashLbConfig prototype) Cluster.Builder.setRingHashLbConfig(Cluster.RingHashLbConfig value) Optional configuration for the Ring Hash load balancing policy.