|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@InterfaceAudience.Public @InterfaceStability.Unstable public interface VisibilityExpressionResolver
Interface to convert visibility expressions into Tags for storing along with Cells in HFiles.
Method Summary | |
---|---|
List<Tag> |
createVisibilityExpTags(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 Detail |
---|
void init()
List<Tag> createVisibilityExpTags(String visExpression) throws IOException
visExpression
- the label expression
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |