| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint.savepoint | |
| org.apache.flink.runtime.executiongraph |
| Modifier and Type | Class and Description |
|---|---|
class |
FsSavepointStore
A file system based
SavepointStore. |
class |
HeapSavepointStore
Heap-backed savepoint store.
|
| Modifier and Type | Method and Description |
|---|---|
static SavepointStore |
SavepointStoreFactory.createFromConfig(org.apache.flink.configuration.Configuration config)
Creates a
SavepointStore from the specified Configuration. |
| Constructor and Description |
|---|
SavepointCoordinator(org.apache.flink.api.common.JobID jobId,
long baseInterval,
long checkpointTimeout,
int numberKeyGroups,
ExecutionVertex[] tasksToTrigger,
ExecutionVertex[] tasksToWaitFor,
ExecutionVertex[] tasksToCommitTo,
ClassLoader userClassLoader,
CheckpointIDCounter checkpointIDCounter,
SavepointStore savepointStore,
CheckpointStatsTracker statsTracker) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionGraph.enableSnapshotCheckpointing(long interval,
long checkpointTimeout,
long minPauseBetweenCheckpoints,
int maxConcurrentCheckpoints,
int numberKeyGroups,
List<ExecutionJobVertex> verticesToTrigger,
List<ExecutionJobVertex> verticesToWaitFor,
List<ExecutionJobVertex> verticesToCommitTo,
akka.actor.ActorSystem actorSystem,
UUID leaderSessionID,
CheckpointIDCounter checkpointIDCounter,
CompletedCheckpointStore checkpointStore,
RecoveryMode recoveryMode,
SavepointStore savepointStore,
CheckpointStatsTracker statsTracker) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.