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 void
ResourceManager. initialize()
Initializes the framework specific components.protected void
StandaloneResourceManager. initialize()
protected abstract void
ResourceManager. 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 void
ActiveResourceManager. initialize()
protected void
ActiveResourceManager. internalDeregisterApplication(ApplicationStatus finalStatus, String optionalDiagnostics)
protected void
ActiveResourceManager. 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 class
UnfulfillableSlotRequestException
Exception denoting that a slot request can not be fulfilled by any slot in the cluster.class
UnknownTaskExecutorException
Exception denoting that a requestedTaskExecutor
could 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 class
SlotManagerException
Base class for exceptions thrown by theSlotManager
.
-