org.apache.hadoop.hbase.rest.descriptors
Class ScannerDescriptor
java.lang.Object
org.apache.hadoop.hbase.rest.descriptors.ScannerDescriptor
public class ScannerDescriptor
- extends Object
Constructor Summary |
ScannerDescriptor(byte[][] columns,
long timestamp,
byte[] startRow,
byte[] stopRow,
String filters)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScannerDescriptor
public ScannerDescriptor(byte[][] columns,
long timestamp,
byte[] startRow,
byte[] stopRow,
String filters)
- Parameters:
columns
- timestamp
- startRow
- stopRow
- filters
-
getColumns
public byte[][] getColumns()
- Returns:
- the columns
setColumns
public void setColumns(byte[][] columns)
- Parameters:
columns
- the columns to set
getTimestamp
public long getTimestamp()
- Returns:
- the timestamp
setTimestamp
public void setTimestamp(long timestamp)
- Parameters:
timestamp
- the timestamp to set
getStartRow
public byte[] getStartRow()
- Returns:
- the startRow
setStartRow
public void setStartRow(byte[] startRow)
- Parameters:
startRow
- the startRow to set
getStopRow
public byte[] getStopRow()
- Returns:
- the stopRow
setStopRow
public void setStopRow(byte[] stopRow)
- Parameters:
stopRow
- the stopRow to set
getFilters
public String getFilters()
- Returns:
- the filters
setFilters
public void setFilters(String filters)
- Parameters:
filters
- the filters to set
Copyright © 2009 The Apache Software Foundation