| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint.savepoint |
| Modifier and Type | Method and Description |
|---|---|
SavepointV2 |
SavepointV1Serializer.deserialize(DataInputStream dis,
ClassLoader cl) |
SavepointV2 |
SavepointV2Serializer.deserialize(DataInputStream dis,
ClassLoader cl) |
| Modifier and Type | Method and Description |
|---|---|
void |
SavepointV1Serializer.serialize(SavepointV2 savepoint,
DataOutputStream dos) |
void |
SavepointV2Serializer.serialize(SavepointV2 checkpointMetadata,
DataOutputStream dos) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.