|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hdfs.server.namenode.snapshot.FSImageFormatPBSnapshot.Loader
public static final class FSImageFormatPBSnapshot.Loader
Loading snapshot related information from protobuf based FSImage
| Constructor Summary | |
|---|---|
FSImageFormatPBSnapshot.Loader(org.apache.hadoop.hdfs.server.namenode.FSNamesystem fsn,
FSImageFormatProtobuf.Loader parent)
|
|
| Method Summary | |
|---|---|
void |
loadINodeReferenceSection(InputStream in)
The sequence of the ref node in refList must be strictly the same with the sequence in fsimage |
void |
loadSnapshotDiffSection(InputStream in)
Load the snapshot diff section from fsimage. |
void |
loadSnapshotSection(InputStream in)
Load the snapshots section from fsimage. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FSImageFormatPBSnapshot.Loader(org.apache.hadoop.hdfs.server.namenode.FSNamesystem fsn,
FSImageFormatProtobuf.Loader parent)
| Method Detail |
|---|
public void loadINodeReferenceSection(InputStream in)
throws IOException
IOException
public void loadSnapshotSection(InputStream in)
throws IOException
INodeDirectorySnapshottable.
IOException
public void loadSnapshotDiffSection(InputStream in)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||