Uses of Class
io.envoyproxy.envoy.api.v2.core.Locality
Packages that use Locality
Package
Description
-
Uses of Locality in io.envoyproxy.envoy.admin.v2alpha
Methods in io.envoyproxy.envoy.admin.v2alpha that return LocalityModifier and TypeMethodDescriptionHostStatus.Builder.getLocality()locality of the host.HostStatus.getLocality()locality of the host.HostStatusOrBuilder.getLocality()locality of the host.Methods in io.envoyproxy.envoy.admin.v2alpha with parameters of type LocalityModifier and TypeMethodDescriptionHostStatus.Builder.mergeLocality(Locality value) locality of the host.HostStatus.Builder.setLocality(Locality value) locality of the host. -
Uses of Locality in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return LocalityModifier and TypeMethodDescriptionLocality.Builder.build()Locality.Builder.buildPartial()static LocalityLocality.getDefaultInstance()Locality.Builder.getDefaultInstanceForType()Locality.getDefaultInstanceForType()Node.Builder.getLocality()Locality specifying where the Envoy instance is running.Node.getLocality()Locality specifying where the Envoy instance is running.NodeOrBuilder.getLocality()Locality specifying where the Envoy instance is running.static LocalityLocality.parseDelimitedFrom(InputStream input) static LocalityLocality.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LocalityLocality.parseFrom(byte[] data) static LocalityLocality.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LocalityLocality.parseFrom(com.google.protobuf.ByteString data) static LocalityLocality.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LocalityLocality.parseFrom(com.google.protobuf.CodedInputStream input) static LocalityLocality.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LocalityLocality.parseFrom(InputStream input) static LocalityLocality.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LocalityLocality.parseFrom(ByteBuffer data) static LocalityLocality.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.api.v2.core that return types with arguments of type LocalityModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Locality>Locality.getParserForType()static com.google.protobuf.Parser<Locality>Locality.parser()Methods in io.envoyproxy.envoy.api.v2.core with parameters of type LocalityModifier and TypeMethodDescriptionNode.Builder.mergeLocality(Locality value) Locality specifying where the Envoy instance is running.static Locality.BuilderLocality.newBuilder(Locality prototype) Node.Builder.setLocality(Locality value) Locality specifying where the Envoy instance is running. -
Uses of Locality in io.envoyproxy.envoy.api.v2.endpoint
Methods in io.envoyproxy.envoy.api.v2.endpoint that return LocalityModifier and TypeMethodDescriptionLocalityLbEndpoints.Builder.getLocality()Identifies location of where the upstream hosts run.LocalityLbEndpoints.getLocality()Identifies location of where the upstream hosts run.LocalityLbEndpointsOrBuilder.getLocality()Identifies location of where the upstream hosts run.UpstreamLocalityStats.Builder.getLocality()Name of zone, region and optionally endpoint group these metrics were collected from.UpstreamLocalityStats.getLocality()Name of zone, region and optionally endpoint group these metrics were collected from.UpstreamLocalityStatsOrBuilder.getLocality()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 LocalityModifier and TypeMethodDescriptionLocalityLbEndpoints.Builder.mergeLocality(Locality value) Identifies location of where the upstream hosts run.UpstreamLocalityStats.Builder.mergeLocality(Locality value) Name of zone, region and optionally endpoint group these metrics were collected from.LocalityLbEndpoints.Builder.setLocality(Locality value) Identifies location of where the upstream hosts run.UpstreamLocalityStats.Builder.setLocality(Locality value) Name of zone, region and optionally endpoint group these metrics were collected from. -
Uses of Locality in io.envoyproxy.envoy.service.discovery.v2
Methods in io.envoyproxy.envoy.service.discovery.v2 that return LocalityModifier and TypeMethodDescriptionLocalityEndpoints.Builder.getLocality().envoy.api.v2.core.Locality locality = 1;LocalityEndpoints.getLocality().envoy.api.v2.core.Locality locality = 1;LocalityEndpointsOrBuilder.getLocality().envoy.api.v2.core.Locality locality = 1;Methods in io.envoyproxy.envoy.service.discovery.v2 with parameters of type LocalityModifier and TypeMethodDescriptionLocalityEndpoints.Builder.mergeLocality(Locality value) .envoy.api.v2.core.Locality locality = 1;LocalityEndpoints.Builder.setLocality(Locality value) .envoy.api.v2.core.Locality locality = 1;