| Constructor and Description | 
|---|
FSSpideringIterator(org.apache.hadoop.fs.FileSystem fs,
                   org.apache.hadoop.fs.FileStatus[] statii)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasNext()  | 
org.apache.hadoop.fs.FileStatus | 
next()  | 
void | 
remove()  | 
static Iterable<org.apache.hadoop.fs.FileStatus> | 
spiderIterable(org.apache.hadoop.fs.FileSystem fs,
              org.apache.hadoop.fs.Path path)  | 
static FSSpideringIterator | 
spiderPathPropagateExceptions(org.apache.hadoop.fs.FileSystem fs,
                             org.apache.hadoop.fs.Path path)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic FSSpideringIterator(org.apache.hadoop.fs.FileSystem fs,
                           org.apache.hadoop.fs.FileStatus[] statii)
public static FSSpideringIterator spiderPathPropagateExceptions(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path)
public static Iterable<org.apache.hadoop.fs.FileStatus> spiderIterable(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path)
public boolean hasNext()
public org.apache.hadoop.fs.FileStatus next()
Copyright © 2011–2018. All rights reserved.