public static final class ClustersOuterClass.HostStatus extends com.google.protobuf.GeneratedMessageV3 implements ClustersOuterClass.HostStatusOrBuilder
Current state of a particular host.Protobuf type
envoy.admin.v2alpha.HostStatus| Modifier and Type | Class and Description |
|---|---|
static class |
ClustersOuterClass.HostStatus.Builder
Current state of a particular host.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ADDRESS_FIELD_NUMBER |
static int |
HEALTH_STATUS_FIELD_NUMBER |
static int |
STATS_FIELD_NUMBER |
static int |
SUCCESS_RATE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AddressOuterClass.Address |
getAddress()
Address of this host.
|
AddressOuterClass.AddressOrBuilder |
getAddressOrBuilder()
Address of this host.
|
static ClustersOuterClass.HostStatus |
getDefaultInstance() |
ClustersOuterClass.HostStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ClustersOuterClass.HostHealthStatus |
getHealthStatus()
The host's current health status.
|
ClustersOuterClass.HostHealthStatusOrBuilder |
getHealthStatusOrBuilder()
The host's current health status.
|
com.google.protobuf.Parser<ClustersOuterClass.HostStatus> |
getParserForType() |
int |
getSerializedSize() |
Metrics.SimpleMetric |
getStats(int index)
List of stats specific to this host.
|
int |
getStatsCount()
List of stats specific to this host.
|
List<Metrics.SimpleMetric> |
getStatsList()
List of stats specific to this host.
|
Metrics.SimpleMetricOrBuilder |
getStatsOrBuilder(int index)
List of stats specific to this host.
|
List<? extends Metrics.SimpleMetricOrBuilder> |
getStatsOrBuilderList()
List of stats specific to this host.
|
PercentOuterClass.Percent |
getSuccessRate()
Request success rate for this host over the last calculated interval.
|
PercentOuterClass.PercentOrBuilder |
getSuccessRateOrBuilder()
Request success rate for this host over the last calculated interval.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAddress()
Address of this host.
|
int |
hashCode() |
boolean |
hasHealthStatus()
The host's current health status.
|
boolean |
hasSuccessRate()
Request success rate for this host over the last calculated interval.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ClustersOuterClass.HostStatus.Builder |
newBuilder() |
static ClustersOuterClass.HostStatus.Builder |
newBuilder(ClustersOuterClass.HostStatus prototype) |
ClustersOuterClass.HostStatus.Builder |
newBuilderForType() |
protected ClustersOuterClass.HostStatus.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ClustersOuterClass.HostStatus |
parseDelimitedFrom(InputStream input) |
static ClustersOuterClass.HostStatus |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClustersOuterClass.HostStatus |
parseFrom(byte[] data) |
static ClustersOuterClass.HostStatus |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClustersOuterClass.HostStatus |
parseFrom(ByteBuffer data) |
static ClustersOuterClass.HostStatus |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClustersOuterClass.HostStatus |
parseFrom(com.google.protobuf.ByteString data) |
static ClustersOuterClass.HostStatus |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClustersOuterClass.HostStatus |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClustersOuterClass.HostStatus |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClustersOuterClass.HostStatus |
parseFrom(InputStream input) |
static ClustersOuterClass.HostStatus |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ClustersOuterClass.HostStatus> |
parser() |
ClustersOuterClass.HostStatus.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ADDRESS_FIELD_NUMBER
public static final int STATS_FIELD_NUMBER
public static final int HEALTH_STATUS_FIELD_NUMBER
public static final int SUCCESS_RATE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasAddress()
Address of this host.
.envoy.api.v2.core.Address address = 1;hasAddress in interface ClustersOuterClass.HostStatusOrBuilderpublic AddressOuterClass.Address getAddress()
Address of this host.
.envoy.api.v2.core.Address address = 1;getAddress in interface ClustersOuterClass.HostStatusOrBuilderpublic AddressOuterClass.AddressOrBuilder getAddressOrBuilder()
Address of this host.
.envoy.api.v2.core.Address address = 1;getAddressOrBuilder in interface ClustersOuterClass.HostStatusOrBuilderpublic List<Metrics.SimpleMetric> getStatsList()
List of stats specific to this host.
repeated .envoy.admin.v2alpha.SimpleMetric stats = 2;getStatsList in interface ClustersOuterClass.HostStatusOrBuilderpublic List<? extends Metrics.SimpleMetricOrBuilder> getStatsOrBuilderList()
List of stats specific to this host.
repeated .envoy.admin.v2alpha.SimpleMetric stats = 2;getStatsOrBuilderList in interface ClustersOuterClass.HostStatusOrBuilderpublic int getStatsCount()
List of stats specific to this host.
repeated .envoy.admin.v2alpha.SimpleMetric stats = 2;getStatsCount in interface ClustersOuterClass.HostStatusOrBuilderpublic Metrics.SimpleMetric getStats(int index)
List of stats specific to this host.
repeated .envoy.admin.v2alpha.SimpleMetric stats = 2;getStats in interface ClustersOuterClass.HostStatusOrBuilderpublic Metrics.SimpleMetricOrBuilder getStatsOrBuilder(int index)
List of stats specific to this host.
repeated .envoy.admin.v2alpha.SimpleMetric stats = 2;getStatsOrBuilder in interface ClustersOuterClass.HostStatusOrBuilderpublic boolean hasHealthStatus()
The host's current health status.
.envoy.admin.v2alpha.HostHealthStatus health_status = 3;hasHealthStatus in interface ClustersOuterClass.HostStatusOrBuilderpublic ClustersOuterClass.HostHealthStatus getHealthStatus()
The host's current health status.
.envoy.admin.v2alpha.HostHealthStatus health_status = 3;getHealthStatus in interface ClustersOuterClass.HostStatusOrBuilderpublic ClustersOuterClass.HostHealthStatusOrBuilder getHealthStatusOrBuilder()
The host's current health status.
.envoy.admin.v2alpha.HostHealthStatus health_status = 3;getHealthStatusOrBuilder in interface ClustersOuterClass.HostStatusOrBuilderpublic boolean hasSuccessRate()
Request success rate for this host over the last calculated interval. Note: the message will not be present if host did not have enough request volume to calculate success rate or the cluster did not have enough hosts to run through success rate outlier ejection.
.envoy.type.Percent success_rate = 4;hasSuccessRate in interface ClustersOuterClass.HostStatusOrBuilderpublic PercentOuterClass.Percent getSuccessRate()
Request success rate for this host over the last calculated interval. Note: the message will not be present if host did not have enough request volume to calculate success rate or the cluster did not have enough hosts to run through success rate outlier ejection.
.envoy.type.Percent success_rate = 4;getSuccessRate in interface ClustersOuterClass.HostStatusOrBuilderpublic PercentOuterClass.PercentOrBuilder getSuccessRateOrBuilder()
Request success rate for this host over the last calculated interval. Note: the message will not be present if host did not have enough request volume to calculate success rate or the cluster did not have enough hosts to run through success rate outlier ejection.
.envoy.type.Percent success_rate = 4;getSuccessRateOrBuilder in interface ClustersOuterClass.HostStatusOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ClustersOuterClass.HostStatus parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClustersOuterClass.HostStatus parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClustersOuterClass.HostStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClustersOuterClass.HostStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClustersOuterClass.HostStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClustersOuterClass.HostStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClustersOuterClass.HostStatus parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClustersOuterClass.HostStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClustersOuterClass.HostStatus parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClustersOuterClass.HostStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClustersOuterClass.HostStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClustersOuterClass.HostStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ClustersOuterClass.HostStatus.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ClustersOuterClass.HostStatus.Builder newBuilder()
public static ClustersOuterClass.HostStatus.Builder newBuilder(ClustersOuterClass.HostStatus prototype)
public ClustersOuterClass.HostStatus.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ClustersOuterClass.HostStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ClustersOuterClass.HostStatus getDefaultInstance()
public static com.google.protobuf.Parser<ClustersOuterClass.HostStatus> parser()
public com.google.protobuf.Parser<ClustersOuterClass.HostStatus> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ClustersOuterClass.HostStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 The Envoy Project. All rights reserved.