|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use INodeReference | |
---|---|
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.server.namenode.snapshot |
Uses of INodeReference in org.apache.hadoop.hdfs.server.namenode |
---|
Subclasses of INodeReference in org.apache.hadoop.hdfs.server.namenode | |
---|---|
static class |
INodeReference.DstReference
|
static class |
INodeReference.WithCount
An anonymous reference with reference count. |
static class |
INodeReference.WithName
A reference with a fixed name. |
Methods in org.apache.hadoop.hdfs.server.namenode that return INodeReference | |
---|---|
INodeReference |
INodeReference.asReference()
|
Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type INodeReference | |
---|---|
void |
INodeReference.WithCount.addReference(INodeReference ref)
Increment and then return the reference count. |
void |
INodeReference.WithCount.removeReference(INodeReference ref)
Decrement and then return the reference count. |
Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type INodeReference | |
---|---|
INodeReference.WithCount(INodeReference parent,
org.apache.hadoop.hdfs.server.namenode.INode referred)
|
Uses of INodeReference in org.apache.hadoop.hdfs.server.namenode.snapshot |
---|
Methods in org.apache.hadoop.hdfs.server.namenode.snapshot with parameters of type INodeReference | |
---|---|
void |
INodeDirectoryWithSnapshot.undoRename4ScrParent(INodeReference oldChild,
org.apache.hadoop.hdfs.server.namenode.INode newChild,
org.apache.hadoop.hdfs.server.namenode.snapshot.Snapshot latestSnapshot)
This method is usually called by the undo section of rename. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |