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 |
spiderPathPropogateExceptions(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path) |
public FSSpideringIterator(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.FileStatus[] statii)
public static FSSpideringIterator spiderPathPropogateExceptions(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–2015. All rights reserved.