| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.executiongraph |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneCheckpointIDCounter
CheckpointIDCounter instances for JobManagers running in RecoveryMode.STANDALONE. |
class |
ZooKeeperCheckpointIDCounter
CheckpointIDCounter instances for JobManagers running in RecoveryMode.ZOOKEEPER. |
| Modifier and Type | Field and Description |
|---|---|
protected CheckpointIDCounter |
CheckpointCoordinator.checkpointIdCounter
Checkpoint ID counter to ensure ascending IDs.
|
| Modifier and Type | Method and Description |
|---|---|
CheckpointIDCounter |
CheckpointRecoveryFactory.createCheckpointIDCounter(org.apache.flink.api.common.JobID jobId)
Creates a
CheckpointIDCounter instance for a job. |
CheckpointIDCounter |
ZooKeeperCheckpointRecoveryFactory.createCheckpointIDCounter(org.apache.flink.api.common.JobID jobID) |
CheckpointIDCounter |
StandaloneCheckpointRecoveryFactory.createCheckpointIDCounter(org.apache.flink.api.common.JobID ignored) |
| Constructor and Description |
|---|
CheckpointCoordinator(org.apache.flink.api.common.JobID job,
long baseInterval,
long checkpointTimeout,
ExecutionVertex[] tasksToTrigger,
ExecutionVertex[] tasksToWaitFor,
ExecutionVertex[] tasksToCommitTo,
ClassLoader userClassLoader,
CheckpointIDCounter checkpointIDCounter,
CompletedCheckpointStore completedCheckpointStore,
RecoveryMode recoveryMode) |
CheckpointCoordinator(org.apache.flink.api.common.JobID job,
long baseInterval,
long checkpointTimeout,
long minPauseBetweenCheckpoints,
int maxConcurrentCheckpointAttempts,
ExecutionVertex[] tasksToTrigger,
ExecutionVertex[] tasksToWaitFor,
ExecutionVertex[] tasksToCommitTo,
ClassLoader userClassLoader,
CheckpointIDCounter checkpointIDCounter,
CompletedCheckpointStore completedCheckpointStore,
RecoveryMode recoveryMode,
CheckpointStatsTracker statsTracker) |
SavepointCoordinator(org.apache.flink.api.common.JobID jobId,
long baseInterval,
long checkpointTimeout,
ExecutionVertex[] tasksToTrigger,
ExecutionVertex[] tasksToWaitFor,
ExecutionVertex[] tasksToCommitTo,
ClassLoader userClassLoader,
CheckpointIDCounter checkpointIDCounter,
StateStore<CompletedCheckpoint> savepointStore,
CheckpointStatsTracker statsTracker) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionGraph.enableSnapshotCheckpointing(long interval,
long checkpointTimeout,
long minPauseBetweenCheckpoints,
int maxConcurrentCheckpoints,
List<ExecutionJobVertex> verticesToTrigger,
List<ExecutionJobVertex> verticesToWaitFor,
List<ExecutionJobVertex> verticesToCommitTo,
akka.actor.ActorSystem actorSystem,
UUID leaderSessionID,
CheckpointIDCounter checkpointIDCounter,
CompletedCheckpointStore completedCheckpointStore,
RecoveryMode recoveryMode,
StateStore<CompletedCheckpoint> savepointStore) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.