| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint.savepoint |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SavepointSerializer<T extends Savepoint>
Serializer for
Savepoint instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
SavepointV0
Savepoint version 0.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Savepoint> |
SavepointSerializers.getSerializer(T savepoint)
Returns the
SavepointSerializer for the given savepoint. |
<T extends Savepoint> |
HeapSavepointStore.storeSavepoint(T savepoint) |
<T extends Savepoint> |
SavepointStore.storeSavepoint(T savepoint)
Stores the savepoint.
|
<T extends Savepoint> |
FsSavepointStore.storeSavepoint(T savepoint) |
| Modifier and Type | Method and Description |
|---|---|
Savepoint |
HeapSavepointStore.loadSavepoint(String path) |
Savepoint |
SavepointStore.loadSavepoint(String path)
Loads the savepoint at the specified path.
|
Savepoint |
FsSavepointStore.loadSavepoint(String path) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.