public class HBaseScanRange extends Object implements Serializable
Constructor and Description |
---|
HBaseScanRange() |
Modifier and Type | Method and Description |
---|---|
void |
addFilter(org.apache.hadoop.hbase.filter.Filter filter) |
byte[] |
getStartRow() |
byte[] |
getStopRow() |
void |
setStartRow(byte[] startRow) |
void |
setStopRow(byte[] stopRow) |
void |
setup(org.apache.hadoop.hbase.client.Scan scan,
org.apache.hadoop.conf.Configuration conf) |
String |
toString() |
public byte[] getStartRow()
public void setStartRow(byte[] startRow)
public byte[] getStopRow()
public void setStopRow(byte[] stopRow)
public void addFilter(org.apache.hadoop.hbase.filter.Filter filter) throws Exception
Exception
public void setup(org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.conf.Configuration conf) throws Exception
Exception
Copyright © 2017 The Apache Software Foundation. All rights reserved.