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 7308F200C4D for ; Wed, 5 Apr 2017 20:23:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7194B160BA3; Wed, 5 Apr 2017 18:23:47 +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 956B0160BA7 for ; Wed, 5 Apr 2017 20:23:45 +0200 (CEST) Received: (qmail 96194 invoked by uid 500); 5 Apr 2017 18:23:43 -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 95838 invoked by uid 99); 5 Apr 2017 18:23:43 -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; Wed, 05 Apr 2017 18:23:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6B2BFDFDAC; Wed, 5 Apr 2017 18:23:43 +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: Wed, 05 Apr 2017 18:23:52 -0000 Message-Id: <5af7872c8d784f72851c764bf55a3e8a@git.apache.org> In-Reply-To: <0b04c80f98b947888743615e7fc64767@git.apache.org> References: <0b04c80f98b947888743615e7fc64767@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [10/51] [partial] hbase-site git commit: Published site at cbcbcf4dcd3401327cc36173f3ca8e5362da1e0c. archived-at: Wed, 05 Apr 2017 18:23:47 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d5fd4098/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html b/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html index f1a1e53..b142fd6 100644 --- a/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html +++ b/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html @@ -386,23 +386,23 @@ -User -RpcCallContext.getRequestUser() -
Returns the user credentials associated with the current RPC request or - null if no credentials were provided.
- - - static User RpcServer.getRequestUser()
Returns the user credentials associated with the current RPC request or null if no credentials were provided.
- + User RpcServer.Call.getRequestUser()  + +User +RpcCallContext.getRequestUser() +
Returns the user credentials associated with the current RPC request or + null if no credentials were provided.
+ + User ConnectionId.getTicket()  @@ -439,31 +439,31 @@ org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingRpcChannel +AbstractRpcClient.createBlockingRpcChannel(ServerName sn, + User ticket, + int rpcTimeout)  + + +org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingRpcChannel RpcClient.createBlockingRpcChannel(ServerName sn, User user, int rpcTimeout)
Creates a "channel" that can be used by a blocking protobuf service.
- -org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingRpcChannel -AbstractRpcClient.createBlockingRpcChannel(ServerName sn, - User ticket, - int rpcTimeout)  - org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcChannel -RpcClient.createRpcChannel(ServerName sn, +AbstractRpcClient.createRpcChannel(ServerName sn, User user, - int rpcTimeout) -
Creates a "channel" that can be used by a protobuf service.
- + int rpcTimeout)
  org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcChannel -AbstractRpcClient.createRpcChannel(ServerName sn, +RpcClient.createRpcChannel(ServerName sn, User user, - int rpcTimeout)  + int rpcTimeout) +
Creates a "channel" that can be used by a protobuf service.
+ int @@ -891,17 +891,17 @@ List<org.apache.hadoop.fs.Path> -DateTieredStoreEngine.DateTieredCompactionContext.compact(ThroughputController throughputController, +StripeStoreEngine.StripeCompaction.compact(ThroughputController throughputController, User user)  List<org.apache.hadoop.fs.Path> -DefaultStoreEngine.DefaultCompactionContext.compact(ThroughputController throughputController, +DateTieredStoreEngine.DateTieredCompactionContext.compact(ThroughputController throughputController, User user)  List<org.apache.hadoop.fs.Path> -StripeStoreEngine.StripeCompaction.compact(ThroughputController throughputController, +DefaultStoreEngine.DefaultCompactionContext.compact(ThroughputController throughputController, User user)  @@ -922,18 +922,18 @@ int -RSRpcServices.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header, - org.apache.hadoop.hbase.shaded.com.google.protobuf.Message param, - User user)  - - -int AnnotationReadingPriorityFunction.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header, org.apache.hadoop.hbase.shaded.com.google.protobuf.Message param, User user)
Returns a 'priority' based on the request type.
+ +int +RSRpcServices.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header, + org.apache.hadoop.hbase.shaded.com.google.protobuf.Message param, + User user)  + private List<StoreFile> HStore.moveCompatedFilesIntoPlace(CompactionRequest cr, @@ -1366,14 +1366,14 @@ -static User -User.create(org.apache.hadoop.security.UserGroupInformation ugi) +User +UserProvider.create(org.apache.hadoop.security.UserGroupInformation ugi)
Wraps an underlying UserGroupInformation instance.
-User -UserProvider.create(org.apache.hadoop.security.UserGroupInformation ugi) +static User +User.create(org.apache.hadoop.security.UserGroupInformation ugi)
Wraps an underlying UserGroupInformation instance.
@@ -1392,15 +1392,15 @@ String[] groups)
  +User +UserProvider.getCurrent()  + + static User User.getCurrent()
