Java org.apache.hadoop.mapreduce.lib.db DBSplitter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapreduce.lib.db DBSplitter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapreduce.lib.db DBSplitter.

The text is from its open source code.

Method

Listsplit(Configuration conf, ResultSet results, 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.