Uses of Interface
org.apache.hadoop.mapred.lib.db.DBWritable

Packages that use DBWritable
org.apache.hadoop.mapred.lib.db org.apache.hadoop.mapred.lib.db Package 
 

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

Classes in org.apache.hadoop.mapred.lib.db with type parameters of type DBWritable
 class DBInputFormat<T extends DBWritable>
          Deprecated. Use DBInputFormat instead.
 class DBOutputFormat<K extends DBWritable,V>
          Deprecated. Use org.apache.hadoop.mapreduce.lib.db.DBOutputFormat instead
 

Method parameters in org.apache.hadoop.mapred.lib.db with type arguments of type DBWritable
static void DBInputFormat.setInput(JobConf job, Class<? extends DBWritable> inputClass, String inputQuery, String inputCountQuery)
          Deprecated. Initializes the map-part of the job with the appropriate input settings.
static void DBInputFormat.setInput(JobConf job, Class<? extends DBWritable> inputClass, String tableName, String conditions, String orderBy, String... fieldNames)
          Deprecated. Initializes the map-part of the job with the appropriate input settings.
 



Copyright © 2009 The Apache Software Foundation