Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.server.namenode.snapshot |
Modifier and Type | Method and Description |
---|---|
INodeFileUnderConstruction |
INodeFileUnderConstruction.recordModification(Snapshot latest,
INodeMap inodeMap) |
INodeFileUnderConstruction |
INodeFile.toUnderConstruction(String clientName,
String clientMachine,
DatanodeDescriptor clientNode)
Convert this file to an
INodeFileUnderConstruction . |
static INodeFileUnderConstruction |
INodeFileUnderConstruction.valueOf(INode inode,
String path)
Cast INode to INodeFileUnderConstruction.
|
Modifier and Type | Method and Description |
---|---|
String |
LeaseManager.findPath(INodeFileUnderConstruction pendingFile)
Finds the pathname for the specified pendingFile
|
void |
FSEditLog.logOpenFile(String path,
INodeFileUnderConstruction newNode,
boolean toLogRpcIds)
Add open lease record to edit log.
|
void |
FSEditLog.logUpdateBlocks(String path,
INodeFileUnderConstruction file,
boolean toLogRpcIds) |
Modifier and Type | Class and Description |
---|---|
class |
INodeFileUnderConstructionWithSnapshot
Represent an
INodeFileUnderConstruction that is snapshotted. |
Constructor and Description |
---|
INodeFileUnderConstructionWithSnapshot(INodeFileUnderConstruction f,
FileWithSnapshot.FileDiffList diffs)
Construct an
INodeFileUnderConstructionWithSnapshot based on an
INodeFileUnderConstruction . |
Copyright © 2013 Apache Software Foundation. All rights reserved.