Uses of Class
org.apache.hadoop.hdfs.server.namenode.visitor.NamespaceVisitor.Element
Packages that use NamespaceVisitor.Element
Package
Description
Use the visitor pattern to visit namespace tree.
-
Uses of NamespaceVisitor.Element in org.apache.hadoop.hdfs.server.namenode.visitor
Methods in org.apache.hadoop.hdfs.server.namenode.visitor that return types with arguments of type NamespaceVisitor.ElementModifier and TypeMethodDescriptionstatic Iterable<NamespaceVisitor.Element>NamespaceVisitor.getChildren(INodeDirectory dir, int snapshot) static Iterable<NamespaceVisitor.Element>NamespaceVisitor.getSnapshots(DirectorySnapshottableFeature snapshottable) Methods in org.apache.hadoop.hdfs.server.namenode.visitor with parameters of type NamespaceVisitor.ElementModifier and TypeMethodDescriptionvoidNamespacePrintVisitor.postVisitSub(NamespaceVisitor.Element sub, int index, boolean isLast) default voidNamespaceVisitor.postVisitSub(NamespaceVisitor.Element sub, int index, boolean isLast) Right after visiting the given subNamespaceVisitor.Element.voidNamespacePrintVisitor.preVisitSub(NamespaceVisitor.Element sub, int index, boolean isLast) default voidNamespaceVisitor.preVisitSub(NamespaceVisitor.Element sub, int index, boolean isLast) Right before visiting the given subNamespaceVisitor.Element.Method parameters in org.apache.hadoop.hdfs.server.namenode.visitor with type arguments of type NamespaceVisitor.ElementModifier and TypeMethodDescriptiondefault voidNamespaceVisitor.visitSubs(Iterable<NamespaceVisitor.Element> subs) Visiting the subNamespaceVisitor.Elements recursively.