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