| Package | Description |
|---|---|
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.resourcemanager.active | |
| org.apache.flink.runtime.security.token |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceManager<WorkerType extends ResourceIDRetrievable>
ResourceManager implementation.
|
class |
StandaloneResourceManager
A standalone implementation of the resource manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveResourceManager<WorkerType extends ResourceIDRetrievable>
An active implementation of
ResourceManager. |
| Modifier and Type | Method and Description |
|---|---|
void |
NoOpDelegationTokenManager.start(DelegationTokenManager.Listener listener) |
void |
DelegationTokenManager.start(DelegationTokenManager.Listener listener)
Creates a re-occurring task which obtains new tokens and automatically distributes them to
all receivers (in local JVM as well as in registered task managers too).
|
void |
DefaultDelegationTokenManager.start(DelegationTokenManager.Listener listener)
Creates a re-occurring task which obtains new tokens and automatically distributes them to
task managers.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.