Interface VisibilityExpressionResolver
- All Superinterfaces:
org.apache.hadoop.conf.Configurable
- All Known Implementing Classes:
DefaultVisibilityExpressionResolver
Interface to convert visibility expressions into Tags for storing along with Cells in HFiles.
-
Method Summary
Modifier and TypeMethodDescriptioncreateVisibilityExpTags
(String visExpression) Convert visibility expression into tags to be serialized.void
init()
Giving a chance for the initialization.Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
Method Details
-
init
void init()Giving a chance for the initialization. -
createVisibilityExpTags
Convert visibility expression into tags to be serialized.- Parameters:
visExpression
- the label expression- Returns:
- The list of tags corresponds to the visibility expression. These tags will be stored along with the Cells.
- Throws:
IOException
-