@InterfaceAudience.Private public class INodeId extends SequentialNumber
Modifier and Type | Field and Description |
---|---|
static long |
GRANDFATHER_INODE_ID
The inode id validation of lease check will be skipped when the request
uses GRANDFATHER_INODE_ID for backward compatibility.
|
static long |
LAST_RESERVED_ID
The last reserved inode id.
|
static long |
ROOT_INODE_ID |
Modifier and Type | Method and Description |
---|---|
static void |
checkId(long requestId,
INode inode)
To check if the request id is the same as saved id.
|
equals, getCurrentValue, hashCode, nextValue, setCurrentValue, skipTo
public static final long LAST_RESERVED_ID
public static final long ROOT_INODE_ID
public static final long GRANDFATHER_INODE_ID
public static void checkId(long requestId, INode inode) throws FileNotFoundException
FileNotFoundException
Copyright © 2013 Apache Software Foundation. All rights reserved.