org.apache.hadoop.mapreduce.lib.db
Class FloatSplitter

java.lang.Object
  extended by org.apache.hadoop.mapreduce.lib.db.FloatSplitter
All Implemented Interfaces:
DBSplitter

public class FloatSplitter
extends java.lang.Object
implements DBSplitter

Implement DBSplitter over floating-point values.


Constructor Summary
FloatSplitter()
           
 
Method Summary
 java.util.List<InputSplit> split(org.apache.hadoop.conf.Configuration conf, java.sql.ResultSet results, java.lang.String colName)
          Given a ResultSet containing one record (and already advanced to that record) with two columns (a low value, and a high value, both of the same type), determine a set of splits that span the given values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatSplitter

public FloatSplitter()
Method Detail

split

public java.util.List<InputSplit> split(org.apache.hadoop.conf.Configuration conf,
                                        java.sql.ResultSet results,
                                        java.lang.String colName)
                                 throws java.sql.SQLException
Description copied from interface: DBSplitter
Given a ResultSet containing one record (and already advanced to that record) with two columns (a low value, and a high value, both of the same type), determine a set of splits that span the given values.

Specified by:
split in interface DBSplitter
Throws:
java.sql.SQLException


Copyright © 2009 The Apache Software Foundation