[ 
https://issues.apache.org/jira/browse/HBASE-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867306#action_12867306
 ] 

stack commented on HBASE-2540:
------------------------------

Is this what you need Clint?

{code}
Index: core/src/main/java/org/apache/hadoop/hbase/regionserver/QueryMatcher.java
===================================================================
--- core/src/main/java/org/apache/hadoop/hbase/regionserver/QueryMatcher.java   
(revision 943948)
+++ core/src/main/java/org/apache/hadoop/hbase/regionserver/QueryMatcher.java   
(working copy)
@@ -54,7 +54,7 @@
    * Additionally, this contains "early-out" language to tell the scanner to
    * move on to the next File (memstore or Storefile), or to return 
immediately.
    */
-  static enum MatchCode {
+  public static enum MatchCode {
     /**
      * Include KeyValue in the returned result
      */
{code}


> Make QueryMatcher.MatchCode public
> ----------------------------------
>
>                 Key: HBASE-2540
>                 URL: https://issues.apache.org/jira/browse/HBASE-2540
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Clint Morgan
>            Priority: Trivial
>             Fix For: 0.21.0
>
>         Attachments: 2540.patch
>
>
> Please change QueryMather.Match to public (outer class is already public, and 
> returns values of this type). I would like to use it in the transactional 
> extension to handle scans of the local trx's KeyValues.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to