@Internal public final class SavepointLoader extends Object
CheckpointMetadata
metadata.Modifier and Type | Method and Description |
---|---|
static CheckpointMetadata |
loadSavepointMetadata(String savepointPath)
Takes the given string (representing a pointer to a checkpoint) and resolves it to a file
status for the checkpoint's metadata file.
|
public static CheckpointMetadata loadSavepointMetadata(String savepointPath) throws IOException
This should only be used when the user code class loader is the current classloader for the thread.
savepointPath
- The path to an external savepoint.IOException
- Thrown, if the path cannot be resolved, the file system not accessed, or
the path points to a location that does not seem to be a savepoint.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.