Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 64D80200D25 for ; Sun, 22 Oct 2017 17:15:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6313F160BFB; Sun, 22 Oct 2017 15:15:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 87DD0160BF4 for ; Sun, 22 Oct 2017 17:15:53 +0200 (CEST) Received: (qmail 79959 invoked by uid 500); 22 Oct 2017 15:15:50 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 78668 invoked by uid 99); 22 Oct 2017 15:15:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Oct 2017 15:15:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3BA1EE04E3; Sun, 22 Oct 2017 15:15:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Sun, 22 Oct 2017 15:16:04 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [21/51] [partial] hbase-site git commit: Published site at . archived-at: Sun, 22 Oct 2017 15:15:55 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4f94a4c5/devapidocs/org/apache/hadoop/hbase/security/visibility/DefaultVisibilityLabelServiceImpl.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/security/visibility/DefaultVisibilityLabelServiceImpl.html b/devapidocs/org/apache/hadoop/hbase/security/visibility/DefaultVisibilityLabelServiceImpl.html index 43a7986..9d0e8eb 100644 --- a/devapidocs/org/apache/hadoop/hbase/security/visibility/DefaultVisibilityLabelServiceImpl.html +++ b/devapidocs/org/apache/hadoop/hbase/security/visibility/DefaultVisibilityLabelServiceImpl.html @@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab";

@InterfaceAudience.Private
-public class DefaultVisibilityLabelServiceImpl
+public class DefaultVisibilityLabelServiceImpl
 extends Object
 implements VisibilityLabelService
