org.apache.pig.backend.hadoop.hbase
Class HBaseTableInputFormat.HBaseTableIFBuilder
java.lang.Object
org.apache.pig.backend.hadoop.hbase.HBaseTableInputFormat.HBaseTableIFBuilder
- Enclosing class:
- HBaseTableInputFormat
public static class HBaseTableInputFormat.HBaseTableIFBuilder
- extends Object
Field Summary |
protected org.apache.hadoop.conf.Configuration |
conf_
|
protected byte[] |
gt_
|
protected byte[] |
gte_
|
protected long |
limit_
|
protected byte[] |
lt_
|
protected byte[] |
lte_
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gt_
protected byte[] gt_
gte_
protected byte[] gte_
lt_
protected byte[] lt_
lte_
protected byte[] lte_
limit_
protected long limit_
conf_
protected org.apache.hadoop.conf.Configuration conf_
HBaseTableInputFormat.HBaseTableIFBuilder
public HBaseTableInputFormat.HBaseTableIFBuilder()
withGt
public HBaseTableInputFormat.HBaseTableIFBuilder withGt(byte[] gt)
withGte
public HBaseTableInputFormat.HBaseTableIFBuilder withGte(byte[] gte)
withLt
public HBaseTableInputFormat.HBaseTableIFBuilder withLt(byte[] lt)
withLte
public HBaseTableInputFormat.HBaseTableIFBuilder withLte(byte[] lte)
withLimit
public HBaseTableInputFormat.HBaseTableIFBuilder withLimit(long limit)
withConf
public HBaseTableInputFormat.HBaseTableIFBuilder withConf(org.apache.hadoop.conf.Configuration conf)
build
public HBaseTableInputFormat build()
Copyright © 2007-2012 The Apache Software Foundation