Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.server.namenode.snapshot |
Modifier and Type | Class and Description |
---|---|
static class |
INodeReference.DstReference |
static class |
INodeReference.WithCount
An anonymous reference with reference count.
|
static class |
INodeReference.WithName
A reference with a fixed name.
|
Modifier and Type | Method and Description |
---|---|
INodeReference |
INodeReference.asReference() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
INodeReference.WithCount(INodeReference parent,
org.apache.hadoop.hdfs.server.namenode.INode referred) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014 Apache Software Foundation. All Rights Reserved.