|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hdfs.server.namenode.INode
org.apache.hadoop.hdfs.server.namenode.INodeWithAdditionalFields
org.apache.hadoop.hdfs.server.namenode.INodeDirectory
org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot.Root
public static class Snapshot.Root
The root directory of the snapshot.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.hadoop.hdfs.server.namenode.INodeDirectory |
|---|
INodeDirectory.SnapshotAndINode |
| Nested classes/interfaces inherited from class org.apache.hadoop.hdfs.server.namenode.INode |
|---|
INode.BlocksMapUpdateInfo, INode.Feature |
| Nested classes/interfaces inherited from interface org.apache.hadoop.hdfs.server.namenode.INodeDirectoryAttributes |
|---|
INodeDirectoryAttributes.CopyWithQuota, INodeDirectoryAttributes.SnapshotCopy |
| Field Summary |
|---|
| Fields inherited from class org.apache.hadoop.hdfs.server.namenode.INodeDirectory |
|---|
DEFAULT_FILES_PER_DIRECTORY |
| Fields inherited from class org.apache.hadoop.hdfs.server.namenode.INodeWithAdditionalFields |
|---|
features |
| Fields inherited from class org.apache.hadoop.hdfs.server.namenode.INode |
|---|
LOG |
| Method Summary | |
|---|---|
org.apache.hadoop.hdfs.server.namenode.INode |
getChild(byte[] name,
int snapshotId)
|
org.apache.hadoop.hdfs.util.ReadOnlyList<org.apache.hadoop.hdfs.server.namenode.INode> |
getChildrenList(int snapshotId)
|
String |
getFullPathName()
|
| Methods inherited from class org.apache.hadoop.hdfs.server.namenode.INodeWithAdditionalFields |
|---|
addAclFeature, addFeature, addXAttrFeature, getFeature, getFeatures, getFsPermissionShort, getId, getLocalNameBytes, getNext, getPermissionLong, removeAclFeature, removeFeature, removeXAttrFeature, setAccessTime, setLocalName, setModificationTime, setNext, updateModificationTime |
| Methods inherited from class org.apache.hadoop.hdfs.server.namenode.INode |
|---|
asFile, asReference, asSymlink, compareTo, computeAndConvertContentSummary, computeContentSummary, computeQuotaUsage, computeQuotaUsage, dumpTreeRecursively, dumpTreeRecursively, equals, getAccessTime, getAclFeature, getFsPermission, getGroupName, getKey, getLocalName, getModificationTime, getObjectString, getParent, getParentReference, getParentString, getPathComponents, getPathNames, getUserName, getXAttrFeature, hashCode, isAncestorDirectory, isFile, isInLatestSnapshot, isQuotaSet, isReference, isSymlink, setAccessTime, setModificationTime, setParent, setParentReference, shouldRecordInSrcSnapshot, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.hadoop.hdfs.server.namenode.INodeAttributes |
|---|
getAccessTime, getAclFeature, getFsPermission, getFsPermissionShort, getGroupName, getLocalNameBytes, getModificationTime, getPermissionLong, getUserName, getXAttrFeature |
| Method Detail |
|---|
public org.apache.hadoop.hdfs.util.ReadOnlyList<org.apache.hadoop.hdfs.server.namenode.INode> getChildrenList(int snapshotId)
getChildrenList in class INodeDirectorysnapshotId - if it is not Snapshot.CURRENT_STATE_ID, get the result
from the corresponding snapshot; otherwise, get the result from
the current directory.
public org.apache.hadoop.hdfs.server.namenode.INode getChild(byte[] name,
int snapshotId)
getChild in class INodeDirectoryname - the name of the childsnapshotId - if it is not Snapshot.CURRENT_STATE_ID, get the result
from the corresponding snapshot; otherwise, get the result from
the current directory.
public String getFullPathName()
getFullPathName in class org.apache.hadoop.hdfs.server.namenode.INode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||