Package io.envoyproxy.envoy.watchdog.v3
Class AbortActionConfig.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AbortActionConfig.Builder>
-
- io.envoyproxy.envoy.watchdog.v3.AbortActionConfig.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,AbortActionConfigOrBuilder,Cloneable
- Enclosing class:
- AbortActionConfig
public static final class AbortActionConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AbortActionConfig.Builder> implements AbortActionConfigOrBuilder
A GuardDogAction that will terminate the process by killing the stuck thread. This would allow easier access to the call stack of the stuck thread since we would run signal handlers on that thread. By default this will be registered to run as the last watchdog action on KILL and MULTIKILL events if those are enabled.
Protobuf typeenvoy.watchdog.v3.AbortActionConfig
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AbortActionConfig.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AbortActionConfigbuild()AbortActionConfigbuildPartial()AbortActionConfig.Builderclear()AbortActionConfig.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)AbortActionConfig.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)AbortActionConfig.BuilderclearWaitDuration()How long to wait for the thread to respond to the thread kill function before killing the process from this action.AbortActionConfig.Builderclone()AbortActionConfiggetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()com.google.protobuf.DurationgetWaitDuration()How long to wait for the thread to respond to the thread kill function before killing the process from this action.com.google.protobuf.Duration.BuildergetWaitDurationBuilder()How long to wait for the thread to respond to the thread kill function before killing the process from this action.com.google.protobuf.DurationOrBuildergetWaitDurationOrBuilder()How long to wait for the thread to respond to the thread kill function before killing the process from this action.booleanhasWaitDuration()How long to wait for the thread to respond to the thread kill function before killing the process from this action.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()AbortActionConfig.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AbortActionConfig.BuildermergeFrom(com.google.protobuf.Message other)AbortActionConfig.BuildermergeFrom(AbortActionConfig other)AbortActionConfig.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AbortActionConfig.BuildermergeWaitDuration(com.google.protobuf.Duration value)How long to wait for the thread to respond to the thread kill function before killing the process from this action.AbortActionConfig.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AbortActionConfig.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)AbortActionConfig.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AbortActionConfig.BuildersetWaitDuration(com.google.protobuf.Duration value)How long to wait for the thread to respond to the thread kill function before killing the process from this action.AbortActionConfig.BuildersetWaitDuration(com.google.protobuf.Duration.Builder builderForValue)How long to wait for the thread to respond to the thread kill function before killing the process from this action.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<AbortActionConfig.Builder>
-
clear
public AbortActionConfig.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<AbortActionConfig.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<AbortActionConfig.Builder>
-
getDefaultInstanceForType
public AbortActionConfig getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public AbortActionConfig build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AbortActionConfig buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AbortActionConfig.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<AbortActionConfig.Builder>
-
setField
public AbortActionConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AbortActionConfig.Builder>
-
clearField
public AbortActionConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AbortActionConfig.Builder>
-
clearOneof
public AbortActionConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<AbortActionConfig.Builder>
-
setRepeatedField
public AbortActionConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AbortActionConfig.Builder>
-
addRepeatedField
public AbortActionConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AbortActionConfig.Builder>
-
mergeFrom
public AbortActionConfig.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AbortActionConfig.Builder>
-
mergeFrom
public AbortActionConfig.Builder mergeFrom(AbortActionConfig other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<AbortActionConfig.Builder>
-
mergeFrom
public AbortActionConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AbortActionConfig.Builder>- Throws:
IOException
-
hasWaitDuration
public boolean hasWaitDuration()
How long to wait for the thread to respond to the thread kill function before killing the process from this action. This is a blocking action. By default this is 5 seconds.
.google.protobuf.Duration wait_duration = 1;- Specified by:
hasWaitDurationin interfaceAbortActionConfigOrBuilder- Returns:
- Whether the waitDuration field is set.
-
getWaitDuration
public com.google.protobuf.Duration getWaitDuration()
How long to wait for the thread to respond to the thread kill function before killing the process from this action. This is a blocking action. By default this is 5 seconds.
.google.protobuf.Duration wait_duration = 1;- Specified by:
getWaitDurationin interfaceAbortActionConfigOrBuilder- Returns:
- The waitDuration.
-
setWaitDuration
public AbortActionConfig.Builder setWaitDuration(com.google.protobuf.Duration value)
How long to wait for the thread to respond to the thread kill function before killing the process from this action. This is a blocking action. By default this is 5 seconds.
.google.protobuf.Duration wait_duration = 1;
-
setWaitDuration
public AbortActionConfig.Builder setWaitDuration(com.google.protobuf.Duration.Builder builderForValue)
How long to wait for the thread to respond to the thread kill function before killing the process from this action. This is a blocking action. By default this is 5 seconds.
.google.protobuf.Duration wait_duration = 1;
-
mergeWaitDuration
public AbortActionConfig.Builder mergeWaitDuration(com.google.protobuf.Duration value)
How long to wait for the thread to respond to the thread kill function before killing the process from this action. This is a blocking action. By default this is 5 seconds.
.google.protobuf.Duration wait_duration = 1;
-
clearWaitDuration
public AbortActionConfig.Builder clearWaitDuration()
How long to wait for the thread to respond to the thread kill function before killing the process from this action. This is a blocking action. By default this is 5 seconds.
.google.protobuf.Duration wait_duration = 1;
-
getWaitDurationBuilder
public com.google.protobuf.Duration.Builder getWaitDurationBuilder()
How long to wait for the thread to respond to the thread kill function before killing the process from this action. This is a blocking action. By default this is 5 seconds.
.google.protobuf.Duration wait_duration = 1;
-
getWaitDurationOrBuilder
public com.google.protobuf.DurationOrBuilder getWaitDurationOrBuilder()
How long to wait for the thread to respond to the thread kill function before killing the process from this action. This is a blocking action. By default this is 5 seconds.
.google.protobuf.Duration wait_duration = 1;- Specified by:
getWaitDurationOrBuilderin interfaceAbortActionConfigOrBuilder
-
setUnknownFields
public final AbortActionConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AbortActionConfig.Builder>
-
mergeUnknownFields
public final AbortActionConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AbortActionConfig.Builder>
-
-