Uses of Class
io.envoyproxy.envoy.admin.v3.HostStatus
Packages that use HostStatus
-
Uses of HostStatus in io.envoyproxy.envoy.admin.v3
Methods in io.envoyproxy.envoy.admin.v3 that return HostStatusModifier and TypeMethodDescriptionHostStatus.Builder.build()HostStatus.Builder.buildPartial()static HostStatusHostStatus.getDefaultInstance()HostStatus.Builder.getDefaultInstanceForType()HostStatus.getDefaultInstanceForType()ClusterStatus.Builder.getHostStatuses(int index) Mapping from host address to the host's current status.ClusterStatus.getHostStatuses(int index) Mapping from host address to the host's current status.ClusterStatusOrBuilder.getHostStatuses(int index) Mapping from host address to the host's current status.static HostStatusHostStatus.parseDelimitedFrom(InputStream input) static HostStatusHostStatus.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HostStatusHostStatus.parseFrom(byte[] data) static HostStatusHostStatus.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HostStatusHostStatus.parseFrom(com.google.protobuf.ByteString data) static HostStatusHostStatus.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HostStatusHostStatus.parseFrom(com.google.protobuf.CodedInputStream input) static HostStatusHostStatus.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HostStatusHostStatus.parseFrom(InputStream input) static HostStatusHostStatus.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HostStatusHostStatus.parseFrom(ByteBuffer data) static HostStatusHostStatus.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.admin.v3 that return types with arguments of type HostStatusModifier and TypeMethodDescriptionClusterStatus.Builder.getHostStatusesList()Mapping from host address to the host's current status.ClusterStatus.getHostStatusesList()Mapping from host address to the host's current status.ClusterStatusOrBuilder.getHostStatusesList()Mapping from host address to the host's current status.com.google.protobuf.Parser<HostStatus>HostStatus.getParserForType()static com.google.protobuf.Parser<HostStatus>HostStatus.parser()Methods in io.envoyproxy.envoy.admin.v3 with parameters of type HostStatusModifier and TypeMethodDescriptionClusterStatus.Builder.addHostStatuses(int index, HostStatus value) Mapping from host address to the host's current status.ClusterStatus.Builder.addHostStatuses(HostStatus value) Mapping from host address to the host's current status.HostStatus.Builder.mergeFrom(HostStatus other) static HostStatus.BuilderHostStatus.newBuilder(HostStatus prototype) ClusterStatus.Builder.setHostStatuses(int index, HostStatus value) Mapping from host address to the host's current status.Method parameters in io.envoyproxy.envoy.admin.v3 with type arguments of type HostStatusModifier and TypeMethodDescriptionClusterStatus.Builder.addAllHostStatuses(Iterable<? extends HostStatus> values) Mapping from host address to the host's current status.