public static final class StoreTypes.JobData.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder> implements StoreTypes.JobDataOrBuilder
org.apache.spark.status.protobuf.JobData| Modifier and Type | Method and Description |
|---|---|
StoreTypes.JobData.Builder |
addAllStageIds(Iterable<? extends Long> values)
repeated int64 stage_ids = 6; |
StoreTypes.JobData.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StoreTypes.JobData.Builder |
addStageIds(long value)
repeated int64 stage_ids = 6; |
StoreTypes.JobData |
build() |
StoreTypes.JobData |
buildPartial() |
StoreTypes.JobData.Builder |
clear() |
StoreTypes.JobData.Builder |
clearCompletionTime()
optional int64 completion_time = 5; |
StoreTypes.JobData.Builder |
clearDescription()
optional string description = 3; |
StoreTypes.JobData.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StoreTypes.JobData.Builder |
clearJobGroup()
optional string job_group = 7; |
StoreTypes.JobData.Builder |
clearJobId()
All IDs are int64 for extendability, even when they are currently int32 in Spark.
|
StoreTypes.JobData.Builder |
clearKillTasksSummary() |
StoreTypes.JobData.Builder |
clearName()
optional string name = 2; |
StoreTypes.JobData.Builder |
clearNumActiveStages()
int32 num_active_stages = 16; |
StoreTypes.JobData.Builder |
clearNumActiveTasks()
int32 num_active_tasks = 10; |
StoreTypes.JobData.Builder |
clearNumCompletedIndices()
int32 num_completed_indices = 15; |
StoreTypes.JobData.Builder |
clearNumCompletedStages()
int32 num_completed_stages = 17; |
StoreTypes.JobData.Builder |
clearNumCompletedTasks()
int32 num_completed_tasks = 11; |
StoreTypes.JobData.Builder |
clearNumFailedStages()
int32 num_failed_stages = 19; |
StoreTypes.JobData.Builder |
clearNumFailedTasks()
int32 num_failed_tasks = 13; |
StoreTypes.JobData.Builder |
clearNumKilledTasks()
int32 num_killed_tasks = 14; |
StoreTypes.JobData.Builder |
clearNumSkippedStages()
int32 num_skipped_stages = 18; |
StoreTypes.JobData.Builder |
clearNumSkippedTasks()
int32 num_skipped_tasks = 12; |
StoreTypes.JobData.Builder |
clearNumTasks()
int32 num_tasks = 9; |
StoreTypes.JobData.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StoreTypes.JobData.Builder |
clearStageIds()
repeated int64 stage_ids = 6; |
StoreTypes.JobData.Builder |
clearStatus()
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8; |
StoreTypes.JobData.Builder |
clearSubmissionTime()
optional int64 submission_time = 4; |
StoreTypes.JobData.Builder |
clone() |
boolean |
containsKillTasksSummary(String key)
map<string, int32> kill_tasks_summary = 20; |
long |
getCompletionTime()
optional int64 completion_time = 5; |
StoreTypes.JobData |
getDefaultInstanceForType() |
String |
getDescription()
optional string description = 3; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 3; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getJobGroup()
optional string job_group = 7; |
com.google.protobuf.ByteString |
getJobGroupBytes()
optional string job_group = 7; |
long |
getJobId()
All IDs are int64 for extendability, even when they are currently int32 in Spark.
|
java.util.Map<String,Integer> |
getKillTasksSummary()
Deprecated.
|
int |
getKillTasksSummaryCount()
map<string, int32> kill_tasks_summary = 20; |
java.util.Map<String,Integer> |
getKillTasksSummaryMap()
map<string, int32> kill_tasks_summary = 20; |
int |
getKillTasksSummaryOrDefault(String key,
int defaultValue)
map<string, int32> kill_tasks_summary = 20; |
int |
getKillTasksSummaryOrThrow(String key)
map<string, int32> kill_tasks_summary = 20; |
java.util.Map<String,Integer> |
getMutableKillTasksSummary()
Deprecated.
|
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
int |
getNumActiveStages()
int32 num_active_stages = 16; |
int |
getNumActiveTasks()
int32 num_active_tasks = 10; |
int |
getNumCompletedIndices()
int32 num_completed_indices = 15; |
int |
getNumCompletedStages()
int32 num_completed_stages = 17; |
int |
getNumCompletedTasks()
int32 num_completed_tasks = 11; |
int |
getNumFailedStages()
int32 num_failed_stages = 19; |
int |
getNumFailedTasks()
int32 num_failed_tasks = 13; |
int |
getNumKilledTasks()
int32 num_killed_tasks = 14; |
int |
getNumSkippedStages()
int32 num_skipped_stages = 18; |
int |
getNumSkippedTasks()
int32 num_skipped_tasks = 12; |
int |
getNumTasks()
int32 num_tasks = 9; |
long |
getStageIds(int index)
repeated int64 stage_ids = 6; |
int |
getStageIdsCount()
repeated int64 stage_ids = 6; |
java.util.List<Long> |
getStageIdsList()
repeated int64 stage_ids = 6; |
StoreTypes.JobExecutionStatus |
getStatus()
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8; |
int |
getStatusValue()
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8; |
long |
getSubmissionTime()
optional int64 submission_time = 4; |
boolean |
hasCompletionTime()
optional int64 completion_time = 5; |
boolean |
hasDescription()
optional string description = 3; |
boolean |
hasJobGroup()
optional string job_group = 7; |
boolean |
hasName()
optional string name = 2; |
boolean |
hasSubmissionTime()
optional int64 submission_time = 4; |
boolean |
isInitialized() |
StoreTypes.JobData.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StoreTypes.JobData.Builder |
mergeFrom(com.google.protobuf.Message other) |
StoreTypes.JobData.Builder |
mergeFrom(StoreTypes.JobData other) |
StoreTypes.JobData.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StoreTypes.JobData.Builder |
putAllKillTasksSummary(java.util.Map<String,Integer> values)
map<string, int32> kill_tasks_summary = 20; |
StoreTypes.JobData.Builder |
putKillTasksSummary(String key,
int value)
map<string, int32> kill_tasks_summary = 20; |
StoreTypes.JobData.Builder |
removeKillTasksSummary(String key)
map<string, int32> kill_tasks_summary = 20; |
StoreTypes.JobData.Builder |
setCompletionTime(long value)
optional int64 completion_time = 5; |
StoreTypes.JobData.Builder |
setDescription(String value)
optional string description = 3; |
StoreTypes.JobData.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
optional string description = 3; |
StoreTypes.JobData.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StoreTypes.JobData.Builder |
setJobGroup(String value)
optional string job_group = 7; |
StoreTypes.JobData.Builder |
setJobGroupBytes(com.google.protobuf.ByteString value)
optional string job_group = 7; |
StoreTypes.JobData.Builder |
setJobId(long value)
All IDs are int64 for extendability, even when they are currently int32 in Spark.
|
StoreTypes.JobData.Builder |
setName(String value)
optional string name = 2; |
StoreTypes.JobData.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 2; |
StoreTypes.JobData.Builder |
setNumActiveStages(int value)
int32 num_active_stages = 16; |
StoreTypes.JobData.Builder |
setNumActiveTasks(int value)
int32 num_active_tasks = 10; |
StoreTypes.JobData.Builder |
setNumCompletedIndices(int value)
int32 num_completed_indices = 15; |
StoreTypes.JobData.Builder |
setNumCompletedStages(int value)
int32 num_completed_stages = 17; |
StoreTypes.JobData.Builder |
setNumCompletedTasks(int value)
int32 num_completed_tasks = 11; |
StoreTypes.JobData.Builder |
setNumFailedStages(int value)
int32 num_failed_stages = 19; |
StoreTypes.JobData.Builder |
setNumFailedTasks(int value)
int32 num_failed_tasks = 13; |
StoreTypes.JobData.Builder |
setNumKilledTasks(int value)
int32 num_killed_tasks = 14; |
StoreTypes.JobData.Builder |
setNumSkippedStages(int value)
int32 num_skipped_stages = 18; |
StoreTypes.JobData.Builder |
setNumSkippedTasks(int value)
int32 num_skipped_tasks = 12; |
StoreTypes.JobData.Builder |
setNumTasks(int value)
int32 num_tasks = 9; |
StoreTypes.JobData.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StoreTypes.JobData.Builder |
setStageIds(int index,
long value)
repeated int64 stage_ids = 6; |
StoreTypes.JobData.Builder |
setStatus(StoreTypes.JobExecutionStatus value)
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8; |
StoreTypes.JobData.Builder |
setStatusValue(int value)
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8; |
StoreTypes.JobData.Builder |
setSubmissionTime(long value)
optional int64 submission_time = 4; |
StoreTypes.JobData.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForFieldfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toStringpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public StoreTypes.JobData.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>public StoreTypes.JobData getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic StoreTypes.JobData build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic StoreTypes.JobData buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic StoreTypes.JobData.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>public StoreTypes.JobData.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>public StoreTypes.JobData.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>public StoreTypes.JobData.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>public StoreTypes.JobData.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>public StoreTypes.JobData.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>public StoreTypes.JobData.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StoreTypes.JobData.Builder>public StoreTypes.JobData.Builder mergeFrom(StoreTypes.JobData other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>public StoreTypes.JobData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StoreTypes.JobData.Builder>java.io.IOExceptionpublic long getJobId()
All IDs are int64 for extendability, even when they are currently int32 in Spark.
int64 job_id = 1;getJobId in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setJobId(long value)
All IDs are int64 for extendability, even when they are currently int32 in Spark.
int64 job_id = 1;value - The jobId to set.public StoreTypes.JobData.Builder clearJobId()
All IDs are int64 for extendability, even when they are currently int32 in Spark.
int64 job_id = 1;public boolean hasName()
optional string name = 2;hasName in interface StoreTypes.JobDataOrBuilderpublic String getName()
optional string name = 2;getName in interface StoreTypes.JobDataOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 2;getNameBytes in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setName(String value)
optional string name = 2;value - The name to set.public StoreTypes.JobData.Builder clearName()
optional string name = 2;public StoreTypes.JobData.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 2;value - The bytes for name to set.public boolean hasDescription()
optional string description = 3;hasDescription in interface StoreTypes.JobDataOrBuilderpublic String getDescription()
optional string description = 3;getDescription in interface StoreTypes.JobDataOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 3;getDescriptionBytes in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setDescription(String value)
optional string description = 3;value - The description to set.public StoreTypes.JobData.Builder clearDescription()
optional string description = 3;public StoreTypes.JobData.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
optional string description = 3;value - The bytes for description to set.public boolean hasSubmissionTime()
optional int64 submission_time = 4;hasSubmissionTime in interface StoreTypes.JobDataOrBuilderpublic long getSubmissionTime()
optional int64 submission_time = 4;getSubmissionTime in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setSubmissionTime(long value)
optional int64 submission_time = 4;value - The submissionTime to set.public StoreTypes.JobData.Builder clearSubmissionTime()
optional int64 submission_time = 4;public boolean hasCompletionTime()
optional int64 completion_time = 5;hasCompletionTime in interface StoreTypes.JobDataOrBuilderpublic long getCompletionTime()
optional int64 completion_time = 5;getCompletionTime in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setCompletionTime(long value)
optional int64 completion_time = 5;value - The completionTime to set.public StoreTypes.JobData.Builder clearCompletionTime()
optional int64 completion_time = 5;public java.util.List<Long> getStageIdsList()
repeated int64 stage_ids = 6;getStageIdsList in interface StoreTypes.JobDataOrBuilderpublic int getStageIdsCount()
repeated int64 stage_ids = 6;getStageIdsCount in interface StoreTypes.JobDataOrBuilderpublic long getStageIds(int index)
repeated int64 stage_ids = 6;getStageIds in interface StoreTypes.JobDataOrBuilderindex - The index of the element to return.public StoreTypes.JobData.Builder setStageIds(int index, long value)
repeated int64 stage_ids = 6;index - The index to set the value at.value - The stageIds to set.public StoreTypes.JobData.Builder addStageIds(long value)
repeated int64 stage_ids = 6;value - The stageIds to add.public StoreTypes.JobData.Builder addAllStageIds(Iterable<? extends Long> values)
repeated int64 stage_ids = 6;values - The stageIds to add.public StoreTypes.JobData.Builder clearStageIds()
repeated int64 stage_ids = 6;public boolean hasJobGroup()
optional string job_group = 7;hasJobGroup in interface StoreTypes.JobDataOrBuilderpublic String getJobGroup()
optional string job_group = 7;getJobGroup in interface StoreTypes.JobDataOrBuilderpublic com.google.protobuf.ByteString getJobGroupBytes()
optional string job_group = 7;getJobGroupBytes in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setJobGroup(String value)
optional string job_group = 7;value - The jobGroup to set.public StoreTypes.JobData.Builder clearJobGroup()
optional string job_group = 7;public StoreTypes.JobData.Builder setJobGroupBytes(com.google.protobuf.ByteString value)
optional string job_group = 7;value - The bytes for jobGroup to set.public int getStatusValue()
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;getStatusValue in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setStatusValue(int value)
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;value - The enum numeric value on the wire for status to set.public StoreTypes.JobExecutionStatus getStatus()
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;getStatus in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setStatus(StoreTypes.JobExecutionStatus value)
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;value - The status to set.public StoreTypes.JobData.Builder clearStatus()
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;public int getNumTasks()
int32 num_tasks = 9;getNumTasks in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setNumTasks(int value)
int32 num_tasks = 9;value - The numTasks to set.public StoreTypes.JobData.Builder clearNumTasks()
int32 num_tasks = 9;public int getNumActiveTasks()
int32 num_active_tasks = 10;getNumActiveTasks in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setNumActiveTasks(int value)
int32 num_active_tasks = 10;value - The numActiveTasks to set.public StoreTypes.JobData.Builder clearNumActiveTasks()
int32 num_active_tasks = 10;public int getNumCompletedTasks()
int32 num_completed_tasks = 11;getNumCompletedTasks in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setNumCompletedTasks(int value)
int32 num_completed_tasks = 11;value - The numCompletedTasks to set.public StoreTypes.JobData.Builder clearNumCompletedTasks()
int32 num_completed_tasks = 11;public int getNumSkippedTasks()
int32 num_skipped_tasks = 12;getNumSkippedTasks in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setNumSkippedTasks(int value)
int32 num_skipped_tasks = 12;value - The numSkippedTasks to set.public StoreTypes.JobData.Builder clearNumSkippedTasks()
int32 num_skipped_tasks = 12;public int getNumFailedTasks()
int32 num_failed_tasks = 13;getNumFailedTasks in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setNumFailedTasks(int value)
int32 num_failed_tasks = 13;value - The numFailedTasks to set.public StoreTypes.JobData.Builder clearNumFailedTasks()
int32 num_failed_tasks = 13;public int getNumKilledTasks()
int32 num_killed_tasks = 14;getNumKilledTasks in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setNumKilledTasks(int value)
int32 num_killed_tasks = 14;value - The numKilledTasks to set.public StoreTypes.JobData.Builder clearNumKilledTasks()
int32 num_killed_tasks = 14;public int getNumCompletedIndices()
int32 num_completed_indices = 15;getNumCompletedIndices in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setNumCompletedIndices(int value)
int32 num_completed_indices = 15;value - The numCompletedIndices to set.public StoreTypes.JobData.Builder clearNumCompletedIndices()
int32 num_completed_indices = 15;public int getNumActiveStages()
int32 num_active_stages = 16;getNumActiveStages in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setNumActiveStages(int value)
int32 num_active_stages = 16;value - The numActiveStages to set.public StoreTypes.JobData.Builder clearNumActiveStages()
int32 num_active_stages = 16;public int getNumCompletedStages()
int32 num_completed_stages = 17;getNumCompletedStages in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setNumCompletedStages(int value)
int32 num_completed_stages = 17;value - The numCompletedStages to set.public StoreTypes.JobData.Builder clearNumCompletedStages()
int32 num_completed_stages = 17;public int getNumSkippedStages()
int32 num_skipped_stages = 18;getNumSkippedStages in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setNumSkippedStages(int value)
int32 num_skipped_stages = 18;value - The numSkippedStages to set.public StoreTypes.JobData.Builder clearNumSkippedStages()
int32 num_skipped_stages = 18;public int getNumFailedStages()
int32 num_failed_stages = 19;getNumFailedStages in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder setNumFailedStages(int value)
int32 num_failed_stages = 19;value - The numFailedStages to set.public StoreTypes.JobData.Builder clearNumFailedStages()
int32 num_failed_stages = 19;public int getKillTasksSummaryCount()
StoreTypes.JobDataOrBuildermap<string, int32> kill_tasks_summary = 20;getKillTasksSummaryCount in interface StoreTypes.JobDataOrBuilderpublic boolean containsKillTasksSummary(String key)
map<string, int32> kill_tasks_summary = 20;containsKillTasksSummary in interface StoreTypes.JobDataOrBuilder@Deprecated public java.util.Map<String,Integer> getKillTasksSummary()
getKillTasksSummaryMap() instead.getKillTasksSummary in interface StoreTypes.JobDataOrBuilderpublic java.util.Map<String,Integer> getKillTasksSummaryMap()
map<string, int32> kill_tasks_summary = 20;getKillTasksSummaryMap in interface StoreTypes.JobDataOrBuilderpublic int getKillTasksSummaryOrDefault(String key,
int defaultValue)
map<string, int32> kill_tasks_summary = 20;getKillTasksSummaryOrDefault in interface StoreTypes.JobDataOrBuilderpublic int getKillTasksSummaryOrThrow(String key)
map<string, int32> kill_tasks_summary = 20;getKillTasksSummaryOrThrow in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobData.Builder clearKillTasksSummary()
public StoreTypes.JobData.Builder removeKillTasksSummary(String key)
map<string, int32> kill_tasks_summary = 20;@Deprecated public java.util.Map<String,Integer> getMutableKillTasksSummary()
public StoreTypes.JobData.Builder putKillTasksSummary(String key, int value)
map<string, int32> kill_tasks_summary = 20;public StoreTypes.JobData.Builder putAllKillTasksSummary(java.util.Map<String,Integer> values)
map<string, int32> kill_tasks_summary = 20;public final StoreTypes.JobData.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>public final StoreTypes.JobData.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>