TreeWalk.TreeIterator| Modifier and Type | Field | Description |
|---|---|---|
static org.slf4j.Logger |
LOG |
| Constructor | Description |
|---|---|
FSTreeWalk(org.apache.hadoop.fs.Path root,
org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.Iterable<TreePath> |
getChildren(TreePath path,
long id,
TreeWalk.TreeIterator i) |
|
TreeWalk.TreeIterator |
iterator() |
public FSTreeWalk(org.apache.hadoop.fs.Path root,
org.apache.hadoop.conf.Configuration conf)
throws java.io.IOException
java.io.IOExceptionprotected java.lang.Iterable<TreePath> getChildren(TreePath path, long id, TreeWalk.TreeIterator i)
getChildren in class TreeWalkpath - path to the node being explored.id - the id of the node.i - the TreeWalk.TreeIterator to use.public TreeWalk.TreeIterator iterator()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.