| Modifier and Type | Method and Description |
|---|---|
protected void |
StandaloneResourceManager.initialize() |
protected abstract void |
ResourceManager.initialize()
Initializes the framework specific components.
|
protected abstract void |
ResourceManager.internalDeregisterApplication(ApplicationStatus finalStatus,
String optionalDiagnostics)
The framework specific code to deregister the application.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ActiveResourceManager.initialize() |
protected void |
ActiveResourceManager.internalDeregisterApplication(ApplicationStatus finalStatus,
String optionalDiagnostics) |
protected void |
ActiveResourceManager.terminate() |
| Modifier and Type | Class and 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 requested
TaskExecutor could not be found. |
| Modifier and Type | Class and Description |
|---|---|
class |
SlotManagerException
Base class for exceptions thrown by the
SlotManager. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SlotManagerImpl.registerSlotRequest(SlotRequest slotRequest)
Requests a slot with the respective resource profile.
|
default boolean |
SlotManager.registerSlotRequest(SlotRequest slotRequest)
Requests a slot with the respective resource profile.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.