| Package | Description |
|---|---|
| org.apache.flink.runtime.clusterframework |
This package contains the cluster resource management functionality.
|
| org.apache.flink.runtime.clusterframework.standalone | |
| org.apache.flink.runtime.testutils |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestingResourceManager
A testing resource manager which may alter the default standalone resource master's behavior.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.