|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.filter.StopRowFilter
org.apache.hadoop.hbase.filter.InclusiveStopRowFilter
public class InclusiveStopRowFilter
Subclass of StopRowFilter that filters rows > the stop row, making it include up to the last row but no further.
| Constructor Summary | |
|---|---|
InclusiveStopRowFilter()
Deprecated. Default constructor, filters nothing. |
|
InclusiveStopRowFilter(byte[] stopRowKey)
Deprecated. Constructor that takes a stopRowKey on which to filter |
|
| Method Summary | |
|---|---|
boolean |
filterRowKey(byte[] rowKey)
Deprecated. Filters on just a row key. |
boolean |
filterRowKey(byte[] rowKey,
int offset,
int length)
Deprecated. Filters on just a row key. |
| Methods inherited from class org.apache.hadoop.hbase.filter.StopRowFilter |
|---|
filterAllRemaining, filterColumn, filterColumn, filterRow, filterRow, getStopRowKey, processAlways, readFields, reset, rowProcessed, rowProcessed, validate, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InclusiveStopRowFilter()
public InclusiveStopRowFilter(byte[] stopRowKey)
stopRowKey - rowKey to filter on.| Method Detail |
|---|
public boolean filterRowKey(byte[] rowKey)
RowFilterInterface
filterRowKey in interface RowFilterInterfacefilterRowKey in class StopRowFilterStopRowFilter.filterRowKey(byte[])
public boolean filterRowKey(byte[] rowKey,
int offset,
int length)
RowFilterInterface
filterRowKey in interface RowFilterInterfacefilterRowKey in class StopRowFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||