Uses of Class
org.apache.hadoop.hbase.filter.StopRowFilter

Packages that use StopRowFilter
org.apache.hadoop.hbase.filter   
 

Uses of StopRowFilter in org.apache.hadoop.hbase.filter
 

Subclasses of StopRowFilter in org.apache.hadoop.hbase.filter
 class InclusiveStopRowFilter
          Subclass of StopRowFilter that filters rows > the stop row, making it include up to the last row but no further.
 



Copyright © 2008 The Apache Software Foundation