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 F13D52004A1 for ; Thu, 24 Aug 2017 17:10:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EFAED16B049; Thu, 24 Aug 2017 15:10:51 +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 27F4116B032 for ; Thu, 24 Aug 2017 17:10:50 +0200 (CEST) Received: (qmail 48376 invoked by uid 500); 24 Aug 2017 15:10:44 -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 45212 invoked by uid 99); 24 Aug 2017 15:10:41 -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; Thu, 24 Aug 2017 15:10:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4C09DF5F16; Thu, 24 Aug 2017 15:10:40 +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: Thu, 24 Aug 2017 15:11:08 -0000 Message-Id: <8f13ebabe762469d942b7f9eac80f5d1@git.apache.org> In-Reply-To: <7aa9af58bf7c45409ec64112bf89d28d@git.apache.org> References: <7aa9af58bf7c45409ec64112bf89d28d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [30/51] [partial] hbase-site git commit: Published site at . archived-at: Thu, 24 Aug 2017 15:10:52 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4f1f2a0b/devapidocs/org/apache/hadoop/hbase/TableDescriptors.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/TableDescriptors.html b/devapidocs/org/apache/hadoop/hbase/TableDescriptors.html index de8384d..a393931 100644 --- a/devapidocs/org/apache/hadoop/hbase/TableDescriptors.html +++ b/devapidocs/org/apache/hadoop/hbase/TableDescriptors.html @@ -106,7 +106,7 @@ var activeTableTab = "activeTableTab";

@InterfaceAudience.Private
-public interface TableDescriptors
+public interface TableDescriptors
Get, remove and modify table descriptors. Used by servers to host descriptors.
@@ -129,34 +129,34 @@ public interface void -add(HTableDescriptor htd) +add(TableDescriptor htd)
Add or update descriptor
-HTableDescriptor +TableDescriptor get(TableName tableName)  -Map<String,HTableDescriptor> +Map<String,TableDescriptor> getAll() -
Get Map of all HTableDescriptors.
+
Get Map of all TableDescriptors.
-Map<String,HTableDescriptor> +Map<String,TableDescriptor> getAllDescriptors()
Get Map of all TableDescriptors.
-Map<String,HTableDescriptor> +Map<String,TableDescriptor> getByNamespace(String name)
Get Map of all NamespaceDescriptors for a given namespace.
-HTableDescriptor +TableDescriptor remove(TableName tablename)  @@ -192,8 +192,8 @@ public interface
  • get

    -
    HTableDescriptor get(TableName tableName)
    -              throws IOException
    +
    TableDescriptor get(TableName tableName)
    +             throws IOException
    Parameters:
    tableName -
    @@ -210,8 +210,8 @@ public interface
  • getByNamespace

    -
    Map<String,HTableDescriptorgetByNamespace(String name)
    -                                     throws IOException
    +
    Map<String,TableDescriptorgetByNamespace(String name)
    +                                    throws IOException
    Get Map of all NamespaceDescriptors for a given namespace.
    Returns:
    @@ -227,9 +227,9 @@ public interface
  • getAll

    -
    Map<String,HTableDescriptorgetAll()
    -                             throws IOException
    -
    Get Map of all HTableDescriptors. Populates the descriptor cache as a +
    Map<String,TableDescriptorgetAll()
    +                            throws IOException
    +
    Get Map of all TableDescriptors. Populates the descriptor cache as a side effect.
    Returns:
    @@ -245,8 +245,8 @@ public interface
  • getAllDescriptors

    -
    Map<String,HTableDescriptorgetAllDescriptors()
    -                                        throws IOException
    +
    Map<String,TableDescriptorgetAllDescriptors()
    +                                       throws IOException
    Get Map of all TableDescriptors. Populates the descriptor cache as a side effect.
    @@ -257,13 +257,13 @@ public interface + @@ -358,7 +358,7 @@ extends
  • conf

    -
    protected org.apache.hadoop.conf.Configuration conf
    +
    protected org.apache.hadoop.conf.Configuration conf
  • @@ -367,7 +367,7 @@ extends
  • backupRootPath

    -
    protected org.apache.hadoop.fs.Path backupRootPath
    +
    protected org.apache.hadoop.fs.Path backupRootPath
  • @@ -376,7 +376,7 @@ extends
  • backupId

    -
    protected String backupId
    +
    protected String backupId
  • @@ -385,7 +385,7 @@ extends
  • fs

    -
    protected org.apache.hadoop.fs.FileSystem fs
    +
    protected org.apache.hadoop.fs.FileSystem fs
  • @@ -394,7 +394,7 @@ extends
  • snapshotMap

    -
    private final HashMap<TableName,org.apache.hadoop.fs.Path> snapshotMap
    +
    private final HashMap<TableName,org.apache.hadoop.fs.Path> snapshotMap
  • @@ -411,7 +411,7 @@ extends
  • RestoreTool

    -
    public RestoreTool(org.apache.hadoop.conf.Configuration conf,
    +
    public RestoreTool(org.apache.hadoop.conf.Configuration conf,
                        org.apache.hadoop.fs.Path backupRootPath,
                        String backupId)
                 throws IOException
    @@ -435,7 +435,7 @@ extends
  • getTableArchivePath

    -
    org.apache.hadoop.fs.Path getTableArchivePath(TableName tableName)
    +
    org.apache.hadoop.fs.Path getTableArchivePath(TableName tableName)
                                            throws IOException
    return value represent path for: ".../user/biadmin/backup1/default/t1_dn/backup_1396650096738/archive/data/default/t1_dn"
    @@ -455,7 +455,7 @@ extends
  • getRegionList

    -
    ArrayList<org.apache.hadoop.fs.Path> getRegionList(TableName tableName)
    +
    ArrayList<org.apache.hadoop.fs.Path> getRegionList(TableName tableName)
                                                 throws FileNotFoundException,
                                                        IOException
    Gets region list
    @@ -470,14 +470,14 @@ extends +