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