public static interface LlapDaemonProtocolProtos.FragmentRuntimeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentAttemptStartTime()
optional int64 current_attempt_start_time = 6; |
long |
getDagStartTime()
optional int64 dag_start_time = 4; |
long |
getFirstAttemptStartTime()
optional int64 first_attempt_start_time = 5; |
int |
getNumSelfAndUpstreamCompletedTasks()
optional int32 num_self_and_upstream_completed_tasks = 2; |
int |
getNumSelfAndUpstreamTasks()
optional int32 num_self_and_upstream_tasks = 1; |
int |
getWithinDagPriority()
optional int32 within_dag_priority = 3; |
boolean |
hasCurrentAttemptStartTime()
optional int64 current_attempt_start_time = 6; |
boolean |
hasDagStartTime()
optional int64 dag_start_time = 4; |
boolean |
hasFirstAttemptStartTime()
optional int64 first_attempt_start_time = 5; |
boolean |
hasNumSelfAndUpstreamCompletedTasks()
optional int32 num_self_and_upstream_completed_tasks = 2; |
boolean |
hasNumSelfAndUpstreamTasks()
optional int32 num_self_and_upstream_tasks = 1; |
boolean |
hasWithinDagPriority()
optional int32 within_dag_priority = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNumSelfAndUpstreamTasks()
optional int32 num_self_and_upstream_tasks = 1;int getNumSelfAndUpstreamTasks()
optional int32 num_self_and_upstream_tasks = 1;boolean hasNumSelfAndUpstreamCompletedTasks()
optional int32 num_self_and_upstream_completed_tasks = 2;int getNumSelfAndUpstreamCompletedTasks()
optional int32 num_self_and_upstream_completed_tasks = 2;boolean hasWithinDagPriority()
optional int32 within_dag_priority = 3;int getWithinDagPriority()
optional int32 within_dag_priority = 3;boolean hasDagStartTime()
optional int64 dag_start_time = 4;long getDagStartTime()
optional int64 dag_start_time = 4;boolean hasFirstAttemptStartTime()
optional int64 first_attempt_start_time = 5;long getFirstAttemptStartTime()
optional int64 first_attempt_start_time = 5;boolean hasCurrentAttemptStartTime()
optional int64 current_attempt_start_time = 6;long getCurrentAttemptStartTime()
optional int64 current_attempt_start_time = 6;Copyright © 2022 The Apache Software Foundation. All rights reserved.