org.apache.hadoop.fs.RemoteIterator<org.apache.hadoop.fs.Path>@Private
public class CorruptFileBlockIterator
extends java.lang.Object
implements org.apache.hadoop.fs.RemoteIterator<org.apache.hadoop.fs.Path>
| Constructor | Description |
|---|---|
CorruptFileBlockIterator(DFSClient dfs,
org.apache.hadoop.fs.Path path) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getCallsMade() |
|
boolean |
hasNext() |
|
org.apache.hadoop.fs.Path |
next() |
public CorruptFileBlockIterator(DFSClient dfs, org.apache.hadoop.fs.Path path) throws java.io.IOException
java.io.IOExceptionpublic int getCallsMade()
public boolean hasNext()
hasNext in interface org.apache.hadoop.fs.RemoteIterator<org.apache.hadoop.fs.Path>public org.apache.hadoop.fs.Path next()
throws java.io.IOException
next in interface org.apache.hadoop.fs.RemoteIterator<org.apache.hadoop.fs.Path>java.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.