Uses of Class
io.envoyproxy.envoy.api.v2.core.Locality.Builder
Packages that use Locality.Builder
Package
Description
-
Uses of Locality.Builder in io.envoyproxy.envoy.admin.v2alpha
Methods in io.envoyproxy.envoy.admin.v2alpha that return Locality.BuilderMethods in io.envoyproxy.envoy.admin.v2alpha with parameters of type Locality.BuilderModifier and TypeMethodDescriptionHostStatus.Builder.setLocality(Locality.Builder builderForValue) locality of the host. -
Uses of Locality.Builder in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return Locality.BuilderModifier and TypeMethodDescriptionLocality.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Locality.Builder.clear()Locality.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Locality.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Locality.Builder.clearRegion()Region this :ref:`zone <envoy_api_field_core.Locality.zone>` belongs to.Locality.Builder.clearSubZone()When used for locality of upstream hosts, this field further splits zone into smaller chunks of sub-zones so they can be load balanced independently.Locality.Builder.clearZone()Defines the local service zone where Envoy is running.Locality.Builder.clone()Node.Builder.getLocalityBuilder()Locality specifying where the Envoy instance is running.Locality.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Locality.Builder.mergeFrom(com.google.protobuf.Message other) final Locality.BuilderLocality.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Locality.BuilderLocality.newBuilder()static Locality.BuilderLocality.newBuilder(Locality prototype) Locality.newBuilderForType()protected Locality.BuilderLocality.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Region this :ref:`zone <envoy_api_field_core.Locality.zone>` belongs to.Locality.Builder.setRegionBytes(com.google.protobuf.ByteString value) Region this :ref:`zone <envoy_api_field_core.Locality.zone>` belongs to.Locality.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Locality.Builder.setSubZone(String value) When used for locality of upstream hosts, this field further splits zone into smaller chunks of sub-zones so they can be load balanced independently.Locality.Builder.setSubZoneBytes(com.google.protobuf.ByteString value) When used for locality of upstream hosts, this field further splits zone into smaller chunks of sub-zones so they can be load balanced independently.final Locality.BuilderLocality.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Defines the local service zone where Envoy is running.Locality.Builder.setZoneBytes(com.google.protobuf.ByteString value) Defines the local service zone where Envoy is running.Locality.toBuilder()Methods in io.envoyproxy.envoy.api.v2.core with parameters of type Locality.BuilderModifier and TypeMethodDescriptionNode.Builder.setLocality(Locality.Builder builderForValue) Locality specifying where the Envoy instance is running. -
Uses of Locality.Builder in io.envoyproxy.envoy.api.v2.endpoint
Methods in io.envoyproxy.envoy.api.v2.endpoint that return Locality.BuilderModifier and TypeMethodDescriptionLocalityLbEndpoints.Builder.getLocalityBuilder()Identifies location of where the upstream hosts run.UpstreamLocalityStats.Builder.getLocalityBuilder()Name of zone, region and optionally endpoint group these metrics were collected from.Methods in io.envoyproxy.envoy.api.v2.endpoint with parameters of type Locality.BuilderModifier and TypeMethodDescriptionLocalityLbEndpoints.Builder.setLocality(Locality.Builder builderForValue) Identifies location of where the upstream hosts run.UpstreamLocalityStats.Builder.setLocality(Locality.Builder builderForValue) Name of zone, region and optionally endpoint group these metrics were collected from. -
Uses of Locality.Builder in io.envoyproxy.envoy.service.discovery.v2
Methods in io.envoyproxy.envoy.service.discovery.v2 that return Locality.BuilderModifier and TypeMethodDescriptionLocalityEndpoints.Builder.getLocalityBuilder().envoy.api.v2.core.Locality locality = 1;Methods in io.envoyproxy.envoy.service.discovery.v2 with parameters of type Locality.BuilderModifier and TypeMethodDescriptionLocalityEndpoints.Builder.setLocality(Locality.Builder builderForValue) .envoy.api.v2.core.Locality locality = 1;