HBASE-4086 - make constructors match each other in terms of Javadoc
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1153523 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
026b437eff
commit
671c7beca4
|
@ -82,8 +82,11 @@ public class SingleColumnValueFilter extends FilterBase {
|
|||
/**
|
||||
* Constructor for binary compare of the value of a single column. If the
|
||||
* column is found and the condition passes, all columns of the row will be
|
||||
* emitted. If the column is not found or the condition fails, the row will
|
||||
* not be emitted.
|
||||
* emitted. If the condition fails, the row will not be emitted.
|
||||
* <p>
|
||||
* Use the filterIfColumnMissing flag to set whether the rest of the columns
|
||||
* in a row will be emitted if the specified column to check is not found in
|
||||
* the row.
|
||||
*
|
||||
* @param family name of column family
|
||||
* @param qualifier name of column qualifier
|
||||
|
|
Loading…
Reference in New Issue