Interface VisibilityExpressionResolver

All Superinterfaces:
org.apache.hadoop.conf.Configurable
All Known Implementing Classes:
DefaultVisibilityExpressionResolver

@Public public interface VisibilityExpressionResolver extends org.apache.hadoop.conf.Configurable
Interface to convert visibility expressions into Tags for storing along with Cells in HFiles.
  • Method Summary

    Modifier and Type
    Method
    Description
    Convert visibility expression into tags to be serialized.
    void
    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