| Package | Description |
|---|---|
| org.apache.flink.client.program |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ClusterClient.LazyActorSystemLoader
Utility class to lazily instantiate an
ActorSystem. |
class |
DefaultActorSystemLoader
ActorSystemLoader which simply returns the given ActorSystem at
construction time. |
| Modifier and Type | Field and Description |
|---|---|
protected ActorSystemLoader |
ClusterClient.actorSystemLoader
The actor system used to communicate with the JobManager.
|
| Constructor and Description |
|---|
ClusterClient(org.apache.flink.configuration.Configuration flinkConfig,
org.apache.flink.runtime.highavailability.HighAvailabilityServices highAvailabilityServices,
boolean sharedHaServices,
ActorSystemLoader actorSystemLoader) |
StandaloneClusterClient(org.apache.flink.configuration.Configuration config,
org.apache.flink.runtime.highavailability.HighAvailabilityServices highAvailabilityServices,
boolean sharedHaServices,
ActorSystemLoader actorSystemLoader) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.