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

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

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>
           
 class DBOutputFormat<K extends DBWritable,V>
           
 

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)
          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)
          Initializes the map-part of the job with the appropriate input settings.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.