| Package | Description |
|---|---|
| org.apache.flink.runtime.entrypoint.component | |
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.resourcemanager.active |
| Modifier and Type | Method and Description |
|---|---|
static DefaultDispatcherResourceManagerComponentFactory |
DefaultDispatcherResourceManagerComponentFactory.createJobComponentFactory(ResourceManagerFactory<?> resourceManagerFactory,
JobGraphRetriever jobGraphRetriever) |
static DefaultDispatcherResourceManagerComponentFactory |
DefaultDispatcherResourceManagerComponentFactory.createSessionComponentFactory(ResourceManagerFactory<?> resourceManagerFactory) |
| Constructor and Description |
|---|
DefaultDispatcherResourceManagerComponentFactory(DispatcherRunnerFactory dispatcherRunnerFactory,
ResourceManagerFactory<?> resourceManagerFactory,
RestEndpointFactory<?> restEndpointFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneResourceManagerFactory
ResourceManagerFactory which creates a StandaloneResourceManager. |
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveResourceManagerFactory<WorkerType extends ResourceIDRetrievable>
Factory class for creating
ActiveResourceManager with various implementations of ResourceManagerDriver. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.