Uses of Class
org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry
-
Packages that use ExceptionHistoryEntry Package Description org.apache.flink.runtime.scheduler.adaptive org.apache.flink.runtime.scheduler.exceptionhistory -
-
Uses of ExceptionHistoryEntry in org.apache.flink.runtime.scheduler.adaptive
Method parameters in org.apache.flink.runtime.scheduler.adaptive with type arguments of type ExceptionHistoryEntry Modifier and Type Method Description voidAdaptiveScheduler. goToCanceling(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, List<ExceptionHistoryEntry> failureCollection)voidStateTransitions.ToCancelling. goToCanceling(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, List<ExceptionHistoryEntry> failureCollection)Transitions into theCancelingstate.voidAdaptiveScheduler. goToExecuting(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, List<ExceptionHistoryEntry> failureCollection)voidStateTransitions.ToExecuting. goToExecuting(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, List<ExceptionHistoryEntry> failureCollection)Transitions into theExecutingstate.voidAdaptiveScheduler. goToFailing(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, Throwable failureCause, List<ExceptionHistoryEntry> failureCollection)voidStateTransitions.ToFailing. goToFailing(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, Throwable failureCause, List<ExceptionHistoryEntry> failureCollection)Transitions into theFailingstate.voidAdaptiveScheduler. goToRestarting(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, Duration backoffTime, VertexParallelism restartWithParallelism, List<ExceptionHistoryEntry> failureCollection)voidStateTransitions.ToRestarting. goToRestarting(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, Duration backoffTime, VertexParallelism restartWithParallelism, List<ExceptionHistoryEntry> failureCollection)Transitions into theRestartingstate.CompletableFuture<String>AdaptiveScheduler. goToStopWithSavepoint(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, CheckpointScheduling checkpointScheduling, CompletableFuture<String> savepointFuture, List<ExceptionHistoryEntry> failureCollection)CompletableFuture<String>StateTransitions.ToStopWithSavepoint. goToStopWithSavepoint(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, CheckpointScheduling checkpointScheduling, CompletableFuture<String> savepointFuture, List<ExceptionHistoryEntry> failureCollection)Transitions into theStopWithSavepointstate. -
Uses of ExceptionHistoryEntry in org.apache.flink.runtime.scheduler.exceptionhistory
Subclasses of ExceptionHistoryEntry in org.apache.flink.runtime.scheduler.exceptionhistory Modifier and Type Class Description classRootExceptionHistoryEntryRootExceptionHistoryEntryextendingExceptionHistoryEntryby providing a list ofExceptionHistoryEntryinstances to store concurrently caught failures.Methods in org.apache.flink.runtime.scheduler.exceptionhistory that return ExceptionHistoryEntry Modifier and Type Method Description static ExceptionHistoryEntryExceptionHistoryEntry. create(AccessExecution failedExecution, String taskName, CompletableFuture<Map<String,String>> failureLabels)Creates anExceptionHistoryEntrybased on the providedExecution.static ExceptionHistoryEntryExceptionHistoryEntry. createGlobal(Throwable cause, CompletableFuture<Map<String,String>> failureLabels)Creates anExceptionHistoryEntrythat is not based on anExecution.Methods in org.apache.flink.runtime.scheduler.exceptionhistory that return types with arguments of type ExceptionHistoryEntry Modifier and Type Method Description Iterable<ExceptionHistoryEntry>RootExceptionHistoryEntry. getConcurrentExceptions()Methods in org.apache.flink.runtime.scheduler.exceptionhistory with parameters of type ExceptionHistoryEntry Modifier and Type Method Description static RootExceptionHistoryEntryRootExceptionHistoryEntry. fromExceptionHistoryEntry(ExceptionHistoryEntry entry, Collection<ExceptionHistoryEntry> entries)Method parameters in org.apache.flink.runtime.scheduler.exceptionhistory with type arguments of type ExceptionHistoryEntry Modifier and Type Method Description static RootExceptionHistoryEntryRootExceptionHistoryEntry. fromExceptionHistoryEntry(ExceptionHistoryEntry entry, Collection<ExceptionHistoryEntry> entries)Constructor parameters in org.apache.flink.runtime.scheduler.exceptionhistory with type arguments of type ExceptionHistoryEntry Constructor Description RootExceptionHistoryEntry(Throwable cause, long timestamp, CompletableFuture<Map<String,String>> failureLabels, String failingTaskName, TaskManagerLocation taskManagerLocation, Collection<ExceptionHistoryEntry> concurrentExceptions)Instantiates aRootExceptionHistoryEntry.
-