Class CellVisibility
java.lang.Object
org.apache.hadoop.hbase.security.visibility.CellVisibility
This contains a visibility expression which can be associated with a cell. When it is set with a
Mutation, all the cells in that mutation will get associated with this expression. A visibility
expression can contain visibility labels combined with logical operators AND(&), OR(|) and
NOT(!)
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
expression
-
-
Constructor Details
-
CellVisibility
-
-
Method Details
-
getExpression
Returns The visibility expression -
toString
-
quote
Helps in quoting authentication Strings. Use this if unicode characters to be used in expression or special characters like '(', ')', '"','\','&','|','!' -
quote
Helps in quoting authentication Strings. Use this if unicode characters to be used in expression or special characters like '(', ')', '"','\','&','|','!'
-