| Modifier and Type | Method and 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.
|
| 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 |
|---|---|
Collection<ResourceProfile> |
ResourceActions.allocateResource(ResourceProfile resourceProfile)
Requests to allocate a resource with the given
ResourceProfile. |
boolean |
SlotManager.registerSlotRequest(SlotRequest slotRequest)
Requests a slot with the respective resource profile.
|
boolean |
SlotManagerImpl.registerSlotRequest(SlotRequest slotRequest)
Requests a slot with the respective resource profile.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.