Package org.apache.spark.status.protobuf
Class StoreTypes.JobData.Builder
Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
org.apache.spark.status.protobuf.StoreTypes.JobData.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
,StoreTypes.JobDataOrBuilder
- Enclosing class:
- StoreTypes.JobData
public static final class StoreTypes.JobData.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
implements StoreTypes.JobDataOrBuilder
Protobuf type
org.apache.spark.status.protobuf.JobData
-
Method Summary
Modifier and TypeMethodDescriptionaddAllJobTags
(Iterable<String> values) repeated string job_tags = 21;
addAllStageIds
(Iterable<? extends Long> values) repeated int64 stage_ids = 6;
addJobTags
(String value) repeated string job_tags = 21;
addJobTagsBytes
(com.google.protobuf.ByteString value) repeated string job_tags = 21;
addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addStageIds
(long value) repeated int64 stage_ids = 6;
build()
clear()
optional int64 completion_time = 5;
optional string description = 3;
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) optional string job_group = 7;
All IDs are int64 for extendability, even when they are currently int32 in Spark.repeated string job_tags = 21;
optional string name = 2;
int32 num_active_stages = 16;
int32 num_active_tasks = 10;
int32 num_completed_indices = 15;
int32 num_completed_stages = 17;
int32 num_completed_tasks = 11;
int32 num_failed_stages = 19;
int32 num_failed_tasks = 13;
int32 num_killed_tasks = 14;
int32 num_skipped_stages = 18;
int32 num_skipped_tasks = 12;
int32 num_tasks = 9;
clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) repeated int64 stage_ids = 6;
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
optional int64 submission_time = 4;
clone()
boolean
map<string, int32> kill_tasks_summary = 20;
long
optional int64 completion_time = 5;
optional string description = 3;
com.google.protobuf.ByteString
optional string description = 3;
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
optional string job_group = 7;
com.google.protobuf.ByteString
optional string job_group = 7;
long
getJobId()
All IDs are int64 for extendability, even when they are currently int32 in Spark.getJobTags
(int index) repeated string job_tags = 21;
com.google.protobuf.ByteString
getJobTagsBytes
(int index) repeated string job_tags = 21;
int
repeated string job_tags = 21;
com.google.protobuf.ProtocolStringList
repeated string job_tags = 21;
Deprecated.int
map<string, int32> kill_tasks_summary = 20;
map<string, int32> kill_tasks_summary = 20;
int
getKillTasksSummaryOrDefault
(String key, int defaultValue) map<string, int32> kill_tasks_summary = 20;
int
map<string, int32> kill_tasks_summary = 20;
Deprecated.getName()
optional string name = 2;
com.google.protobuf.ByteString
optional string name = 2;
int
int32 num_active_stages = 16;
int
int32 num_active_tasks = 10;
int
int32 num_completed_indices = 15;
int
int32 num_completed_stages = 17;
int
int32 num_completed_tasks = 11;
int
int32 num_failed_stages = 19;
int
int32 num_failed_tasks = 13;
int
int32 num_killed_tasks = 14;
int
int32 num_skipped_stages = 18;
int
int32 num_skipped_tasks = 12;
int
int32 num_tasks = 9;
long
getStageIds
(int index) repeated int64 stage_ids = 6;
int
repeated int64 stage_ids = 6;
repeated int64 stage_ids = 6;
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
int
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
long
optional int64 submission_time = 4;
boolean
optional int64 completion_time = 5;
boolean
optional string description = 3;
boolean
optional string job_group = 7;
boolean
hasName()
optional string name = 2;
boolean
optional int64 submission_time = 4;
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(StoreTypes.JobData other) mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) putAllKillTasksSummary
(Map<String, Integer> values) map<string, int32> kill_tasks_summary = 20;
putKillTasksSummary
(String key, int value) map<string, int32> kill_tasks_summary = 20;
map<string, int32> kill_tasks_summary = 20;
setCompletionTime
(long value) optional int64 completion_time = 5;
setDescription
(String value) optional string description = 3;
setDescriptionBytes
(com.google.protobuf.ByteString value) optional string description = 3;
setJobGroup
(String value) optional string job_group = 7;
setJobGroupBytes
(com.google.protobuf.ByteString value) optional string job_group = 7;
setJobId
(long value) All IDs are int64 for extendability, even when they are currently int32 in Spark.setJobTags
(int index, String value) repeated string job_tags = 21;
optional string name = 2;
setNameBytes
(com.google.protobuf.ByteString value) optional string name = 2;
setNumActiveStages
(int value) int32 num_active_stages = 16;
setNumActiveTasks
(int value) int32 num_active_tasks = 10;
setNumCompletedIndices
(int value) int32 num_completed_indices = 15;
setNumCompletedStages
(int value) int32 num_completed_stages = 17;
setNumCompletedTasks
(int value) int32 num_completed_tasks = 11;
setNumFailedStages
(int value) int32 num_failed_stages = 19;
setNumFailedTasks
(int value) int32 num_failed_tasks = 13;
setNumKilledTasks
(int value) int32 num_killed_tasks = 14;
setNumSkippedStages
(int value) int32 num_skipped_stages = 18;
setNumSkippedTasks
(int value) int32 num_skipped_tasks = 12;
setNumTasks
(int value) int32 num_tasks = 9;
setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setStageIds
(int index, long value) repeated int64 stage_ids = 6;
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
setStatusValue
(int value) .org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
setSubmissionTime
(long value) optional int64 submission_time = 4;
setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForField
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeFrom
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
-
setField
public StoreTypes.JobData.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
-
clearField
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
-
clearOneof
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
-
setRepeatedField
public StoreTypes.JobData.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
-
addRepeatedField
public StoreTypes.JobData.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StoreTypes.JobData.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
-
mergeFrom
public StoreTypes.JobData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StoreTypes.JobData.Builder>
- Throws:
IOException
-
getJobId
public long getJobId()All IDs are int64 for extendability, even when they are currently int32 in Spark.
int64 job_id = 1;
- Specified by:
getJobId
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The jobId.
-
setJobId
All IDs are int64 for extendability, even when they are currently int32 in Spark.
int64 job_id = 1;
- Parameters:
value
- The jobId to set.- Returns:
- This builder for chaining.
-
clearJobId
All IDs are int64 for extendability, even when they are currently int32 in Spark.
int64 job_id = 1;
- Returns:
- This builder for chaining.
-
hasName
public boolean hasName()optional string name = 2;
- Specified by:
hasName
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- Whether the name field is set.
-
getName
optional string name = 2;
- Specified by:
getName
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()optional string name = 2;
- Specified by:
getNameBytes
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The bytes for name.
-
setName
optional string name = 2;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
optional string name = 2;
- Returns:
- This builder for chaining.
-
setNameBytes
optional string name = 2;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasDescription
public boolean hasDescription()optional string description = 3;
- Specified by:
hasDescription
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- Whether the description field is set.
-
getDescription
optional string description = 3;
- Specified by:
getDescription
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()optional string description = 3;
- Specified by:
getDescriptionBytes
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The bytes for description.
-
setDescription
optional string description = 3;
- Parameters:
value
- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
optional string description = 3;
- Returns:
- This builder for chaining.
-
setDescriptionBytes
optional string description = 3;
- Parameters:
value
- The bytes for description to set.- Returns:
- This builder for chaining.
-
hasSubmissionTime
public boolean hasSubmissionTime()optional int64 submission_time = 4;
- Specified by:
hasSubmissionTime
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- Whether the submissionTime field is set.
-
getSubmissionTime
public long getSubmissionTime()optional int64 submission_time = 4;
- Specified by:
getSubmissionTime
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The submissionTime.
-
setSubmissionTime
optional int64 submission_time = 4;
- Parameters:
value
- The submissionTime to set.- Returns:
- This builder for chaining.
-
clearSubmissionTime
optional int64 submission_time = 4;
- Returns:
- This builder for chaining.
-
hasCompletionTime
public boolean hasCompletionTime()optional int64 completion_time = 5;
- Specified by:
hasCompletionTime
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- Whether the completionTime field is set.
-
getCompletionTime
public long getCompletionTime()optional int64 completion_time = 5;
- Specified by:
getCompletionTime
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The completionTime.
-
setCompletionTime
optional int64 completion_time = 5;
- Parameters:
value
- The completionTime to set.- Returns:
- This builder for chaining.
-
clearCompletionTime
optional int64 completion_time = 5;
- Returns:
- This builder for chaining.
-
getStageIdsList
repeated int64 stage_ids = 6;
- Specified by:
getStageIdsList
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- A list containing the stageIds.
-
getStageIdsCount
public int getStageIdsCount()repeated int64 stage_ids = 6;
- Specified by:
getStageIdsCount
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The count of stageIds.
-
getStageIds
public long getStageIds(int index) repeated int64 stage_ids = 6;
- Specified by:
getStageIds
in interfaceStoreTypes.JobDataOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The stageIds at the given index.
-
setStageIds
repeated int64 stage_ids = 6;
- Parameters:
index
- The index to set the value at.value
- The stageIds to set.- Returns:
- This builder for chaining.
-
addStageIds
repeated int64 stage_ids = 6;
- Parameters:
value
- The stageIds to add.- Returns:
- This builder for chaining.
-
addAllStageIds
repeated int64 stage_ids = 6;
- Parameters:
values
- The stageIds to add.- Returns:
- This builder for chaining.
-
clearStageIds
repeated int64 stage_ids = 6;
- Returns:
- This builder for chaining.
-
hasJobGroup
public boolean hasJobGroup()optional string job_group = 7;
- Specified by:
hasJobGroup
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- Whether the jobGroup field is set.
-
getJobGroup
optional string job_group = 7;
- Specified by:
getJobGroup
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The jobGroup.
-
getJobGroupBytes
public com.google.protobuf.ByteString getJobGroupBytes()optional string job_group = 7;
- Specified by:
getJobGroupBytes
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The bytes for jobGroup.
-
setJobGroup
optional string job_group = 7;
- Parameters:
value
- The jobGroup to set.- Returns:
- This builder for chaining.
-
clearJobGroup
optional string job_group = 7;
- Returns:
- This builder for chaining.
-
setJobGroupBytes
optional string job_group = 7;
- Parameters:
value
- The bytes for jobGroup to set.- Returns:
- This builder for chaining.
-
getJobTagsList
public com.google.protobuf.ProtocolStringList getJobTagsList()repeated string job_tags = 21;
- Specified by:
getJobTagsList
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- A list containing the jobTags.
-
getJobTagsCount
public int getJobTagsCount()repeated string job_tags = 21;
- Specified by:
getJobTagsCount
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The count of jobTags.
-
getJobTags
repeated string job_tags = 21;
- Specified by:
getJobTags
in interfaceStoreTypes.JobDataOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The jobTags at the given index.
-
getJobTagsBytes
public com.google.protobuf.ByteString getJobTagsBytes(int index) repeated string job_tags = 21;
- Specified by:
getJobTagsBytes
in interfaceStoreTypes.JobDataOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the jobTags at the given index.
-
setJobTags
repeated string job_tags = 21;
- Parameters:
index
- The index to set the value at.value
- The jobTags to set.- Returns:
- This builder for chaining.
-
addJobTags
repeated string job_tags = 21;
- Parameters:
value
- The jobTags to add.- Returns:
- This builder for chaining.
-
addAllJobTags
repeated string job_tags = 21;
- Parameters:
values
- The jobTags to add.- Returns:
- This builder for chaining.
-
clearJobTags
repeated string job_tags = 21;
- Returns:
- This builder for chaining.
-
addJobTagsBytes
repeated string job_tags = 21;
- Parameters:
value
- The bytes of the jobTags to add.- Returns:
- This builder for chaining.
-
getStatusValue
public int getStatusValue().org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
- Specified by:
getStatusValue
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The enum numeric value on the wire for status.
-
setStatusValue
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
- Parameters:
value
- The enum numeric value on the wire for status to set.- Returns:
- This builder for chaining.
-
getStatus
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
- Specified by:
getStatus
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The status.
-
setStatus
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
- Parameters:
value
- The status to set.- Returns:
- This builder for chaining.
-
clearStatus
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
- Returns:
- This builder for chaining.
-
getNumTasks
public int getNumTasks()int32 num_tasks = 9;
- Specified by:
getNumTasks
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The numTasks.
-
setNumTasks
int32 num_tasks = 9;
- Parameters:
value
- The numTasks to set.- Returns:
- This builder for chaining.
-
clearNumTasks
int32 num_tasks = 9;
- Returns:
- This builder for chaining.
-
getNumActiveTasks
public int getNumActiveTasks()int32 num_active_tasks = 10;
- Specified by:
getNumActiveTasks
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The numActiveTasks.
-
setNumActiveTasks
int32 num_active_tasks = 10;
- Parameters:
value
- The numActiveTasks to set.- Returns:
- This builder for chaining.
-
clearNumActiveTasks
int32 num_active_tasks = 10;
- Returns:
- This builder for chaining.
-
getNumCompletedTasks
public int getNumCompletedTasks()int32 num_completed_tasks = 11;
- Specified by:
getNumCompletedTasks
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The numCompletedTasks.
-
setNumCompletedTasks
int32 num_completed_tasks = 11;
- Parameters:
value
- The numCompletedTasks to set.- Returns:
- This builder for chaining.
-
clearNumCompletedTasks
int32 num_completed_tasks = 11;
- Returns:
- This builder for chaining.
-
getNumSkippedTasks
public int getNumSkippedTasks()int32 num_skipped_tasks = 12;
- Specified by:
getNumSkippedTasks
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The numSkippedTasks.
-
setNumSkippedTasks
int32 num_skipped_tasks = 12;
- Parameters:
value
- The numSkippedTasks to set.- Returns:
- This builder for chaining.
-
clearNumSkippedTasks
int32 num_skipped_tasks = 12;
- Returns:
- This builder for chaining.
-
getNumFailedTasks
public int getNumFailedTasks()int32 num_failed_tasks = 13;
- Specified by:
getNumFailedTasks
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The numFailedTasks.
-
setNumFailedTasks
int32 num_failed_tasks = 13;
- Parameters:
value
- The numFailedTasks to set.- Returns:
- This builder for chaining.
-
clearNumFailedTasks
int32 num_failed_tasks = 13;
- Returns:
- This builder for chaining.
-
getNumKilledTasks
public int getNumKilledTasks()int32 num_killed_tasks = 14;
- Specified by:
getNumKilledTasks
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The numKilledTasks.
-
setNumKilledTasks
int32 num_killed_tasks = 14;
- Parameters:
value
- The numKilledTasks to set.- Returns:
- This builder for chaining.
-
clearNumKilledTasks
int32 num_killed_tasks = 14;
- Returns:
- This builder for chaining.
-
getNumCompletedIndices
public int getNumCompletedIndices()int32 num_completed_indices = 15;
- Specified by:
getNumCompletedIndices
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The numCompletedIndices.
-
setNumCompletedIndices
int32 num_completed_indices = 15;
- Parameters:
value
- The numCompletedIndices to set.- Returns:
- This builder for chaining.
-
clearNumCompletedIndices
int32 num_completed_indices = 15;
- Returns:
- This builder for chaining.
-
getNumActiveStages
public int getNumActiveStages()int32 num_active_stages = 16;
- Specified by:
getNumActiveStages
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The numActiveStages.
-
setNumActiveStages
int32 num_active_stages = 16;
- Parameters:
value
- The numActiveStages to set.- Returns:
- This builder for chaining.
-
clearNumActiveStages
int32 num_active_stages = 16;
- Returns:
- This builder for chaining.
-
getNumCompletedStages
public int getNumCompletedStages()int32 num_completed_stages = 17;
- Specified by:
getNumCompletedStages
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The numCompletedStages.
-
setNumCompletedStages
int32 num_completed_stages = 17;
- Parameters:
value
- The numCompletedStages to set.- Returns:
- This builder for chaining.
-
clearNumCompletedStages
int32 num_completed_stages = 17;
- Returns:
- This builder for chaining.
-
getNumSkippedStages
public int getNumSkippedStages()int32 num_skipped_stages = 18;
- Specified by:
getNumSkippedStages
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The numSkippedStages.
-
setNumSkippedStages
int32 num_skipped_stages = 18;
- Parameters:
value
- The numSkippedStages to set.- Returns:
- This builder for chaining.
-
clearNumSkippedStages
int32 num_skipped_stages = 18;
- Returns:
- This builder for chaining.
-
getNumFailedStages
public int getNumFailedStages()int32 num_failed_stages = 19;
- Specified by:
getNumFailedStages
in interfaceStoreTypes.JobDataOrBuilder
- Returns:
- The numFailedStages.
-
setNumFailedStages
int32 num_failed_stages = 19;
- Parameters:
value
- The numFailedStages to set.- Returns:
- This builder for chaining.
-
clearNumFailedStages
int32 num_failed_stages = 19;
- Returns:
- This builder for chaining.
-
getKillTasksSummaryCount
public int getKillTasksSummaryCount()Description copied from interface:StoreTypes.JobDataOrBuilder
map<string, int32> kill_tasks_summary = 20;
- Specified by:
getKillTasksSummaryCount
in interfaceStoreTypes.JobDataOrBuilder
-
containsKillTasksSummary
map<string, int32> kill_tasks_summary = 20;
- Specified by:
containsKillTasksSummary
in interfaceStoreTypes.JobDataOrBuilder
-
getKillTasksSummary
Deprecated.UsegetKillTasksSummaryMap()
instead.- Specified by:
getKillTasksSummary
in interfaceStoreTypes.JobDataOrBuilder
-
getKillTasksSummaryMap
map<string, int32> kill_tasks_summary = 20;
- Specified by:
getKillTasksSummaryMap
in interfaceStoreTypes.JobDataOrBuilder
-
getKillTasksSummaryOrDefault
map<string, int32> kill_tasks_summary = 20;
- Specified by:
getKillTasksSummaryOrDefault
in interfaceStoreTypes.JobDataOrBuilder
-
getKillTasksSummaryOrThrow
map<string, int32> kill_tasks_summary = 20;
- Specified by:
getKillTasksSummaryOrThrow
in interfaceStoreTypes.JobDataOrBuilder
-
clearKillTasksSummary
-
removeKillTasksSummary
map<string, int32> kill_tasks_summary = 20;
-
getMutableKillTasksSummary
Deprecated.Use alternate mutation accessors instead. -
putKillTasksSummary
map<string, int32> kill_tasks_summary = 20;
-
putAllKillTasksSummary
map<string, int32> kill_tasks_summary = 20;
-
setUnknownFields
public final StoreTypes.JobData.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
-
mergeUnknownFields
public final StoreTypes.JobData.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
-