Uses of Class
org.apache.hadoop.hbase.regionserver.QueryMatcher

Packages that use QueryMatcher
org.apache.hadoop.hbase.regionserver   
 

Uses of QueryMatcher in org.apache.hadoop.hbase.regionserver
 

Subclasses of QueryMatcher in org.apache.hadoop.hbase.regionserver
 class ScanQueryMatcher
          A query matcher that is specifically designed for the scan case.
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type QueryMatcher
 boolean MemStore.get(QueryMatcher matcher, List<KeyValue> result)
          Perform a single-row Get on the and snapshot, placing results into the specified KV list.
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type QueryMatcher
QueryMatcher(QueryMatcher matcher, byte[] row)
          Constructs a copy of an existing QueryMatcher with a new row.
StoreFileGetScan(List<HFileScanner> scanners, QueryMatcher matcher)
          Constructor
 



Copyright © 2009 The Apache Software Foundation