Java org.apache.mahout.common.iterator.sequencefile SequenceFileDirIterator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.common.iterator.sequencefile SequenceFileDirIterator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.common.iterator.sequencefile SequenceFileDirIterator.

The text is from its open source code.

Constructor

SequenceFileDirIterator(Path path, PathType pathType, PathFilter filter, Comparator ordering, boolean reuseKeyValueInstances, Configuration conf)
Constructor that uses either FileSystem#listStatus(Path) or FileSystem#globStatus(Path) to obtain list of files to iterate over (depending on pathType parameter).