Uses of Class
io.envoyproxy.envoy.admin.v3.HostStatus.Builder
Packages that use HostStatus.Builder
-
Uses of HostStatus.Builder in io.envoyproxy.envoy.admin.v3
Methods in io.envoyproxy.envoy.admin.v3 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()The success rate for this host during the last interval, considering only locally generated errors.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()The success rate for this host during the last measurement intervalHostStatus.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) The success rate for this host during the last interval, considering only locally generated errors.HostStatus.Builder.mergeSuccessRate(Percent value) The success rate for this host during the last measurement intervalfinal 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) The success rate for this host during the last interval, considering only locally generated errors.HostStatus.Builder.setLocalOriginSuccessRate(Percent.Builder builderForValue) The success rate for this host during the last interval, considering only locally generated errors.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) The success rate for this host during the last measurement intervalHostStatus.Builder.setSuccessRate(Percent.Builder builderForValue) The success rate for this host during the last measurement intervalfinal 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.v3 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.v3 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.