Returns the User instance within current execution context.
- -User -UserProvider.getCurrent()  - static User Superusers.getSystemUser()  @@ -1913,24 +1913,24 @@ List<String> -FeedUserAuthScanLabelGenerator.getLabels(User user, +EnforcingScanLabelGenerator.getLabels(User user, Authorizations authorizations)  List<String> -SimpleScanLabelGenerator.getLabels(User user, - Authorizations authorizations)  - - -List<String> ScanLabelGenerator.getLabels(User user, Authorizations authorizations)
Helps to get a list of lables associated with an UGI
+ +List<String> +FeedUserAuthScanLabelGenerator.getLabels(User user, + Authorizations authorizations)  + List<String> -EnforcingScanLabelGenerator.getLabels(User user, +SimpleScanLabelGenerator.getLabels(User user, Authorizations authorizations)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d5fd4098/devapidocs/org/apache/hadoop/hbase/security/class-use/UserProvider.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/security/class-use/UserProvider.html b/devapidocs/org/apache/hadoop/hbase/security/class-use/UserProvider.html index 4c94294..98be6a9 100644 --- a/devapidocs/org/apache/hadoop/hbase/security/class-use/UserProvider.html +++ b/devapidocs/org/apache/hadoop/hbase/security/class-use/UserProvider.html @@ -222,11 +222,11 @@ service. private UserProvider -HRegionServer.userProvider  +SecureBulkLoadManager.userProvider  private UserProvider -SecureBulkLoadManager.userProvider  +HRegionServer.userProvider  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d5fd4098/devapidocs/org/apache/hadoop/hbase/security/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/security/package-tree.html b/devapidocs/org/apache/hadoop/hbase/security/package-tree.html index e40986a..73b9c9d 100644 --- a/devapidocs/org/apache/hadoop/hbase/security/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/security/package-tree.html @@ -191,9 +191,9 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d5fd4098/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/Authorizations.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/Authorizations.html b/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/Authorizations.html index 6bb9eac..59268b5 100644 --- a/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/Authorizations.html +++ b/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/Authorizations.html @@ -161,24 +161,24 @@ List<String> -FeedUserAuthScanLabelGenerator.getLabels(User user, +EnforcingScanLabelGenerator.getLabels(User user, Authorizations authorizations)  List<String> -SimpleScanLabelGenerator.getLabels(User user, - Authorizations authorizations)  - - -List<String> ScanLabelGenerator.getLabels(User user, Authorizations authorizations)
Helps to get a list of lables associated with an UGI
+ +List<String> +FeedUserAuthScanLabelGenerator.getLabels(User user, + Authorizations authorizations)  + List<String> -EnforcingScanLabelGenerator.getLabels(User user, +SimpleScanLabelGenerator.getLabels(User user, Authorizations authorizations)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d5fd4098/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/CellVisibility.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/CellVisibility.html b/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/CellVisibility.html index ac40c74..1d1089c 100644 --- a/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/CellVisibility.html +++ b/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/CellVisibility.html @@ -130,6 +130,16 @@ +Append +Append.setCellVisibility(CellVisibility expression)  + + +Mutation +Mutation.setCellVisibility(CellVisibility expression) +
Sets the visibility expression associated with cells in this Mutation.
+ + + Delete Delete.setCellVisibility(CellVisibility expression)  @@ -142,16 +152,6 @@ Put.setCellVisibility(CellVisibility expression)  -Append -Append.setCellVisibility(CellVisibility expression)  - - -Mutation -Mutation.setCellVisibility(CellVisibility expression) -
Sets the visibility expression associated with cells in this Mutation.
- - - (package private) static org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CellVisibility Mutation.toCellVisibility(CellVisibility cellVisibility)
Create a protocol buffer CellVisibility based on a client CellVisibility.
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d5fd4098/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/VisibilityLabelsCache.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/VisibilityLabelsCache.html b/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/VisibilityLabelsCache.html index d6d031e..5fd2cf4 100644 --- a/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/VisibilityLabelsCache.html +++ b/devapidocs/org/apache/hadoop/hbase/security/visibility/class-use/VisibilityLabelsCache.html @@ -108,15 +108,15 @@ private VisibilityLabelsCache -ZKVisibilityLabelWatcher.labelsCache  +DefinedSetFilterScanLabelGenerator.labelsCache  private VisibilityLabelsCache -DefinedSetFilterScanLabelGenerator.labelsCache  +DefaultVisibilityLabelServiceImpl.labelsCache  private VisibilityLabelsCache -DefaultVisibilityLabelServiceImpl.labelsCache  +EnforcingScanLabelGenerator.labelsCache  private VisibilityLabelsCache @@ -124,7 +124,7 @@ private VisibilityLabelsCache -EnforcingScanLabelGenerator.labelsCache  +ZKVisibilityLabelWatcher.labelsCache  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d5fd4098/devapidocs/org/apache/hadoop/hbase/thrift/class-use/ThriftMetrics.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/thrift/class-use/ThriftMetrics.html b/devapidocs/org/apache/hadoop/hbase/thrift/class-use/ThriftMetrics.html index 30b8649..80d14b9 100644 --- a/devapidocs/org/apache/hadoop/hbase/thrift/class-use/ThriftMetrics.html +++ b/devapidocs/org/apache/hadoop/hbase/thrift/class-use/ThriftMetrics.html @@ -114,23 +114,23 @@ service. private ThriftMetrics -CallQueue.metrics  +THBaseThreadPoolExecutor.metrics  private ThriftMetrics -ThriftServerRunner.metrics  +CallQueue.metrics  private ThriftMetrics -ThriftServerRunner.HBaseHandler.metrics  +HbaseHandlerMetricsProxy.metrics  private ThriftMetrics -HbaseHandlerMetricsProxy.metrics  +ThriftServerRunner.metrics  private ThriftMetrics -THBaseThreadPoolExecutor.metrics  +ThriftServerRunner.HBaseHandler.metrics  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d5fd4098/devapidocs/org/apache/hadoop/hbase/thrift/class-use/ThriftServerRunner.HBaseHandler.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/thrift/class-use/ThriftServerRunner.HBaseHandler.html b/devapidocs/org/apache/hadoop/hbase/thrift/class-use/ThriftServerRunner.HBaseHandler.html index 60292f5..511b038 100644 --- a/devapidocs/org/apache/hadoop/hbase/thrift/class-use/ThriftServerRunner.HBaseHandler.html +++ b/devapidocs/org/apache/hadoop/hbase/thrift/class-use/ThriftServerRunner.HBaseHandler.html @@ -111,11 +111,11 @@ service. private ThriftServerRunner.HBaseHandler -ThriftServerRunner.hbaseHandler  +ThriftHttpServlet.hbaseHandler  private ThriftServerRunner.HBaseHandler -ThriftHttpServlet.hbaseHandler  +ThriftServerRunner.hbaseHandler  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d5fd4098/devapidocs/org/apache/hadoop/hbase/thrift/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/thrift/package-tree.html b/devapidocs/org/apache/hadoop/hbase/thrift/package-tree.html index 8068c8f..d466246 100644 --- a/devapidocs/org/apache/hadoop/hbase/thrift/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/thrift/package-tree.html @@ -198,9 +198,9 @@