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