| Modifier and Type | Method and Description |
|---|---|
static List<BlobKey> |
BlobClient.uploadJarFiles(ActorGateway jobManager,
scala.concurrent.duration.FiniteDuration askTimeout,
Configuration clientConfig,
List<Path> jars)
Retrieves the
BlobServer address from the JobManager and uploads
the JAR files to it. |
| Modifier and Type | Method and Description |
|---|---|
static JobListeningContext |
JobClient.attachToRunningJob(JobID jobID,
ActorGateway jobManagerGateWay,
Configuration configuration,
akka.actor.ActorSystem actorSystem,
HighAvailabilityServices highAvailabilityServices,
scala.concurrent.duration.FiniteDuration timeout,
boolean sysoutLogUpdates)
Attaches to a running Job using the JobID.
|
static ClassLoader |
JobClient.retrieveClassLoader(JobID jobID,
ActorGateway jobManager,
Configuration config,
HighAvailabilityServices highAvailabilityServices)
Reconstructs the class loader by first requesting information about it at the JobManager
and then downloading missing jar files.
|
static void |
JobClient.submitJobDetached(ActorGateway jobManagerGateway,
Configuration config,
JobGraph jobGraph,
scala.concurrent.duration.FiniteDuration timeout,
ClassLoader classLoader)
Submits a job in detached mode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AkkaActorGateway
Concrete
ActorGateway implementation which uses Akka to communicate with remote actors. |
| Modifier and Type | Method and Description |
|---|---|
void |
ActorGateway.forward(Object message,
ActorGateway sender)
Forwards a message.
|
void |
AkkaActorGateway.forward(Object message,
ActorGateway sender)
Forwards a message.
|
void |
ActorGateway.tell(Object message,
ActorGateway sender)
Sends a message asynchronously without a result with sender being the sender.
|
void |
AkkaActorGateway.tell(Object message,
ActorGateway sender)
Sends a message asynchronously without a result with sender being the sender.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobGraph.uploadUserJars(ActorGateway jobManager,
scala.concurrent.duration.FiniteDuration askTimeout,
Configuration blobClientConfig)
Uploads the previously added user JAR files to the job manager through
the job manager's BLOB server.
|
| Modifier and Type | Method and Description |
|---|---|
ActorGateway |
ActorTaskManagerGateway.getActorGateway() |
| Constructor and Description |
|---|
ActorTaskManagerGateway(ActorGateway actorGateway) |
| Constructor and Description |
|---|
ActorGatewayCheckpointResponder(ActorGateway actorGateway) |
ActorGatewayKvStateRegistryListener(ActorGateway jobManager,
KvStateServerAddress kvStateServerAddress) |
ActorGatewayPartitionProducerStateChecker(ActorGateway jobManager,
scala.concurrent.duration.FiniteDuration timeout) |
ActorGatewayResultPartitionConsumableNotifier(scala.concurrent.ExecutionContext executionContext,
ActorGateway jobManager,
scala.concurrent.duration.FiniteDuration jobManagerMessageTimeout) |
ActorGatewayTaskExecutionStateListener(ActorGateway actorGateway) |
ActorGatewayTaskManagerActions(ActorGateway actorGateway) |
TaskInputSplitProvider(ActorGateway jobManager,
JobID jobID,
JobVertexID vertexID,
ExecutionAttemptID executionID,
scala.concurrent.duration.FiniteDuration timeout) |
| Modifier and Type | Method and Description |
|---|---|
static ActorGateway |
LeaderRetrievalUtils.retrieveLeaderGateway(LeaderRetrievalService leaderRetrievalService,
akka.actor.ActorSystem actorSystem,
scala.concurrent.duration.FiniteDuration timeout)
Retrieves the current leader gateway using the given
LeaderRetrievalService. |
| Modifier and Type | Method and Description |
|---|---|
scala.concurrent.Future<ActorGateway> |
LeaderRetrievalUtils.LeaderGatewayListener.getActorGatewayFuture() |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.