Uses of Interface
org.apache.hadoop.mapred.lib.db.DBWritable
Packages that use DBWritable
-
Uses of DBWritable in org.apache.hadoop.mapred.lib.db
Classes in org.apache.hadoop.mapred.lib.db with type parameters of type DBWritableModifier and TypeClassDescriptionclassDBInputFormat<T extends DBWritable>classDBOutputFormat<K extends DBWritable,V> Method parameters in org.apache.hadoop.mapred.lib.db with type arguments of type DBWritableModifier and TypeMethodDescriptionstatic voidDBInputFormat.setInput(JobConf job, Class<? extends DBWritable> inputClass, String inputQuery, String inputCountQuery) Initializes the map-part of the job with the appropriate input settings.static voidDBInputFormat.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.