Uses of Class
io.envoyproxy.envoy.config.core.v3.Locality
Packages that use Locality
-
Uses of Locality in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 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.config.core.v3 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.config.core.v3 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.config.endpoint.v3
Methods in io.envoyproxy.envoy.config.endpoint.v3 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.config.endpoint.v3 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.