| Modifier and Type | Method and Description |
|---|---|
ActorGateway |
SavepointCoordinator.createActivatorDeactivator(akka.actor.ActorSystem actorSystem,
UUID leaderSessionID) |
ActorGateway |
CheckpointCoordinator.createActivatorDeactivator(akka.actor.ActorSystem actorSystem,
UUID leaderSessionID) |
protected ActorGateway |
CheckpointCoordinator.getJobStatusListener() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CheckpointCoordinator.setJobStatusListener(ActorGateway jobStatusListener) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JobClient.submitJobDetached(ActorGateway jobManagerGateway,
JobGraph jobGraph,
scala.concurrent.duration.FiniteDuration timeout,
ClassLoader classLoader)
Submits a job in detached mode.
|
static void |
JobClient.uploadJarFiles(JobGraph jobGraph,
ActorGateway jobManagerGateway,
scala.concurrent.duration.FiniteDuration timeout)
Uploads the specified jar files of the [[JobGraph]] jobGraph to the BlobServer of the
JobManager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionGraph.registerExecutionListener(ActorGateway listener) |
void |
ExecutionGraph.registerJobStatusListener(ActorGateway listener) |
boolean |
ExecutionVertex.sendMessageToCurrentExecution(Serializable message,
ExecutionAttemptID attemptID,
ActorGateway sender) |
| 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 |
|---|---|
ActorGateway |
Instance.getActorGateway()
Returns the InstanceGateway of this Instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AkkaActorGateway.forward(Object message,
ActorGateway sender)
Forwards a message.
|
void |
ActorGateway.forward(Object message,
ActorGateway sender)
Forwards a message.
|
void |
AkkaActorGateway.tell(Object message,
ActorGateway sender)
Sends a message asynchronously without a result with sender being the sender.
|
void |
ActorGateway.tell(Object message,
ActorGateway sender)
Sends a message asynchronously without a result with sender being the sender.
|
| Constructor and Description |
|---|
Instance(ActorGateway actorGateway,
InstanceConnectionInfo connectionInfo,
InstanceID id,
HardwareDescription resources,
int numberOfSlots)
Constructs an instance reflecting a registered TaskManager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkEnvironment.associateWithTaskManagerAndJobManager(ActorGateway jobManagerGateway,
ActorGateway taskManagerGateway)
This associates the network environment with a TaskManager and JobManager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Task.registerExecutionListener(ActorGateway listener) |
| Constructor and Description |
|---|
RuntimeEnvironment(org.apache.flink.api.common.JobID jobId,
JobVertexID jobVertexId,
ExecutionAttemptID executionId,
org.apache.flink.api.common.TaskInfo taskInfo,
org.apache.flink.configuration.Configuration jobConfiguration,
org.apache.flink.configuration.Configuration taskConfiguration,
ClassLoader userCodeClassLoader,
MemoryManager memManager,
IOManager ioManager,
BroadcastVariableManager bcVarManager,
AccumulatorRegistry accumulatorRegistry,
InputSplitProvider splitProvider,
Map<String,Future<org.apache.flink.core.fs.Path>> distCacheEntries,
ResultPartitionWriter[] writers,
InputGate[] inputGates,
ActorGateway jobManager,
TaskManagerRuntimeInfo taskManagerInfo) |
Task(TaskDeploymentDescriptor tdd,
MemoryManager memManager,
IOManager ioManager,
NetworkEnvironment networkEnvironment,
BroadcastVariableManager bcVarManager,
ActorGateway taskManagerActor,
ActorGateway jobManagerActor,
scala.concurrent.duration.FiniteDuration actorAskTimeout,
LibraryCacheManager libraryCache,
FileCache fileCache,
TaskManagerRuntimeInfo taskManagerConfig)
IMPORTANT: This constructor may not start any work that would need to
be undone in the case of a failing task deployment.
|
TaskInputSplitProvider(ActorGateway jobManager,
org.apache.flink.api.common.JobID jobId,
JobVertexID vertexId,
ExecutionAttemptID executionID,
ClassLoader userCodeClassLoader,
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–2016 The Apache Software Foundation. All rights reserved.