public static class FSImageFormat.Loader extends Object
Modifier and Type | Method and Description |
---|---|
FSDirectory |
getFSDirectoryInLoading() |
Snapshot |
getSnapshot(DataInput in) |
INodeDirectoryAttributes |
loadINodeDirectoryAttributes(DataInput in) |
INodeFileAttributes |
loadINodeFileAttributes(DataInput in)
Load
INodeFileAttributes . |
INode |
loadINodeWithLocalName(boolean isSnapshotINode,
DataInput in,
boolean updateINodeMap) |
INode |
loadINodeWithLocalName(boolean isSnapshotINode,
DataInput in,
boolean updateINodeMap,
StartupProgress.Counter counter) |
public FSDirectory getFSDirectoryInLoading()
public INode loadINodeWithLocalName(boolean isSnapshotINode, DataInput in, boolean updateINodeMap) throws IOException
IOException
public INode loadINodeWithLocalName(boolean isSnapshotINode, DataInput in, boolean updateINodeMap, StartupProgress.Counter counter) throws IOException
IOException
public INodeFileAttributes loadINodeFileAttributes(DataInput in) throws IOException
INodeFileAttributes
.IOException
public INodeDirectoryAttributes loadINodeDirectoryAttributes(DataInput in) throws IOException
IOException
public Snapshot getSnapshot(DataInput in) throws IOException
IOException
Copyright © 2013 Apache Software Foundation. All rights reserved.