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

Example usage for Java org.apache.mahout.common.iterator.sequencefile SequenceFileDirValueIterator 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 SequenceFileDirValueIterator.

The text is from its open source code.

Constructor

SequenceFileDirValueIterator(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).