public class HiveFileIterator extends com.google.common.collect.AbstractIterator<HiveFileInfo>
| Modifier and Type | Class and Description |
|---|---|
static interface |
HiveFileIterator.ListDirectoryOperation |
static class |
HiveFileIterator.NestedDirectoryNotAllowedException |
| Constructor and Description |
|---|
HiveFileIterator(Path path,
HiveFileIterator.ListDirectoryOperation listDirectoryOperation,
NamenodeStats namenodeStats,
NestedDirectoryPolicy nestedDirectoryPolicy) |
| Modifier and Type | Method and Description |
|---|---|
protected HiveFileInfo |
computeNext() |
endOfData, hasNext, next, peekclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic HiveFileIterator(Path path, HiveFileIterator.ListDirectoryOperation listDirectoryOperation, NamenodeStats namenodeStats, NestedDirectoryPolicy nestedDirectoryPolicy)
protected HiveFileInfo computeNext()
computeNext in class com.google.common.collect.AbstractIterator<HiveFileInfo>Copyright © 2012–2023. All rights reserved.