Uses of Class
org.apache.flink.runtime.executiongraph.ErrorInfo
Packages that use ErrorInfo
Package
Description
-
Uses of ErrorInfo in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return ErrorInfoModifier and TypeMethodDescriptionstatic ErrorInfoErrorInfo.createErrorInfoWithNullableCause(Throwable exception, long timestamp) Instantiates anErrorInfoto cover inconsistent behavior due to FLINK-21376.AccessExecutionGraph.getFailureInfo()Returns the exception that caused the job to fail.ArchivedExecutionGraph.getFailureInfo()DefaultExecutionGraph.getFailureInfo()Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type ErrorInfoModifier and TypeMethodDescriptionAccessExecution.getFailureInfo()Returns the exception that caused the job to fail.AccessExecutionVertex.getFailureInfo()Returns the exception that caused the job to fail.ArchivedExecution.getFailureInfo()ArchivedExecutionVertex.getFailureInfo()Execution.getFailureInfo()ExecutionVertex.getFailureInfo()Constructors in org.apache.flink.runtime.executiongraph with parameters of type ErrorInfoModifierConstructorDescriptionArchivedExecution(StringifiedAccumulatorResult[] userAccumulators, IOMetrics ioMetrics, ExecutionAttemptID attemptId, ExecutionState state, ErrorInfo failureCause, TaskManagerLocation assignedResourceLocation, AllocationID assignedAllocationID, long[] stateTimestamps, long[] stateEndTimestamps) ArchivedExecutionGraph(org.apache.flink.api.common.JobID jobID, String jobName, Map<JobVertexID, ArchivedExecutionJobVertex> tasks, List<ArchivedExecutionJobVertex> verticesInCreationOrder, long[] stateTimestamps, org.apache.flink.api.common.JobStatus state, JobType jobType, ErrorInfo failureCause, String jsonPlan, StringifiedAccumulatorResult[] archivedUserAccumulators, Map<String, org.apache.flink.util.SerializedValue<org.apache.flink.util.OptionalFailure<Object>>> serializedUserAccumulators, org.apache.flink.api.common.ArchivedExecutionConfig executionConfig, boolean isStoppable, CheckpointCoordinatorConfiguration jobCheckpointingConfiguration, CheckpointStatsSnapshot checkpointStatsSnapshot, String stateBackendName, String checkpointStorageName, org.apache.flink.util.TernaryBoolean stateChangelogEnabled, String changelogStorageName, String streamGraphJson, int pendingOperatorCount) -
Uses of ErrorInfo in org.apache.flink.runtime.scheduler.exceptionhistory
Subclasses of ErrorInfo in org.apache.flink.runtime.scheduler.exceptionhistoryModifier and TypeClassDescriptionclassExceptionHistoryEntrycollects information about a single failure that triggered the scheduler's failure handling.classRootExceptionHistoryEntryextendingExceptionHistoryEntryby providing a list ofExceptionHistoryEntryinstances to store concurrently caught failures.Methods in org.apache.flink.runtime.scheduler.exceptionhistory with parameters of type ErrorInfoModifier and TypeMethodDescriptionstatic RootExceptionHistoryEntryRootExceptionHistoryEntry.fromGlobalFailure(ErrorInfo errorInfo) Creates aRootExceptionHistoryEntrybased on the passedErrorInfo.