Uses of Class
io.envoyproxy.envoy.config.core.v3.Locality.Builder
Packages that use Locality.Builder
-
Uses of Locality.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type Locality.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<Locality, Locality.Builder, LocalityOrBuilder> Node.Builder.localityBuilder_Methods in io.envoyproxy.envoy.config.core.v3 that return Locality.BuilderModifier and TypeMethodDescriptionLocality.Builder.clear()Locality.Builder.clearRegion()Region this :ref:`zone <envoy_v3_api_field_config.core.v3.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.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) static Locality.BuilderLocality.newBuilder()static Locality.BuilderLocality.newBuilder(Locality prototype) Locality.newBuilderForType()protected Locality.BuilderLocality.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Region this :ref:`zone <envoy_v3_api_field_config.core.v3.Locality.zone>` belongs to.Locality.Builder.setRegionBytes(com.google.protobuf.ByteString value) Region this :ref:`zone <envoy_v3_api_field_config.core.v3.Locality.zone>` belongs to.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.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.config.core.v3 that return types with arguments of type Locality.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Locality, Locality.Builder, LocalityOrBuilder> Node.Builder.getLocalityFieldBuilder()Locality specifying where the Envoy instance is running.Methods in io.envoyproxy.envoy.config.core.v3 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.config.endpoint.v3
Fields in io.envoyproxy.envoy.config.endpoint.v3 with type parameters of type Locality.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<Locality, Locality.Builder, LocalityOrBuilder> LocalityLbEndpoints.Builder.localityBuilder_private com.google.protobuf.SingleFieldBuilder<Locality, Locality.Builder, LocalityOrBuilder> UpstreamLocalityStats.Builder.localityBuilder_Methods in io.envoyproxy.envoy.config.endpoint.v3 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.config.endpoint.v3 that return types with arguments of type Locality.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Locality, Locality.Builder, LocalityOrBuilder> LocalityLbEndpoints.Builder.getLocalityFieldBuilder()Identifies location of where the upstream hosts run.private com.google.protobuf.SingleFieldBuilder<Locality, Locality.Builder, LocalityOrBuilder> UpstreamLocalityStats.Builder.getLocalityFieldBuilder()Name of zone, region and optionally endpoint group these metrics were collected from.Methods in io.envoyproxy.envoy.config.endpoint.v3 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.