org.apache.hadoop.hbase.rest.descriptors
Class ScannerDescriptor

java.lang.Object
  extended by 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)
           
 
Method Summary
 byte[][] getColumns()
           
 String getFilters()
           
 byte[] getStartRow()
           
 byte[] getStopRow()
           
 long getTimestamp()
           
 void setColumns(byte[][] columns)
           
 void setFilters(String filters)
           
 void setStartRow(byte[] startRow)
           
 void setStopRow(byte[] stopRow)
           
 void setTimestamp(long timestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScannerDescriptor

public ScannerDescriptor(byte[][] columns,
                         long timestamp,
                         byte[] startRow,
                         byte[] stopRow,
                         String filters)
Parameters:
columns -
timestamp -
startRow -
stopRow -
filters -
Method Detail

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