Package org.apache.spark.status.protobuf
Interface StoreTypes.SpeculationStageSummaryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.SpeculationStageSummary
,StoreTypes.SpeculationStageSummary.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.SpeculationStageSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
int32 num_active_tasks = 2;
int
int32 num_completed_tasks = 3;
int
int32 num_failed_tasks = 4;
int
int32 num_killed_tasks = 5;
int
int32 num_tasks = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNumTasks
int getNumTasks()int32 num_tasks = 1;
- Returns:
- The numTasks.
-
getNumActiveTasks
int getNumActiveTasks()int32 num_active_tasks = 2;
- Returns:
- The numActiveTasks.
-
getNumCompletedTasks
int getNumCompletedTasks()int32 num_completed_tasks = 3;
- Returns:
- The numCompletedTasks.
-
getNumFailedTasks
int getNumFailedTasks()int32 num_failed_tasks = 4;
- Returns:
- The numFailedTasks.
-
getNumKilledTasks
int getNumKilledTasks()int32 num_killed_tasks = 5;
- Returns:
- The numKilledTasks.
-