public static interface StoreTypes.SpeculationStageSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getNumActiveTasks()
int32 num_active_tasks = 2; |
int |
getNumCompletedTasks()
int32 num_completed_tasks = 3; |
int |
getNumFailedTasks()
int32 num_failed_tasks = 4; |
int |
getNumKilledTasks()
int32 num_killed_tasks = 5; |
int |
getNumTasks()
int32 num_tasks = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getNumTasks()
int32 num_tasks = 1;
int getNumActiveTasks()
int32 num_active_tasks = 2;
int getNumCompletedTasks()
int32 num_completed_tasks = 3;
int getNumFailedTasks()
int32 num_failed_tasks = 4;
int getNumKilledTasks()
int32 num_killed_tasks = 5;