Uses of Class
org.apache.flink.runtime.resourcemanager.exceptions.ResourceManagerException
Packages that use ResourceManagerException
Package
Description
-
Uses of ResourceManagerException in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that throw ResourceManagerExceptionModifier and TypeMethodDescriptionprotected 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 ResourceManagerExceptionModifier and TypeMethodDescriptionprotected voidActiveResourceManager.initialize()protected voidActiveResourceManager.internalDeregisterApplication(ApplicationStatus finalStatus, String optionalDiagnostics) protected voidActiveResourceManager.terminate() -
Uses of ResourceManagerException in org.apache.flink.runtime.resourcemanager.exceptions
Modifier and TypeClassDescriptionclassException denoting that a slot request can not be fulfilled by any slot in the cluster.classException denoting that a requestedTaskExecutorcould not be found. -
Uses of ResourceManagerException in org.apache.flink.runtime.resourcemanager.slotmanager