@@ -383,7 +383,7 @@ implements
  • LOG

    -
    private static final org.apache.commons.logging.Log LOG
    +
    private static final org.apache.commons.logging.Log LOG
  • @@ -392,7 +392,7 @@ implements
  • SYSTEM_LABEL_ORDINAL

    -
    private static final int SYSTEM_LABEL_ORDINAL
    +
    private static final int SYSTEM_LABEL_ORDINAL
    See Also:
    Constant Field Values
    @@ -405,7 +405,7 @@ implements
  • LABELS_TABLE_TAGS

    -
    private static final Tag[] LABELS_TABLE_TAGS
    +
    private static final Tag[] LABELS_TABLE_TAGS
  • @@ -414,7 +414,7 @@ implements
  • DUMMY_VALUE

    -
    private static final byte[] DUMMY_VALUE
    +
    private static final byte[] DUMMY_VALUE
  • @@ -423,7 +423,7 @@ implements
  • ordinalCounter

    -
    private AtomicInteger ordinalCounter
    +
    private AtomicInteger ordinalCounter
  • @@ -432,7 +432,7 @@ implements
  • conf

    -
    private org.apache.hadoop.conf.Configuration conf
    +
    private org.apache.hadoop.conf.Configuration conf
  • @@ -441,7 +441,7 @@ implements
  • labelsRegion

    -
    private Region labelsRegion
    +
    private Region labelsRegion
  • @@ -450,7 +450,7 @@ implements
  • labelsCache

    -
    private VisibilityLabelsCache labelsCache
    +
    private VisibilityLabelsCache labelsCache
  • @@ -459,7 +459,7 @@ implements
  • scanLabelGenerators

    -
    private List<ScanLabelGenerator> scanLabelGenerators
    +
    private List<ScanLabelGenerator> scanLabelGenerators
  • @@ -476,7 +476,7 @@ implements
  • DefaultVisibilityLabelServiceImpl

    -
    public DefaultVisibilityLabelServiceImpl()
    +
    public DefaultVisibilityLabelServiceImpl()
  • @@ -493,7 +493,7 @@ implements
  • setConf

    -
    public void setConf(org.apache.hadoop.conf.Configuration conf)
    +
    public void setConf(org.apache.hadoop.conf.Configuration conf)
    Specified by:
    setConf in interface org.apache.hadoop.conf.Configurable
    @@ -506,7 +506,7 @@ implements
  • getConf

    -
    public org.apache.hadoop.conf.Configuration getConf()
    +
    public org.apache.hadoop.conf.Configuration getConf()
    Specified by:
    getConf in interface org.apache.hadoop.conf.Configurable
    @@ -519,7 +519,7 @@ implements
  • init

    -
    public void init(RegionCoprocessorEnvironment e)
    +
    public void init(RegionCoprocessorEnvironment e)
               throws IOException
    Description copied from interface: VisibilityLabelService
    System calls this after opening of regions. Gives a chance for the VisibilityLabelService to so @@ -540,7 +540,7 @@ implements
  • getExistingLabelsWithAuths

    -
    protected List<List<Cell>> getExistingLabelsWithAuths()
    +
    protected List<List<Cell>> getExistingLabelsWithAuths()
                                                    throws IOException
    Throws:
    @@ -554,7 +554,7 @@ implements
  • extractLabelsAndAuths

    -
    protected Pair<Map<String,Integer>,Map<String,List<Integer>>> extractLabelsAndAuths(List<List<Cell>> labelDetails)
    +
    protected Pair<Map<String,Integer>,Map<String,List<Integer>>> extractLabelsAndAuths(List<List<Cell>> labelDetails)
  • @@ -563,7 +563,7 @@ implements
  • addSystemLabel

    -
    protected void addSystemLabel(Region region,
    +
    protected void addSystemLabel(Region region,
                                   Map<String,Integer> labels,
                                   Map<String,List<Integer>> userAuths)
                            throws IOException
    @@ -579,7 +579,7 @@ implements
  • addLabels

    -
    public OperationStatus[] addLabels(List<byte[]> labels)
    +
    public OperationStatus[] addLabels(List<byte[]> labels)
                                 throws IOException
    Description copied from interface: VisibilityLabelService
    Adds the set of labels into the system.
    @@ -601,7 +601,7 @@ implements
  • setAuths

    -
    public OperationStatus[] setAuths(byte[] user,
    +
    public OperationStatus[] setAuths(byte[] user,
                                       List<byte[]> authLabels)
                                throws IOException
    Description copied from interface: VisibilityLabelService
    @@ -625,7 +625,7 @@ implements
  • clearAuths

    -
    public OperationStatus[] clearAuths(byte[] user,
    +
    public OperationStatus[] clearAuths(byte[] user,
                                         List<byte[]> authLabels)
                                  throws IOException
    Description copied from interface: VisibilityLabelService
    @@ -649,7 +649,7 @@ implements
  • mutateLabelsRegion

    -
    private boolean mutateLabelsRegion(List<Mutation> mutations,
    +
    private boolean mutateLabelsRegion(List<Mutation> mutations,
                                        OperationStatus[] finalOpStatus)
                                 throws IOException
    Adds the mutations to labels region and set the results to the finalOpStatus. finalOpStatus @@ -672,7 +672,7 @@ implements
  • getUserAuths

    -
    public List<StringgetUserAuths(byte[] user,
    +
    public List<StringgetUserAuths(byte[] user,
                                      boolean systemCall)
                               throws IOException
    Description copied from interface: VisibilityLabelService
    @@ -696,7 +696,7 @@ implements
  • getGroupAuths

    -
    public List<StringgetGroupAuths(String[] groups,
    +
    public List<StringgetGroupAuths(String[] groups,
                                       boolean systemCall)
                                throws IOException
    Description copied from interface: VisibilityLabelService
    @@ -720,7 +720,7 @@ implements
  • listLabels

    -
    public List<StringlistLabels(String regex)
    +
    public List<StringlistLabels(String regex)
                             throws IOException
    Description copied from interface: VisibilityLabelService
    Retrieve the list of visibility labels defined in the system.
    @@ -742,7 +742,7 @@ implements
  • createVisibilityExpTags

    -
    public List<TagcreateVisibilityExpTags(String visExpression,
    +
    public List<TagcreateVisibilityExpTags(String visExpression,
                                              boolean withSerializationFormat,
                                              boolean checkAuths)
                                       throws IOException
    @@ -775,7 +775,7 @@ implements
  • updateZk

    -
    protected void updateZk(boolean labelAddition)
    +
    protected void updateZk(boolean labelAddition)
                      throws IOException
    Throws:
    @@ -789,7 +789,7 @@ implements
  • getVisibilityExpEvaluator

    -
    public VisibilityExpEvaluator getVisibilityExpEvaluator(Authorizations authorizations)
    +
    public VisibilityExpEvaluator getVisibilityExpEvaluator(Authorizations authorizations)
                                                      throws IOException
    Description copied from interface: VisibilityLabelService
    Creates VisibilityExpEvaluator corresponding to given Authorizations.
    @@ -813,7 +813,7 @@ implements
  • isReadFromSystemAuthUser

    -
    protected boolean isReadFromSystemAuthUser()
    +
    protected boolean isReadFromSystemAuthUser()
                                         throws IOException
    Throws:
    @@ -827,7 +827,7 @@ implements
  • havingSystemAuth

    -
    public boolean havingSystemAuth(User user)
    +
    public boolean havingSystemAuth(User user)
                              throws IOException
    Description copied from interface: VisibilityLabelService
    System checks for user auth during admin operations. (ie. Label add, set/clear auth). The @@ -851,7 +851,7 @@ implements
  • matchVisibility

    -
    public boolean matchVisibility(List<Tag> putVisTags,
    +
    public boolean matchVisibility(List<Tag> putVisTags,
                                    Byte putTagsFormat,
                                    List<Tag> deleteVisTags,
                                    Byte deleteTagsFormat)
    @@ -887,7 +887,7 @@ implements 
     
  • matchUnSortedVisibilityTags

    -
    private static boolean matchUnSortedVisibilityTags(List<Tag> putVisTags,
    +
    private static boolean matchUnSortedVisibilityTags(List<Tag> putVisTags,
                                                        List<Tag> deleteVisTags)
                                                 throws IOException
    @@ -908,7 +908,7 @@ implements
  • matchOrdinalSortedVisibilityTags

    -
    private static boolean matchOrdinalSortedVisibilityTags(List<Tag> putVisTags,
    +
    private static boolean matchOrdinalSortedVisibilityTags(List<Tag> putVisTags,
                                                             List<Tag> deleteVisTags)
    Parameters:
    @@ -926,7 +926,7 @@ implements
  • sortTagsBasedOnOrdinal

    -
    private static List<List<Integer>> sortTagsBasedOnOrdinal(List<Tag> tags)
    +
    private static List<List<Integer>> sortTagsBasedOnOrdinal(List<Tag> tags)
                                                        throws IOException
    Throws:
    @@ -940,7 +940,7 @@ implements
  • getSortedTagOrdinals

    -
    private static void getSortedTagOrdinals(List<List<Integer>> fullTagsList,
    +
    private static void getSortedTagOrdinals(List<List<Integer>> fullTagsList,
                                              Tag tag)
                                       throws IOException
    @@ -955,7 +955,7 @@ implements
  • compareTagsOrdinals

    -
    private static boolean compareTagsOrdinals(List<List<Integer>> putVisTags,
    +
    private static boolean compareTagsOrdinals(List<List<Integer>> putVisTags,
                                                List<List<Integer>> deleteVisTags)
  • @@ -965,7 +965,7 @@ implements
  • encodeVisibilityForReplication

    -
    public byte[] encodeVisibilityForReplication(List<Tag> tags,
    +
    public byte[] encodeVisibilityForReplication(List<Tag> tags,
                                                  Byte serializationFormat)
                                           throws IOException
    Description copied from interface: VisibilityLabelService
    @@ -996,7 +996,7 @@ implements
  • createModifiedVisExpression

    -
    private byte[] createModifiedVisExpression(List<Tag> tags)
    +
    private byte[] createModifiedVisExpression(List<Tag> tags)
                                         throws IOException
    Parameters:
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4f94a4c5/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityController.DeleteVersionVisibilityExpressionFilter.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityController.DeleteVersionVisibilityExpressionFilter.html b/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityController.DeleteVersionVisibilityExpressionFilter.html index 4b540a5..bb6ce4d 100644 --- a/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityController.DeleteVersionVisibilityExpressionFilter.html +++ b/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityController.DeleteVersionVisibilityExpressionFilter.html @@ -123,7 +123,7 @@ var activeTableTab = "activeTableTab";


    -
    private static class VisibilityController.DeleteVersionVisibilityExpressionFilter
    +
    private static class VisibilityController.DeleteVersionVisibilityExpressionFilter
     extends FilterBase
  • @@ -260,7 +260,7 @@ extends
  • deleteCellVisTags

    -
    private List<Tag> deleteCellVisTags
    +
    private List<Tag> deleteCellVisTags
  • @@ -269,7 +269,7 @@ extends
  • deleteCellVisTagsFormat

    -
    private Byte deleteCellVisTagsFormat
    +
    private Byte deleteCellVisTagsFormat
  • @@ -286,7 +286,7 @@ extends
  • DeleteVersionVisibilityExpressionFilter

    -
    public DeleteVersionVisibilityExpressionFilter(List<Tag> deleteCellVisTags,
    +
    public DeleteVersionVisibilityExpressionFilter(List<Tag> deleteCellVisTags,
                                                    Byte deleteCellVisTagsFormat)
  • @@ -304,7 +304,7 @@ extends
  • filterRowKey

    -
    public boolean filterRowKey(Cell cell)
    +
    public boolean filterRowKey(Cell cell)
                          throws IOException
    Description copied from class: Filter
    Filters a row based on the row key. If this returns true, the entire row will be excluded. If @@ -332,7 +332,7 @@ extends
  • filterKeyValue

    -
    public Filter.ReturnCode filterKeyValue(Cell cell)
    +
    public Filter.ReturnCode filterKeyValue(Cell cell)
                                      throws IOException
    Description copied from class: Filter
    A way to filter based on the column family, column qualifier and/or the column value. Return