public final class Watchdogs extends com.google.protobuf.GeneratedMessageV3 implements WatchdogsOrBuilder
Allows you to specify different watchdog configs for different subsystems. This allows finer tuned policies for the watchdog. If a subsystem is omitted the default values for that system will be used.Protobuf type
envoy.config.bootstrap.v4alpha.Watchdogs| Modifier and Type | Class and Description |
|---|---|
static class |
Watchdogs.Builder
Allows you to specify different watchdog configs for different subsystems.
|
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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
MAIN_THREAD_WATCHDOG_FIELD_NUMBER |
static int |
WORKER_WATCHDOG_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Watchdogs |
getDefaultInstance() |
Watchdogs |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Watchdog |
getMainThreadWatchdog()
Watchdog for the main thread.
|
WatchdogOrBuilder |
getMainThreadWatchdogOrBuilder()
Watchdog for the main thread.
|
com.google.protobuf.Parser<Watchdogs> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Watchdog |
getWorkerWatchdog()
Watchdog for the worker threads.
|
WatchdogOrBuilder |
getWorkerWatchdogOrBuilder()
Watchdog for the worker threads.
|
int |
hashCode() |
boolean |
hasMainThreadWatchdog()
Watchdog for the main thread.
|
boolean |
hasWorkerWatchdog()
Watchdog for the worker threads.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Watchdogs.Builder |
newBuilder() |
static Watchdogs.Builder |
newBuilder(Watchdogs prototype) |
Watchdogs.Builder |
newBuilderForType() |
protected Watchdogs.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Watchdogs |
parseDelimitedFrom(InputStream input) |
static Watchdogs |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Watchdogs |
parseFrom(byte[] data) |
static Watchdogs |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Watchdogs |
parseFrom(ByteBuffer data) |
static Watchdogs |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Watchdogs |
parseFrom(com.google.protobuf.ByteString data) |
static Watchdogs |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Watchdogs |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Watchdogs |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Watchdogs |
parseFrom(InputStream input) |
static Watchdogs |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Watchdogs> |
parser() |
Watchdogs.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, 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 MAIN_THREAD_WATCHDOG_FIELD_NUMBER
public static final int WORKER_WATCHDOG_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public 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 hasMainThreadWatchdog()
Watchdog for the main thread.
.envoy.config.bootstrap.v4alpha.Watchdog main_thread_watchdog = 1;hasMainThreadWatchdog in interface WatchdogsOrBuilderpublic Watchdog getMainThreadWatchdog()
Watchdog for the main thread.
.envoy.config.bootstrap.v4alpha.Watchdog main_thread_watchdog = 1;getMainThreadWatchdog in interface WatchdogsOrBuilderpublic WatchdogOrBuilder getMainThreadWatchdogOrBuilder()
Watchdog for the main thread.
.envoy.config.bootstrap.v4alpha.Watchdog main_thread_watchdog = 1;getMainThreadWatchdogOrBuilder in interface WatchdogsOrBuilderpublic boolean hasWorkerWatchdog()
Watchdog for the worker threads.
.envoy.config.bootstrap.v4alpha.Watchdog worker_watchdog = 2;hasWorkerWatchdog in interface WatchdogsOrBuilderpublic Watchdog getWorkerWatchdog()
Watchdog for the worker threads.
.envoy.config.bootstrap.v4alpha.Watchdog worker_watchdog = 2;getWorkerWatchdog in interface WatchdogsOrBuilderpublic WatchdogOrBuilder getWorkerWatchdogOrBuilder()
Watchdog for the worker threads.
.envoy.config.bootstrap.v4alpha.Watchdog worker_watchdog = 2;getWorkerWatchdogOrBuilder in interface WatchdogsOrBuilderpublic 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 Watchdogs parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Watchdogs parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Watchdogs parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Watchdogs parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Watchdogs parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Watchdogs parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Watchdogs parseFrom(InputStream input) throws IOException
IOExceptionpublic static Watchdogs parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Watchdogs parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Watchdogs parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Watchdogs parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Watchdogs parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Watchdogs.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Watchdogs.Builder newBuilder()
public static Watchdogs.Builder newBuilder(Watchdogs prototype)
public Watchdogs.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Watchdogs.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Watchdogs getDefaultInstance()
public static com.google.protobuf.Parser<Watchdogs> parser()
public com.google.protobuf.Parser<Watchdogs> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Watchdogs getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.