Uses of Class
org.apache.flink.runtime.taskexecutor.exceptions.TaskManagerException
-
Packages that use TaskManagerException Package Description org.apache.flink.runtime.taskexecutor.exceptions -
-
Uses of TaskManagerException in org.apache.flink.runtime.taskexecutor.exceptions
Subclasses of TaskManagerException in org.apache.flink.runtime.taskexecutor.exceptions Modifier and Type Class Description classPartitionUpdateExceptionException indicating a problem with the result partitions on theTaskExecutorside.classRegistrationTimeoutExceptionException which indicates that theTaskExecutorcould not register at the master in time.classSlotAllocationExceptionException indicating that the slot allocation on the task manager failed.classSlotOccupiedExceptionException which signals that a slot is already occupied by the givenAllocationID.classTaskExceptionException indicating a task related problem on theTaskExecutor.classTaskSubmissionExceptionException indicating a problem with theTasksubmission at theTaskException.
-