| Package | Description |
|---|---|
| org.apache.flink.runtime.client | |
| org.apache.flink.runtime.leaderretrieval | |
| org.apache.flink.runtime.net | |
| org.apache.flink.runtime.util |
| Modifier and Type | Class and Description |
|---|---|
class |
JobClientActor
Actor which constitutes the bridge between the non-actor code and the JobManager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LeaderRetrievalService.start(LeaderRetrievalListener listener)
Starts the leader retrieval service with the given listener to listen for new leaders.
|
void |
StandaloneLeaderRetrievalService.start(LeaderRetrievalListener listener) |
void |
ZooKeeperLeaderRetrievalService.start(LeaderRetrievalListener listener) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ConnectionUtils.LeaderConnectingAddressListener |
| Modifier and Type | Class and Description |
|---|---|
static class |
LeaderRetrievalUtils.LeaderConnectionInfoListener
Helper class which is used by the retrieveLeaderConnectionInfo method to retrieve the
leader's akka URL and the current leader session ID.
|
static class |
LeaderRetrievalUtils.LeaderGatewayListener
Helper class which is used by the retrieveLeaderGateway method as the
LeaderRetrievalListener. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.