| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.checkpoint.stats | |
| org.apache.flink.runtime.executiongraph |
| Constructor and Description |
|---|
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 | Class and Description |
|---|---|
class |
DisabledCheckpointStatsTracker
A tracker for checkpoint statistics when they are disabled.
|
class |
SimpleCheckpointStatsTracker
A simple checkpoint stats tracker.
|
| Modifier and Type | Method and Description |
|---|---|
CheckpointStatsTracker |
ExecutionGraph.getCheckpointStatsTracker() |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.