public class HiveFileIterator
extends com.google.common.collect.AbstractIterator<org.apache.hadoop.fs.LocatedFileStatus>
| Modifier and Type | Class and Description |
|---|---|
static class |
HiveFileIterator.NestedDirectoryNotAllowedException |
static class |
HiveFileIterator.NestedDirectoryPolicy |
| Constructor and Description |
|---|
HiveFileIterator(Table table,
org.apache.hadoop.fs.Path path,
org.apache.hadoop.fs.FileSystem fileSystem,
DirectoryLister directoryLister,
NamenodeStats namenodeStats,
HiveFileIterator.NestedDirectoryPolicy nestedDirectoryPolicy) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.hadoop.fs.LocatedFileStatus |
computeNext() |
endOfData, hasNext, next, peekclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic HiveFileIterator(Table table, org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FileSystem fileSystem, DirectoryLister directoryLister, NamenodeStats namenodeStats, HiveFileIterator.NestedDirectoryPolicy nestedDirectoryPolicy)
Copyright © 2012–2019. All rights reserved.