Example usage for org.apache.hadoop.fs RemoteIterator interface-usage

List of usage examples for org.apache.hadoop.fs RemoteIterator interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.fs RemoteIterator interface-usage.

Usage

From source file com.mellanox.r4h.CorruptFileBlockIterator.java

/**
 * Provides an iterator interface for listCorruptFileBlocks.
 * This class is used by DistributedFileSystem and Hdfs.
 */
public class CorruptFileBlockIterator implements RemoteIterator<Path> {
    private final DFSClient dfs;