Uses of Class
org.apache.flink.runtime.resourcemanager.exceptions.ResourceManagerException
-
-
Uses of ResourceManagerException in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that throw ResourceManagerException Modifier and Type Method Description protected abstract voidResourceManager. initialize()Initializes the framework specific components.protected voidStandaloneResourceManager. initialize()protected abstract voidResourceManager. internalDeregisterApplication(ApplicationStatus finalStatus, String optionalDiagnostics)The framework specific code to deregister the application. -
Uses of ResourceManagerException in org.apache.flink.runtime.resourcemanager.active
Methods in org.apache.flink.runtime.resourcemanager.active that throw ResourceManagerException Modifier and Type Method Description protected voidActiveResourceManager. initialize()protected voidActiveResourceManager. internalDeregisterApplication(ApplicationStatus finalStatus, String optionalDiagnostics)protected voidActiveResourceManager. terminate() -
Uses of ResourceManagerException in org.apache.flink.runtime.resourcemanager.exceptions
Subclasses of ResourceManagerException in org.apache.flink.runtime.resourcemanager.exceptions Modifier and Type Class Description classUnfulfillableSlotRequestExceptionException denoting that a slot request can not be fulfilled by any slot in the cluster.classUnknownTaskExecutorExceptionException denoting that a requestedTaskExecutorcould not be found. -
Uses of ResourceManagerException in org.apache.flink.runtime.resourcemanager.slotmanager
Subclasses of ResourceManagerException in org.apache.flink.runtime.resourcemanager.slotmanager Modifier and Type Class Description classSlotManagerExceptionBase class for exceptions thrown by theSlotManager.
-