See: Description
| Interface | Description |
|---|---|
| BootstrapTools.ActorSystemExecutorConfiguration |
Configuration interface for
ActorSystem underlying executor. |
| Class | Description |
|---|---|
| BootstrapTools |
Tools for starting JobManager and TaskManager processes, including the
Actor Systems used to run the JobManager and TaskManager actors.
|
| BootstrapTools.FixedThreadPoolExecutorConfiguration |
Configuration for a fixed thread pool executor.
|
| BootstrapTools.ForkJoinExecutorConfiguration |
Configuration for a fork join executor.
|
| ContaineredTaskManagerParameters |
This class describes the basic parameters for launching a TaskManager process.
|
| ContainerSpecification |
Encapsulates a container specification, including artifacts, environment variables,
system properties, and Flink configuration settings.
|
| ContainerSpecification.Artifact |
An artifact to be copied into the container.
|
| ContainerSpecification.Artifact.Builder | |
| TaskExecutorProcessSpec |
Describe the specifics of different resource dimensions of the TaskExecutor process.
|
| TaskExecutorProcessSpecBuilder |
Builder for
TaskExecutorProcessSpec. |
| TaskExecutorProcessUtils |
Utility class for TaskExecutor memory configurations.
|
| Enum | Description |
|---|---|
| ApplicationStatus |
The status of an application.
|
The classes in this package are extended by the YARN and Mesos implementations to realize cluster bootstrapping and resource management with those frameworks.
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.