| Modifier and Type | Method and Description |
|---|---|
static akka.actor.Props |
MesosFlinkResourceManager.createActorProps(Class<? extends MesosFlinkResourceManager> actorClass,
org.apache.flink.configuration.Configuration flinkConfig,
MesosConfiguration mesosConfig,
MesosWorkerStore workerStore,
org.apache.flink.runtime.leaderretrieval.LeaderRetrievalService leaderRetrievalService,
MesosTaskManagerParameters taskManagerParameters,
org.apache.flink.runtime.clusterframework.ContainerSpecification taskManagerContainerSpec,
MesosArtifactResolver artifactResolver,
org.slf4j.Logger log)
Creates the props needed to instantiate this actor.
|
| Constructor and Description |
|---|
MesosFlinkResourceManager(org.apache.flink.configuration.Configuration flinkConfig,
MesosConfiguration mesosConfig,
MesosWorkerStore workerStore,
org.apache.flink.runtime.leaderretrieval.LeaderRetrievalService leaderRetrievalService,
MesosTaskManagerParameters taskManagerParameters,
org.apache.flink.runtime.clusterframework.ContainerSpecification taskManagerContainerSpec,
MesosArtifactResolver artifactResolver,
int maxFailedTasks,
int numInitialTaskManagers) |
| Modifier and Type | Method and Description |
|---|---|
MesosWorkerStore |
StandaloneMesosServices.createMesosWorkerStore(org.apache.flink.configuration.Configuration configuration,
Executor executor) |
MesosWorkerStore |
MesosServices.createMesosWorkerStore(org.apache.flink.configuration.Configuration configuration,
Executor executor)
Creates a
MesosWorkerStore which is used to persist mesos worker in high availability
mode. |
MesosWorkerStore |
ZooKeeperMesosServices.createMesosWorkerStore(org.apache.flink.configuration.Configuration configuration,
Executor executor) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneMesosWorkerStore
A standalone Mesos worker store.
|
class |
ZooKeeperMesosWorkerStore
A ZooKeeper-backed Mesos worker store.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.