public static class HBaseTableInputFormat.HBaseTableIFBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.hadoop.conf.Configuration |
conf_ |
protected byte[] |
gt_ |
protected byte[] |
gte_ |
protected long |
limit_ |
protected byte[] |
lt_ |
protected byte[] |
lte_ |
Constructor and Description |
---|
HBaseTableIFBuilder() |
Modifier and Type | Method and Description |
---|---|
HBaseTableInputFormat |
build() |
HBaseTableInputFormat.HBaseTableIFBuilder |
withConf(org.apache.hadoop.conf.Configuration conf) |
HBaseTableInputFormat.HBaseTableIFBuilder |
withGt(byte[] gt) |
HBaseTableInputFormat.HBaseTableIFBuilder |
withGte(byte[] gte) |
HBaseTableInputFormat.HBaseTableIFBuilder |
withLimit(long limit) |
HBaseTableInputFormat.HBaseTableIFBuilder |
withLt(byte[] lt) |
HBaseTableInputFormat.HBaseTableIFBuilder |
withLte(byte[] lte) |
protected byte[] gt_
protected byte[] gte_
protected byte[] lt_
protected byte[] lte_
protected long limit_
protected org.apache.hadoop.conf.Configuration conf_
public HBaseTableInputFormat.HBaseTableIFBuilder withGt(byte[] gt)
public HBaseTableInputFormat.HBaseTableIFBuilder withGte(byte[] gte)
public HBaseTableInputFormat.HBaseTableIFBuilder withLt(byte[] lt)
public HBaseTableInputFormat.HBaseTableIFBuilder withLte(byte[] lte)
public HBaseTableInputFormat.HBaseTableIFBuilder withLimit(long limit)
public HBaseTableInputFormat.HBaseTableIFBuilder withConf(org.apache.hadoop.conf.Configuration conf)
public HBaseTableInputFormat build()
Copyright © 2007-2017 The Apache Software Foundation