public static final class FSImageFormatPBSnapshot.Loader
extends java.lang.Object
| Constructor | Description |
|---|---|
Loader(FSNamesystem fsn,
FSImageFormatProtobuf.Loader parent) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
loadINodeReferenceSection(java.io.InputStream in) |
The sequence of the ref node in refList must be strictly the same with
the sequence in fsimage
|
void |
loadSnapshotDiffSection(java.io.InputStream in) |
Load the snapshot diff section from fsimage.
|
void |
loadSnapshotSection(java.io.InputStream in) |
Load the snapshots section from fsimage.
|
public Loader(FSNamesystem fsn, FSImageFormatProtobuf.Loader parent)
public void loadINodeReferenceSection(java.io.InputStream in)
throws java.io.IOException
java.io.IOExceptionpublic void loadSnapshotSection(java.io.InputStream in)
throws java.io.IOException
java.io.IOExceptionpublic void loadSnapshotDiffSection(java.io.InputStream in)
throws java.io.IOException
java.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.