Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-6142

Javadoc in some Filters ambiguous

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 0.92.2, 0.94.1, 0.95.2
    • None
    • documentation
    • beginner

    Description

      The javadoc on some of the filter is somewhat confusing.
      The main Filter interface has methods that behave like a sieve; when filterRowKey returns true, that means that the row is filtered out (not included).

      Many of the Filter implementations work the other way around. When the condition is met the value passes (ie, the row is returned).

      Most Filters make it clear when a values passes (passing through the filter meaning the values are returned from the scan).
      Some are less clear in light of how the Filter interface works: WhileMatchFilter and SingleColumnValueFilter are examples.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jrottinghuis Joep Rottinghuis
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: