public static final class FSImageFormatPBINode.Loader extends Object
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableList<org.apache.hadoop.fs.permission.AclEntry> |
loadAclEntries(FsImageProto.INodeSection.AclFeatureProto proto,
String[] stringTable) |
static INodeDirectory |
loadINodeDirectory(FsImageProto.INodeSection.INode n,
FSImageFormatProtobuf.LoaderContext state) |
static org.apache.hadoop.fs.permission.PermissionStatus |
loadPermission(long id,
String[] stringTable) |
static com.google.common.collect.ImmutableList<QuotaByStorageTypeEntry> |
loadQuotaByStorageTypeEntries(FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto proto) |
static List<org.apache.hadoop.fs.XAttr> |
loadXAttrs(FsImageProto.INodeSection.XAttrFeatureProto proto,
String[] stringTable) |
static void |
updateBlocksMap(org.apache.hadoop.hdfs.server.namenode.INodeFile file,
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager bm) |
public static org.apache.hadoop.fs.permission.PermissionStatus loadPermission(long id, String[] stringTable)
public static com.google.common.collect.ImmutableList<org.apache.hadoop.fs.permission.AclEntry> loadAclEntries(FsImageProto.INodeSection.AclFeatureProto proto, String[] stringTable)
public static List<org.apache.hadoop.fs.XAttr> loadXAttrs(FsImageProto.INodeSection.XAttrFeatureProto proto, String[] stringTable)
public static com.google.common.collect.ImmutableList<QuotaByStorageTypeEntry> loadQuotaByStorageTypeEntries(FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto proto)
public static INodeDirectory loadINodeDirectory(FsImageProto.INodeSection.INode n, FSImageFormatProtobuf.LoaderContext state)
public static void updateBlocksMap(org.apache.hadoop.hdfs.server.namenode.INodeFile file, org.apache.hadoop.hdfs.server.blockmanagement.BlockManager bm)
Copyright © 2017 Apache Software Foundation. All Rights Reserved.