| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode | |
| org.apache.hadoop.hdfs.server.namenode.snapshot |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AclFeature |
Feature that represents the ACLs of the inode.
|
class |
DirectoryWithQuotaFeature |
Quota feature for
INodeDirectory. |
class |
FileUnderConstructionFeature |
Feature for under-construction file.
|
class |
XAttrFeature |
Feature for extended attributes.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected INode.Feature[] |
INodeWithAdditionalFields.features |
| Modifier and Type | Method | Description |
|---|---|---|
protected <T extends INode.Feature> |
INodeWithAdditionalFields.getFeature(java.lang.Class<? extends INode.Feature> clazz) |
| Modifier and Type | Method | Description |
|---|---|---|
INode.Feature[] |
INodeWithAdditionalFields.getFeatures() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
INodeWithAdditionalFields.addFeature(INode.Feature f) |
|
protected void |
INodeWithAdditionalFields.removeFeature(INode.Feature f) |
| Modifier and Type | Method | Description |
|---|---|---|
protected <T extends INode.Feature> |
INodeWithAdditionalFields.getFeature(java.lang.Class<? extends INode.Feature> clazz) |
| Constructor | Description |
|---|---|
INodeDirectory(INodeDirectory other,
boolean adopt,
INode.Feature... featuresToCopy) |
Copy constructor
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DirectorySnapshottableFeature |
A directory with this feature is a snapshottable directory, where snapshots
can be taken.
|
class |
DirectoryWithSnapshotFeature |
Feature used to store and process the snapshot diff information for a
directory.
|
class |
FileWithSnapshotFeature |
Feature for file with snapshot-related information.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.