| Class | Description |
|---|---|
| PathFilters |
Supplies some useful and repeatedly-used instances of
PathFilter. |
| SequenceFileDirIterable<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> |
Iterable counterpart to SequenceFileDirIterator. |
| SequenceFileDirIterator<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> |
Like
SequenceFileIterator, but iterates not just over one sequence file, but many. |
| SequenceFileDirValueIterable<V extends org.apache.hadoop.io.Writable> |
Iterable counterpart to SequenceFileDirValueIterator. |
| SequenceFileDirValueIterator<V extends org.apache.hadoop.io.Writable> |
Like
SequenceFileValueIterator, but iterates not just over one
sequence file, but many. |
| SequenceFileIterable<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> |
Iterable counterpart to SequenceFileIterator. |
| SequenceFileIterator<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> | |
| SequenceFileValueIterable<V extends org.apache.hadoop.io.Writable> |
Iterable counterpart to SequenceFileValueIterator. |
| SequenceFileValueIterator<V extends org.apache.hadoop.io.Writable> |
Iterator over a SequenceFile's values only. |
| Enum | Description |
|---|---|
| PathType |
Used by
SequenceFileDirIterable and the like to select whether the input path specifies a
directory to list, or a glob pattern. |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.