public class AbfsListStatusRemoteIterator extends Object implements org.apache.hadoop.fs.RemoteIterator<org.apache.hadoop.fs.FileStatus>
| Constructor and Description |
|---|
AbfsListStatusRemoteIterator(org.apache.hadoop.fs.Path path,
ListingSupport listingSupport,
TracingContext tracingContext) |
public AbfsListStatusRemoteIterator(org.apache.hadoop.fs.Path path,
ListingSupport listingSupport,
TracingContext tracingContext)
throws IOException
IOExceptionpublic boolean hasNext()
throws IOException
hasNext in interface org.apache.hadoop.fs.RemoteIterator<org.apache.hadoop.fs.FileStatus>IOExceptionpublic org.apache.hadoop.fs.FileStatus next()
throws IOException
next in interface org.apache.hadoop.fs.RemoteIterator<org.apache.hadoop.fs.FileStatus>IOExceptionCopyright © 2008–2023 Apache Software Foundation. All rights reserved.