Package io.trino.plugin.hive.util
Class HiveFileIterator
- java.lang.Object
-
- com.google.common.collect.UnmodifiableIterator<T>
-
- com.google.common.collect.AbstractIterator<org.apache.hadoop.fs.LocatedFileStatus>
-
- io.trino.plugin.hive.util.HiveFileIterator
-
- All Implemented Interfaces:
Iterator<org.apache.hadoop.fs.LocatedFileStatus>
public class HiveFileIterator extends com.google.common.collect.AbstractIterator<org.apache.hadoop.fs.LocatedFileStatus>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHiveFileIterator.NestedDirectoryNotAllowedExceptionstatic classHiveFileIterator.NestedDirectoryPolicy
-
Constructor Summary
Constructors Constructor Description HiveFileIterator(Table table, org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FileSystem fileSystem, DirectoryLister directoryLister, NamenodeStats namenodeStats, HiveFileIterator.NestedDirectoryPolicy nestedDirectoryPolicy, boolean ignoreAbsentPartitions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.hadoop.fs.LocatedFileStatuscomputeNext()-
Methods inherited from class com.google.common.collect.AbstractIterator
endOfData, hasNext, next, peek
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
HiveFileIterator
public HiveFileIterator(Table table, org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FileSystem fileSystem, DirectoryLister directoryLister, NamenodeStats namenodeStats, HiveFileIterator.NestedDirectoryPolicy nestedDirectoryPolicy, boolean ignoreAbsentPartitions)
-
-