Uses of Interface
org.apache.hadoop.hdfs.server.namenode.INode.Feature
Packages that use INode.Feature
Package
Description
-
Uses of INode.Feature in org.apache.hadoop.hdfs.server.namenode
Classes in org.apache.hadoop.hdfs.server.namenode that implement INode.FeatureModifier and TypeClassDescriptionclassFeature that represents the ACLs of the inode.final classQuota feature forINodeDirectory.classFeature for under-construction file.classFeature for extended attributes.Fields in org.apache.hadoop.hdfs.server.namenode declared as INode.FeatureMethods in org.apache.hadoop.hdfs.server.namenode with type parameters of type INode.FeatureModifier and TypeMethodDescriptionprotected <T extends INode.Feature>
TINodeWithAdditionalFields.getFeature(Class<? extends INode.Feature> clazz) Methods in org.apache.hadoop.hdfs.server.namenode that return INode.FeatureMethods in org.apache.hadoop.hdfs.server.namenode with parameters of type INode.FeatureModifier and TypeMethodDescriptionprotected voidINodeWithAdditionalFields.addFeature(INode.Feature f) protected voidINodeWithAdditionalFields.removeFeature(INode.Feature f) Method parameters in org.apache.hadoop.hdfs.server.namenode with type arguments of type INode.FeatureModifier and TypeMethodDescriptionprotected <T extends INode.Feature>
TINodeWithAdditionalFields.getFeature(Class<? extends INode.Feature> clazz) Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type INode.FeatureModifierConstructorDescriptionINodeDirectory(INodeDirectory other, boolean adopt, INode.Feature... featuresToCopy) Copy constructor -
Uses of INode.Feature in org.apache.hadoop.hdfs.server.namenode.snapshot
Classes in org.apache.hadoop.hdfs.server.namenode.snapshot that implement INode.FeatureModifier and TypeClassDescriptionclassA directory with this feature is a snapshottable directory, where snapshots can be taken.classFeature used to store and process the snapshot diff information for a directory.classFeature for file with snapshot-related information.