| Package | Description |
|---|---|
| org.apache.flink.runtime.clusterframework |
This package contains the cluster resource management functionality.
|
| org.apache.flink.runtime.clusterframework.standalone |
| Modifier and Type | Method and Description |
|---|---|
static akka.actor.Props |
FlinkResourceManager.getResourceManagerProps(Class<? extends FlinkResourceManager> resourceManagerClass,
org.apache.flink.configuration.Configuration configuration,
LeaderRetrievalService leaderRetrievalService) |
static akka.actor.ActorRef |
FlinkResourceManager.startResourceManagerActors(org.apache.flink.configuration.Configuration configuration,
akka.actor.ActorSystem actorSystem,
LeaderRetrievalService leaderRetriever,
Class<? extends FlinkResourceManager<?>> resourceManagerClass)
Starts the resource manager actors.
|
static akka.actor.ActorRef |
FlinkResourceManager.startResourceManagerActors(org.apache.flink.configuration.Configuration configuration,
akka.actor.ActorSystem actorSystem,
LeaderRetrievalService leaderRetriever,
Class<? extends FlinkResourceManager<?>> resourceManagerClass,
String resourceManagerActorName)
Starts the resource manager actors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneResourceManager
A standalone implementation of the resource manager.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.