Uses of Class
org.apache.mahout.utils.io.ChunkedWriter

Packages that use ChunkedWriter
org.apache.mahout.text   
org.apache.mahout.utils.email   
org.apache.mahout.utils.io   
 

Uses of ChunkedWriter in org.apache.mahout.text
 

Methods in org.apache.mahout.text that return ChunkedWriter
protected  ChunkedWriter SequenceFilesFromDirectoryFilter.getWriter()
           
 

Constructors in org.apache.mahout.text with parameters of type ChunkedWriter
PrefixAdditionFilter(org.apache.hadoop.conf.Configuration conf, String keyPrefix, Map<String,String> options, ChunkedWriter writer, Charset charset, org.apache.hadoop.fs.FileSystem fs)
           
SequenceFilesFromDirectoryFilter(org.apache.hadoop.conf.Configuration conf, String keyPrefix, Map<String,String> options, ChunkedWriter writer, Charset charset, org.apache.hadoop.fs.FileSystem fs)
           
 

Uses of ChunkedWriter in org.apache.mahout.utils.email
 

Constructors in org.apache.mahout.utils.email with parameters of type ChunkedWriter
MailProcessor(MailOptions options, String prefix, ChunkedWriter writer)
          This is the main constructor of MailProcessor.
 

Uses of ChunkedWriter in org.apache.mahout.utils.io
 

Constructors in org.apache.mahout.utils.io with parameters of type ChunkedWriter
ChunkedWrapper(ChunkedWriter writer)
           
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.