| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.client | |
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.executiongraph.failover | |
| org.apache.flink.runtime.jobgraph | |
| org.apache.flink.runtime.messages.webmonitor |
This package contains the actor messages that are sent between the
JobManager and components that are interested in the status of
the JobManager.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompletedCheckpoint.discardOnShutdown(JobStatus jobStatus) |
void |
CheckpointCoordinatorDeActivator.jobStatusChanges(JobID jobId,
JobStatus newJobStatus,
long timestamp,
Throwable error) |
void |
CompletedCheckpointStore.shutdown(JobStatus jobStatus)
Shuts down the store.
|
void |
StandaloneCheckpointIDCounter.shutdown(JobStatus jobStatus) |
void |
ZooKeeperCheckpointIDCounter.shutdown(JobStatus jobStatus) |
void |
ZooKeeperCompletedCheckpointStore.shutdown(JobStatus jobStatus) |
void |
CheckpointIDCounter.shutdown(JobStatus jobStatus)
Shuts the
CheckpointIDCounter service. |
void |
CheckpointCoordinator.shutdown(JobStatus jobStatus)
Shuts down the checkpoint coordinator.
|
void |
StandaloneCompletedCheckpointStore.shutdown(JobStatus jobStatus) |
| Modifier and Type | Method and Description |
|---|---|
JobStatus |
JobStatusMessage.getJobState() |
| Constructor and Description |
|---|
JobStatusMessage(JobID jobId,
String jobName,
JobStatus jobState,
long startTime) |
| Modifier and Type | Method and Description |
|---|---|
JobStatus |
AccessExecutionGraph.getState()
Returns the current
JobStatus for this execution graph. |
JobStatus |
ArchivedExecutionGraph.getState() |
JobStatus |
ExecutionGraph.getState() |
JobStatus |
ExecutionGraph.waitUntilTerminal() |
| Modifier and Type | Method and Description |
|---|---|
Future<JobStatus> |
ExecutionGraph.getTerminationFuture() |
| Modifier and Type | Method and Description |
|---|---|
long |
AccessExecutionGraph.getStatusTimestamp(JobStatus status)
Returns the timestamp for the given
JobStatus |
long |
ArchivedExecutionGraph.getStatusTimestamp(JobStatus status) |
long |
ExecutionGraph.getStatusTimestamp(JobStatus status) |
void |
JobStatusListener.jobStatusChanges(JobID jobId,
JobStatus newJobStatus,
long timestamp,
Throwable error)
This method is called whenever the status of the job changes.
|
void |
StatusListenerMessenger.jobStatusChanges(JobID jobId,
JobStatus newJobStatus,
long timestamp,
Throwable error) |
| Constructor and Description |
|---|
ArchivedExecutionGraph(JobID jobID,
String jobName,
Map<JobVertexID,ArchivedExecutionJobVertex> tasks,
List<ArchivedExecutionJobVertex> verticesInCreationOrder,
long[] stateTimestamps,
JobStatus state,
String failureCause,
String jsonPlan,
StringifiedAccumulatorResult[] archivedUserAccumulators,
Map<String,SerializedValue<Object>> serializedUserAccumulators,
ArchivedExecutionConfig executionConfig,
boolean isStoppable,
JobCheckpointingSettings jobCheckpointingSettings,
CheckpointStatsSnapshot checkpointStatsSnapshot) |
| Modifier and Type | Method and Description |
|---|---|
JobStatus |
FailoverRegion.getState() |
| Modifier and Type | Method and Description |
|---|---|
static JobStatus |
JobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus[] |
JobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JobStatus |
JobDetails.getStatus() |
| Constructor and Description |
|---|
JobDetails(JobID jobId,
String jobName,
long startTime,
long endTime,
JobStatus status,
long lastUpdateTime,
int[] numVerticesPerExecutionState,
int numTasks) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.