Interface VisibilityExpEvaluator
During the read (ie. get/Scan) the VisibilityController calls this interface for each of the
Cell. Depending on the evaluate() result, a cell can be either included or filtered out from the
read results.
-
Method Summary
-
Method Details
-
evaluate
Evaluates whether the passed cell passes Scan/Get Authorization.- Parameters:
cell
- Cell under evaluation- Returns:
- true if this cell can be included in the Result. Else false.
- Throws:
IOException
-