Uses of Interface
org.apache.hadoop.mapred.OutputFormat

Packages that use OutputFormat
org.apache.hadoop.contrib.index.mapred   
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
org.apache.hadoop.mapred.lib Library of generally useful mappers, reducers, and partitioners. 
org.apache.hadoop.mapred.lib.db org.apache.hadoop.mapred.lib.db Package 
 

Uses of OutputFormat in org.apache.hadoop.contrib.index.mapred
 

Classes in org.apache.hadoop.contrib.index.mapred that implement OutputFormat
 class IndexUpdateOutputFormat
          The record writer of this output format simply puts a message in an output path when a shard update is done.
 

Uses of OutputFormat in org.apache.hadoop.mapred
 

Classes in org.apache.hadoop.mapred that implement OutputFormat
 class FileOutputFormat<K,V>
          A base class for OutputFormat.
 class MapFileOutputFormat
          Deprecated. Use MapFileOutputFormat instead
 class SequenceFileAsBinaryOutputFormat
          Deprecated. Use SequenceFileAsBinaryOutputFormat instead
 class SequenceFileOutputFormat<K,V>
          Deprecated. Use SequenceFileOutputFormat instead.
 class TextOutputFormat<K,V>
          Deprecated. Use TextOutputFormat instead.
 

Methods in org.apache.hadoop.mapred that return OutputFormat
 OutputFormat JobConf.getOutputFormat()
          Deprecated. Get the OutputFormat implementation for the map-reduce job, defaults to TextOutputFormat if not specified explicity.
 

Method parameters in org.apache.hadoop.mapred with type arguments of type OutputFormat
 void JobConf.setOutputFormat(Class<? extends OutputFormat> theClass)
          Deprecated. Set the OutputFormat implementation for the map-reduce job.
 

Uses of OutputFormat in org.apache.hadoop.mapred.lib
 

Classes in org.apache.hadoop.mapred.lib that implement OutputFormat
 class FilterOutputFormat<K,V>
          Deprecated. Use FilterOutputFormat instead.
 class LazyOutputFormat<K,V>
          Deprecated. Use LazyOutputFormat instead.
 class MultipleOutputFormat<K,V>
          Deprecated. Use MultipleOutputs instead
 class MultipleSequenceFileOutputFormat<K,V>
          Deprecated. Use MultipleOutputs instead
 class MultipleTextOutputFormat<K,V>
          Deprecated. Use MultipleOutputs instead
 class NullOutputFormat<K,V>
          Deprecated. Use NullOutputFormat instead.
 

Fields in org.apache.hadoop.mapred.lib declared as OutputFormat
protected  OutputFormat<K,V> FilterOutputFormat.baseOut
          Deprecated.  
 

Methods in org.apache.hadoop.mapred.lib that return types with arguments of type OutputFormat
static Class<? extends OutputFormat> MultipleOutputs.getNamedOutputFormatClass(JobConf conf, String namedOutput)
          Deprecated. Returns the named output OutputFormat.
 

Method parameters in org.apache.hadoop.mapred.lib with type arguments of type OutputFormat
static void MultipleOutputs.addMultiNamedOutput(JobConf conf, String namedOutput, Class<? extends OutputFormat> outputFormatClass, Class<?> keyClass, Class<?> valueClass)
          Deprecated. Adds a multi named output for the job.
static void MultipleOutputs.addNamedOutput(JobConf conf, String namedOutput, Class<? extends OutputFormat> outputFormatClass, Class<?> keyClass, Class<?> valueClass)
          Deprecated. Adds a named output for the job.
static void LazyOutputFormat.setOutputFormatClass(JobConf job, Class<? extends OutputFormat> theClass)
          Deprecated. Set the underlying output format for LazyOutputFormat.
 

Constructors in org.apache.hadoop.mapred.lib with parameters of type OutputFormat
FilterOutputFormat(OutputFormat<K,V> out)
          Deprecated. Create a FilterOutputFormat based on the supplied output format.
 

Uses of OutputFormat in org.apache.hadoop.mapred.lib.db
 

Classes in org.apache.hadoop.mapred.lib.db that implement OutputFormat
 class DBOutputFormat<K extends DBWritable,V>
          Deprecated. Use org.apache.hadoop.mapreduce.lib.db.DBOutputFormat instead
 



Copyright © 2009 The Apache Software Foundation