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 22604200D61 for ; Tue, 19 Dec 2017 16:17:48 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2019E160C38; Tue, 19 Dec 2017 15:17:48 +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 ACD76160C18 for ; Tue, 19 Dec 2017 16:17:45 +0100 (CET) Received: (qmail 89591 invoked by uid 500); 19 Dec 2017 15:17: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 89311 invoked by uid 99); 19 Dec 2017 15:17: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; Tue, 19 Dec 2017 15:17:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 30217E96ED; Tue, 19 Dec 2017 15:17:42 +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: Tue, 19 Dec 2017 15:17:50 -0000 Message-Id: <90d35d3969ed4668864b93ccaaaa3b6c@git.apache.org> In-Reply-To: <022114e334ce44daad39f9a9ee1acb2f@git.apache.org> References: <022114e334ce44daad39f9a9ee1acb2f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/51] [partial] hbase-site git commit: Published site at . archived-at: Tue, 19 Dec 2017 15:17:48 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dad9a249/devapidocs/org/apache/hadoop/hbase/security/access/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/security/access/package-tree.html b/devapidocs/org/apache/hadoop/hbase/security/access/package-tree.html index 33cc3a8..6ae5fc1 100644 --- a/devapidocs/org/apache/hadoop/hbase/security/access/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/security/access/package-tree.html @@ -136,9 +136,9 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dad9a249/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityReplicationEndpoint.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityReplicationEndpoint.html b/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityReplicationEndpoint.html index 62683bb..4ab9d1c 100644 --- a/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityReplicationEndpoint.html +++ b/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityReplicationEndpoint.html @@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab";

@InterfaceAudience.Private
-public class VisibilityReplicationEndpoint
+public class VisibilityReplicationEndpoint
 extends Object
 implements ReplicationEndpoint
@@ -316,7 +316,7 @@ implements
  • LOG

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

    -
    private final ReplicationEndpoint delegator
    +
    private final ReplicationEndpoint delegator
  • @@ -334,7 +334,7 @@ implements
  • visibilityLabelsService

    -
    private final VisibilityLabelService visibilityLabelsService
    +
    private final VisibilityLabelService visibilityLabelsService
  • @@ -351,7 +351,7 @@ implements
  • VisibilityReplicationEndpoint

    -
    public VisibilityReplicationEndpoint(ReplicationEndpoint endpoint,
    +
    public VisibilityReplicationEndpoint(ReplicationEndpoint endpoint,
                                          VisibilityLabelService visibilityLabelsService)
  • @@ -369,7 +369,7 @@ implements
  • init

    -
    public void init(ReplicationEndpoint.Context context)
    +
    public void init(ReplicationEndpoint.Context context)
               throws IOException
    Description copied from interface: ReplicationEndpoint
    Initialize the replication endpoint with the given context.
    @@ -389,7 +389,7 @@ implements
  • peerConfigUpdated

    -
    public void peerConfigUpdated(ReplicationPeerConfig rpc)
    +
    public void peerConfigUpdated(ReplicationPeerConfig rpc)
    Description copied from interface: ReplicationPeerConfigListener
    Callback method for when users update the ReplicationPeerConfig for this peer
    @@ -406,7 +406,7 @@ implements
  • replicate

    -
    public boolean replicate(ReplicationEndpoint.ReplicateContext replicateContext)
    +
    public boolean replicate(ReplicationEndpoint.ReplicateContext replicateContext)
    Description copied from interface: ReplicationEndpoint
    Replicate the given set of entries (in the context) to the other cluster. Can block until all the given entries are replicated. Upon this method is returned, @@ -427,7 +427,7 @@ implements
  • getPeerUUID

    -
    public UUID getPeerUUID()
    +
    public UUID getPeerUUID()
    Description copied from interface: ReplicationEndpoint
    Returns a UUID of the provided peer id. Every HBase cluster instance has a persisted associated UUID. If the replication is not performed to an actual HBase cluster (but @@ -446,7 +446,7 @@ implements
  • canReplicateToSameCluster

    -
    public boolean canReplicateToSameCluster()
    +
    public boolean canReplicateToSameCluster()
    Description copied from interface: ReplicationEndpoint
    Whether or not, the replication endpoint can replicate to it's source cluster with the same UUID
    @@ -462,7 +462,7 @@ implements
  • getWALEntryfilter

    -
    public WALEntryFilter getWALEntryfilter()
    +
    public WALEntryFilter getWALEntryfilter()
    Description copied from interface: ReplicationEndpoint
    Returns a WALEntryFilter to use for filtering out WALEntries from the log. Replication infrastructure will call this filter before sending the edits to shipEdits().
    @@ -480,7 +480,7 @@ implements
  • isRunning

    -
    public boolean isRunning()
    +
    public boolean isRunning()
    Description copied from interface: ReplicationEndpoint
    Returns true if this service is RUNNING.
    @@ -495,7 +495,7 @@ implements
  • isStarting

    -
    public boolean isStarting()
    +
    public boolean isStarting()
    Specified by:
    isStarting in interface ReplicationEndpoint
    @@ -510,7 +510,7 @@ implements
  • start

    -
    public void start()
    +
    public void start()
    Description copied from interface: ReplicationEndpoint
    Initiates service startup and returns immediately. A stopped service may not be restarted. Equivalent of startAsync call in Guava Service.
    @@ -526,7 +526,7 @@ implements
  • awaitRunning

    -
    public void awaitRunning()
    +
    public void awaitRunning()
    Description copied from interface: ReplicationEndpoint
    Waits for the ReplicationEndpoint to be up and running.
    @@ -541,7 +541,7 @@ implements
  • awaitRunning

    -
    public void awaitRunning(long timeout,
    +
    public void awaitRunning(long timeout,
                              TimeUnit unit)
                       throws TimeoutException
    Description copied from interface: ReplicationEndpoint
    @@ -564,7 +564,7 @@ implements
  • stop

    -
    public void stop()
    +
    public void stop()
    Description copied from interface: ReplicationEndpoint
    If the service is starting or running, this initiates service shutdown and returns immediately. If the service has already been stopped, this method returns immediately without taking action. @@ -581,7 +581,7 @@ implements
  • awaitTerminated

    -
    public void awaitTerminated()
    +
    public void awaitTerminated()
    Description copied from interface: ReplicationEndpoint
    Waits for the ReplicationEndpoint to reach the terminated (internal) state.
    @@ -596,7 +596,7 @@ implements
  • awaitTerminated

    -
    public void awaitTerminated(long timeout,
    +
    public void awaitTerminated(long timeout,
                                 TimeUnit unit)
                          throws TimeoutException
    Description copied from interface: ReplicationEndpoint
    @@ -619,7 +619,7 @@ implements
  • failureCause

    -
    public Throwable failureCause()
    +
    public Throwable failureCause()
    Description copied from interface: ReplicationEndpoint
    Returns the Throwable that caused this service to fail.