public class HBaseTableInputFormat
extends org.apache.hadoop.hbase.mapreduce.TableInputFormat
Modifier and Type | Class and Description |
---|---|
static class |
HBaseTableInputFormat.HBaseTableIFBuilder |
protected class |
HBaseTableInputFormat.HBaseTableRecordReader |
Modifier and Type | Field and Description |
---|---|
protected byte[] |
gt_ |
protected byte[] |
gte_ |
protected byte[] |
lt_ |
protected byte[] |
lte_ |
Modifier | Constructor and Description |
---|---|
|
HBaseTableInputFormat() |
protected |
HBaseTableInputFormat(long limit,
byte[] gt,
byte[] gte,
byte[] lt,
byte[] lte) |
Modifier and Type | Method and Description |
---|---|
java.util.List<org.apache.hadoop.mapreduce.InputSplit> |
getSplits(org.apache.hadoop.mapreduce.JobContext context) |
addColumns, getConf, setConf
protected final byte[] gt_
protected final byte[] gte_
protected final byte[] lt_
protected final byte[] lte_
Copyright © 2007-2012 The Apache Software Foundation