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 3A2B4200CAA for ; Fri, 12 May 2017 16:59:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3914D160BB8; Fri, 12 May 2017 14:59:52 +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 89FEF160BCE for ; Fri, 12 May 2017 16:59:51 +0200 (CEST) Received: (qmail 52546 invoked by uid 500); 12 May 2017 14:59: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 46202 invoked by uid 99); 12 May 2017 14:59:37 -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; Fri, 12 May 2017 14:59:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 24DD7EE68B; Fri, 12 May 2017 14:59:37 +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: Fri, 12 May 2017 15:00:23 -0000 Message-Id: <5fe87935a0614987b3fc62c389a1eca3@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [49/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd. archived-at: Fri, 12 May 2017 14:59:52 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/709b8fcc/apidocs/org/apache/hadoop/hbase/snapshot/class-use/RestoreSnapshotException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/snapshot/class-use/RestoreSnapshotException.html b/apidocs/org/apache/hadoop/hbase/snapshot/class-use/RestoreSnapshotException.html index bc5ab14..9eabc0d 100644 --- a/apidocs/org/apache/hadoop/hbase/snapshot/class-use/RestoreSnapshotException.html +++ b/apidocs/org/apache/hadoop/hbase/snapshot/class-use/RestoreSnapshotException.html @@ -120,39 +120,31 @@ void -Admin.cloneSnapshot(String snapshotName, - TableName tableName, - boolean restoreAcl) -
Create a new table by cloning the snapshot content.
- - - -void Admin.restoreSnapshot(byte[] snapshotName)
Restore the specified snapshot on the original table.
- + void Admin.restoreSnapshot(byte[] snapshotName, boolean takeFailSafeSnapshot)
Restore the specified snapshot on the original table.
- + void Admin.restoreSnapshot(String snapshotName)
Restore the specified snapshot on the original table.
- + void Admin.restoreSnapshot(String snapshotName, boolean takeFailSafeSnapshot)
Restore the specified snapshot on the original table.
- + Future<Void> Admin.restoreSnapshotAsync(String snapshotName)
Restore the specified snapshot on the original table.