| Modifier and Type | Method and Description |
|---|---|
static akka.actor.Props |
JobAttachmentClientActor.createActorProps(LeaderRetrievalService leaderRetrievalService,
scala.concurrent.duration.FiniteDuration timeout,
boolean sysoutUpdates) |
static akka.actor.Props |
JobSubmissionClientActor.createActorProps(LeaderRetrievalService leaderRetrievalService,
scala.concurrent.duration.FiniteDuration timeout,
boolean sysoutUpdates,
Configuration clientConfig) |
| Constructor and Description |
|---|
JobAttachmentClientActor(LeaderRetrievalService leaderRetrievalService,
scala.concurrent.duration.FiniteDuration timeout,
boolean sysoutUpdates) |
JobClientActor(LeaderRetrievalService leaderRetrievalService,
scala.concurrent.duration.FiniteDuration timeout,
boolean sysoutUpdates) |
JobSubmissionClientActor(LeaderRetrievalService leaderRetrievalService,
scala.concurrent.duration.FiniteDuration timeout,
boolean sysoutUpdates,
Configuration clientConfig) |
| Modifier and Type | Method and Description |
|---|---|
static akka.actor.Props |
FlinkResourceManager.getResourceManagerProps(Class<? extends FlinkResourceManager> resourceManagerClass,
Configuration configuration,
LeaderRetrievalService leaderRetrievalService) |
static akka.actor.ActorRef |
FlinkResourceManager.startResourceManagerActors(Configuration configuration,
akka.actor.ActorSystem actorSystem,
LeaderRetrievalService leaderRetriever,
Class<? extends FlinkResourceManager<?>> resourceManagerClass)
Starts the resource manager actors.
|
static akka.actor.ActorRef |
FlinkResourceManager.startResourceManagerActors(Configuration configuration,
akka.actor.ActorSystem actorSystem,
LeaderRetrievalService leaderRetriever,
Class<? extends FlinkResourceManager<?>> resourceManagerClass,
String resourceManagerActorName)
Starts the resource manager actors.
|
| Constructor and Description |
|---|
FlinkResourceManager(int numInitialTaskManagers,
Configuration flinkConfig,
LeaderRetrievalService leaderRetriever)
Creates a AbstractFrameworkMaster actor.
|
| Constructor and Description |
|---|
StandaloneResourceManager(Configuration flinkConfig,
LeaderRetrievalService leaderRetriever) |
| Modifier and Type | Method and Description |
|---|---|
LeaderRetrievalService |
HighAvailabilityServices.getJobManagerLeaderRetriever(JobID jobID)
Gets the leader retriever for the job JobMaster which is responsible for the given job
|
LeaderRetrievalService |
HighAvailabilityServices.getResourceManagerLeaderRetriever()
Gets the leader retriever for the cluster's resource manager.
|
| Modifier and Type | Method and Description |
|---|---|
LeaderRetrievalService |
EmbeddedLeaderService.createLeaderRetrievalService() |
LeaderRetrievalService |
EmbeddedHaServices.getJobManagerLeaderRetriever(JobID jobID) |
LeaderRetrievalService |
EmbeddedHaServices.getResourceManagerLeaderRetriever() |
| Modifier and Type | Method and Description |
|---|---|
LeaderRetrievalService |
SingleLeaderElectionService.createLeaderRetrievalService() |
| Modifier and Type | Method and Description |
|---|---|
LeaderRetrievalService |
StandaloneHaServices.getJobManagerLeaderRetriever(JobID jobID) |
LeaderRetrievalService |
StandaloneHaServices.getResourceManagerLeaderRetriever() |
| Modifier and Type | Method and Description |
|---|---|
LeaderRetrievalService |
ZooKeeperHaServices.getJobManagerLeaderRetriever(JobID jobID) |
LeaderRetrievalService |
ZooKeeperHaServices.getResourceManagerLeaderRetriever() |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneLeaderRetrievalService
Standalone implementation of the
LeaderRetrievalService. |
class |
ZooKeeperLeaderRetrievalService
The counterpart to the
ZooKeeperLeaderElectionService. |
| Modifier and Type | Method and Description |
|---|---|
static InetAddress |
LeaderRetrievalUtils.findConnectingAddress(LeaderRetrievalService leaderRetrievalService,
scala.concurrent.duration.FiniteDuration timeout) |
static InetAddress |
LeaderRetrievalUtils.findConnectingAddress(LeaderRetrievalService leaderRetrievalService,
Time timeout) |
static LeaderConnectionInfo |
LeaderRetrievalUtils.retrieveLeaderConnectionInfo(LeaderRetrievalService leaderRetrievalService,
scala.concurrent.duration.FiniteDuration timeout)
Retrieves the leader akka url and the current leader session ID.
|
static ActorGateway |
LeaderRetrievalUtils.retrieveLeaderGateway(LeaderRetrievalService leaderRetrievalService,
akka.actor.ActorSystem actorSystem,
scala.concurrent.duration.FiniteDuration timeout)
Retrieves the current leader gateway using the given
LeaderRetrievalService. |
static UUID |
LeaderRetrievalUtils.retrieveLeaderSessionId(LeaderRetrievalService leaderRetrievalService,
scala.concurrent.duration.FiniteDuration timeout)
Retrieves the current leader session id of the component identified by the given leader
retrieval service.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.