Uses of Class
org.apache.mahout.common.iterator.sequencefile.PathType

Packages that use PathType
org.apache.mahout.common.iterator.sequencefile   
 

Uses of PathType in org.apache.mahout.common.iterator.sequencefile
 

Methods in org.apache.mahout.common.iterator.sequencefile that return PathType
static PathType PathType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PathType[] PathType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.mahout.common.iterator.sequencefile with parameters of type PathType
SequenceFileDirIterable(org.apache.hadoop.fs.Path path, PathType pathType, org.apache.hadoop.conf.Configuration conf)
           
SequenceFileDirIterable(org.apache.hadoop.fs.Path path, PathType pathType, org.apache.hadoop.fs.PathFilter filter, Comparator<org.apache.hadoop.fs.FileStatus> ordering, boolean reuseKeyValueInstances, org.apache.hadoop.conf.Configuration conf)
           
SequenceFileDirIterable(org.apache.hadoop.fs.Path path, PathType pathType, org.apache.hadoop.fs.PathFilter filter, org.apache.hadoop.conf.Configuration conf)
           
SequenceFileDirIterator(org.apache.hadoop.fs.Path path, PathType pathType, org.apache.hadoop.fs.PathFilter filter, Comparator<org.apache.hadoop.fs.FileStatus> ordering, boolean reuseKeyValueInstances, org.apache.hadoop.conf.Configuration conf)
           
SequenceFileDirValueIterable(org.apache.hadoop.fs.Path path, PathType pathType, org.apache.hadoop.conf.Configuration conf)
           
SequenceFileDirValueIterable(org.apache.hadoop.fs.Path path, PathType pathType, org.apache.hadoop.fs.PathFilter filter, Comparator<org.apache.hadoop.fs.FileStatus> ordering, boolean reuseKeyValueInstances, org.apache.hadoop.conf.Configuration conf)
           
SequenceFileDirValueIterable(org.apache.hadoop.fs.Path path, PathType pathType, org.apache.hadoop.fs.PathFilter filter, org.apache.hadoop.conf.Configuration conf)
           
SequenceFileDirValueIterator(org.apache.hadoop.fs.Path path, PathType pathType, org.apache.hadoop.fs.PathFilter filter, Comparator<org.apache.hadoop.fs.FileStatus> ordering, boolean reuseKeyValueInstances, org.apache.hadoop.conf.Configuration conf)
           
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.