Uses of Class
io.envoyproxy.envoy.admin.v2alpha.HostStatus.Builder
Packages that use HostStatus.Builder
-
Uses of HostStatus.Builder in io.envoyproxy.envoy.admin.v2alpha
Methods in io.envoyproxy.envoy.admin.v2alpha that return HostStatus.BuilderModifier and TypeMethodDescriptionHostStatus.Builder.addAllStats(Iterable<? extends SimpleMetric> values) List of stats specific to this host.ClusterStatus.Builder.addHostStatusesBuilder()Mapping from host address to the host's current status.ClusterStatus.Builder.addHostStatusesBuilder(int index) Mapping from host address to the host's current status.HostStatus.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HostStatus.Builder.addStats(int index, SimpleMetric value) List of stats specific to this host.HostStatus.Builder.addStats(int index, SimpleMetric.Builder builderForValue) List of stats specific to this host.HostStatus.Builder.addStats(SimpleMetric value) List of stats specific to this host.HostStatus.Builder.addStats(SimpleMetric.Builder builderForValue) List of stats specific to this host.HostStatus.Builder.clear()HostStatus.Builder.clearAddress()Address of this host.HostStatus.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HostStatus.Builder.clearHealthStatus()The host's current health status.HostStatus.Builder.clearHostname()The hostname of the host, if applicable.HostStatus.Builder.clearLocality()locality of the host.HostStatus.Builder.clearLocalOriginSuccessRate()Request success rate for this host over the last calculated interval when only locally originated errors are taken into account and externally originated errors were treated as success.HostStatus.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HostStatus.Builder.clearPriority()The host's priority.HostStatus.Builder.clearStats()List of stats specific to this host.HostStatus.Builder.clearSuccessRate()Request success rate for this host over the last calculated interval.HostStatus.Builder.clearWeight()The host's weight.HostStatus.Builder.clone()ClusterStatus.Builder.getHostStatusesBuilder(int index) Mapping from host address to the host's current status.HostStatus.Builder.mergeAddress(Address value) Address of this host.HostStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HostStatus.Builder.mergeFrom(com.google.protobuf.Message other) HostStatus.Builder.mergeFrom(HostStatus other) HostStatus.Builder.mergeHealthStatus(HostHealthStatus value) The host's current health status.HostStatus.Builder.mergeLocality(Locality value) locality of the host.HostStatus.Builder.mergeLocalOriginSuccessRate(Percent value) Request success rate for this host over the last calculated interval when only locally originated errors are taken into account and externally originated errors were treated as success.HostStatus.Builder.mergeSuccessRate(Percent value) Request success rate for this host over the last calculated interval.final HostStatus.BuilderHostStatus.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static HostStatus.BuilderHostStatus.newBuilder()static HostStatus.BuilderHostStatus.newBuilder(HostStatus prototype) HostStatus.newBuilderForType()protected HostStatus.BuilderHostStatus.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HostStatus.Builder.removeStats(int index) List of stats specific to this host.HostStatus.Builder.setAddress(Address value) Address of this host.HostStatus.Builder.setAddress(Address.Builder builderForValue) Address of this host.HostStatus.Builder.setHealthStatus(HostHealthStatus value) The host's current health status.HostStatus.Builder.setHealthStatus(HostHealthStatus.Builder builderForValue) The host's current health status.HostStatus.Builder.setHostname(String value) The hostname of the host, if applicable.HostStatus.Builder.setHostnameBytes(com.google.protobuf.ByteString value) The hostname of the host, if applicable.HostStatus.Builder.setLocality(Locality value) locality of the host.HostStatus.Builder.setLocality(Locality.Builder builderForValue) locality of the host.HostStatus.Builder.setLocalOriginSuccessRate(Percent value) Request success rate for this host over the last calculated interval when only locally originated errors are taken into account and externally originated errors were treated as success.HostStatus.Builder.setLocalOriginSuccessRate(Percent.Builder builderForValue) Request success rate for this host over the last calculated interval when only locally originated errors are taken into account and externally originated errors were treated as success.HostStatus.Builder.setPriority(int value) The host's priority.HostStatus.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) HostStatus.Builder.setStats(int index, SimpleMetric value) List of stats specific to this host.HostStatus.Builder.setStats(int index, SimpleMetric.Builder builderForValue) List of stats specific to this host.HostStatus.Builder.setSuccessRate(Percent value) Request success rate for this host over the last calculated interval.HostStatus.Builder.setSuccessRate(Percent.Builder builderForValue) Request success rate for this host over the last calculated interval.final HostStatus.BuilderHostStatus.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HostStatus.Builder.setWeight(int value) The host's weight.HostStatus.toBuilder()Methods in io.envoyproxy.envoy.admin.v2alpha that return types with arguments of type HostStatus.BuilderModifier and TypeMethodDescriptionClusterStatus.Builder.getHostStatusesBuilderList()Mapping from host address to the host's current status.Methods in io.envoyproxy.envoy.admin.v2alpha with parameters of type HostStatus.BuilderModifier and TypeMethodDescriptionClusterStatus.Builder.addHostStatuses(int index, HostStatus.Builder builderForValue) Mapping from host address to the host's current status.ClusterStatus.Builder.addHostStatuses(HostStatus.Builder builderForValue) Mapping from host address to the host's current status.ClusterStatus.Builder.setHostStatuses(int index, HostStatus.Builder builderForValue) Mapping from host address to the host's current status.