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 88A8E200CE6 for ; Wed, 16 Aug 2017 17:06:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 867F3168D5C; Wed, 16 Aug 2017 15:06:33 +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 36E01168D43 for ; Wed, 16 Aug 2017 17:06:31 +0200 (CEST) Received: (qmail 25893 invoked by uid 500); 16 Aug 2017 15:06:28 -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 23817 invoked by uid 99); 16 Aug 2017 15:06:25 -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, 16 Aug 2017 15:06:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 202F0F5EDB; Wed, 16 Aug 2017 15:06:23 +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, 16 Aug 2017 15:06:53 -0000 Message-Id: In-Reply-To: <4b5ca733aa3a45c0a4f61b854a33bf00@git.apache.org> References: <4b5ca733aa3a45c0a4f61b854a33bf00@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [32/51] [partial] hbase-site git commit: Published site at . archived-at: Wed, 16 Aug 2017 15:06:33 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1ada5f22/devapidocs/org/apache/hadoop/hbase/client/Admin.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/Admin.html b/devapidocs/org/apache/hadoop/hbase/client/Admin.html index 88b7fa7..91d80e9 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/Admin.html +++ b/devapidocs/org/apache/hadoop/hbase/client/Admin.html @@ -265,7 +265,9 @@ extends closeRegion(byte[] regionname, String serverName)
Deprecated.  -
Since 2.0. Will be removed in 3.0. Use unassign(byte[], boolean) instead.
+
As of release 2.0.0, this will be removed in HBase 3.0.0 + (HBASE-18231). + Use unassign(byte[], boolean).
@@ -274,7 +276,9 @@ extends closeRegion(ServerName sn, HRegionInfo hri)
Deprecated.  -
Since 2.0. Will be removed in 3.0. Use unassign(byte[], boolean) instead.
+
As of release 2.0.0, this will be removed in HBase 3.0.0 + (HBASE-18231). + Use unassign(byte[], boolean).
@@ -283,7 +287,9 @@ extends closeRegion(String regionname, String serverName)
Deprecated.  -
Since 2.0. Will be removed in 3.0. Use unassign(byte[], boolean) instead.
+
As of release 2.0.0, this will be removed in HBase 3.0.0 + (HBASE-18231). + Use unassign(byte[], boolean).
@@ -292,7 +298,9 @@ extends closeRegionWithEncodedRegionName(String encodedRegionName, String serverName)
Deprecated.  -
Since 2.0. Will be removed in 3.0. Use unassign(byte[], boolean) instead.
+
As of release 2.0.0, this will be removed in HBase 3.0.0 + (HBASE-18231). + Use unassign(byte[], boolean).
@@ -1463,8 +1471,9 @@ extends void splitRegion(byte[] regionName)
Deprecated.  -
Since 2.0. Will be removed in 3.0. Use - splitRegionAsync(byte[], byte[]) instead.
+
As of release 2.0.0, this will be removed in HBase 3.0.0 + (HBASE-18229). + Use splitRegionAsync(byte[], byte[]).
@@ -1473,8 +1482,9 @@ extends splitRegion(byte[] regionName, byte[] splitPoint)
Deprecated.  -
Since 2.0. Will be removed in 3.0. Use - splitRegionAsync(byte[], byte[]) instead.
+
As of release 2.0.0, this will be removed in HBase 3.0.0 + (HBASE-18229). + Use splitRegionAsync(byte[], byte[]).
@@ -2914,10 +2924,13 @@ void 
  • closeRegion

    -
    void closeRegion(String regionname,
    -                 String serverName)
    -          throws IOException
    -
    Deprecated. Since 2.0. Will be removed in 3.0. Use unassign(byte[], boolean) instead.
    +
    @Deprecated
    +void closeRegion(String regionname,
    +                             String serverName)
    +                      throws IOException
    +
    Deprecated. As of release 2.0.0, this will be removed in HBase 3.0.0 + (HBASE-18231). + Use unassign(byte[], boolean).
    Uses unassign(byte[], boolean) to unassign the region. For expert-admins.
    Parameters:
    @@ -2934,10 +2947,13 @@ void 
  • closeRegion

    -
    void closeRegion(byte[] regionname,
    -                 String serverName)
    -          throws IOException
    -
    Deprecated. Since 2.0. Will be removed in 3.0. Use unassign(byte[], boolean) instead.
    +
    @Deprecated
    +void closeRegion(byte[] regionname,
    +                             String serverName)
    +                      throws IOException
    +
    Deprecated. As of release 2.0.0, this will be removed in HBase 3.0.0 + (HBASE-18231). + Use unassign(byte[], boolean).
    Uses unassign(byte[], boolean) to unassign the region. For expert-admins.
    Parameters:
    @@ -2954,10 +2970,13 @@ void 
  • closeRegionWithEncodedRegionName

    -
    boolean closeRegionWithEncodedRegionName(String encodedRegionName,
    -                                         String serverName)
    -                                  throws IOException
    -
    Deprecated. Since 2.0. Will be removed in 3.0. Use unassign(byte[], boolean) instead.
    +
    @Deprecated
    +boolean closeRegionWithEncodedRegionName(String encodedRegionName,
    +                                                     String serverName)
    +                                              throws IOException
    +
    Deprecated. As of release 2.0.0, this will be removed in HBase 3.0.0 + (HBASE-18231). + Use unassign(byte[], boolean).
    Uses unassign(byte[], boolean) to unassign the region. For expert-admins.
    Parameters:
    @@ -2979,10 +2998,13 @@ void 
  • closeRegion

    -
    void closeRegion(ServerName sn,
    -                 HRegionInfo hri)
    -          throws IOException
    -
    Deprecated. Since 2.0. Will be removed in 3.0. Use unassign(byte[], boolean) instead.
    +
    @Deprecated
    +void closeRegion(ServerName sn,
    +                             HRegionInfo hri)
    +                      throws IOException
    +
    Deprecated. As of release 2.0.0, this will be removed in HBase 3.0.0 + (HBASE-18231). + Use unassign(byte[], boolean).
    Used unassign(byte[], boolean) to unassign the region. For expert-admins.
    Parameters:
    @@ -2998,7 +3020,7 @@ void 
  • getOnlineRegions

    -
    List<HRegionInfogetOnlineRegions(ServerName sn)
    +
    List<HRegionInfogetOnlineRegions(ServerName sn)
                                 throws IOException
    Get all the online regions on a region server.
    @@ -3013,7 +3035,7 @@ void 
  • flush

    -
    void flush(TableName tableName)
    +
    void flush(TableName tableName)
         throws IOException
    Flush a table. Synchronous operation.
    @@ -3030,7 +3052,7 @@ void 
  • flushRegion

    -
    void flushRegion(byte[] regionName)
    +
    void flushRegion(byte[] regionName)
               throws IOException
    Flush an individual region. Synchronous operation.
    @@ -3047,7 +3069,7 @@ void 
  • compact

    -
    void compact(TableName tableName)
    +
    void compact(TableName tableName)
           throws IOException
    Compact a table. Asynchronous operation.
    @@ -3064,7 +3086,7 @@ void 
  • compactRegion

    -
    void compactRegion(byte[] regionName)
    +
    void compactRegion(byte[] regionName)
                 throws IOException
    Compact an individual region. Asynchronous operation.
    @@ -3081,7 +3103,7 @@ void 
  • compact

    -
    void compact(TableName tableName,
    +
    void compact(TableName tableName,
                  byte[] columnFamily)
           throws IOException
    Compact a column family within a table. Asynchronous operation.
    @@ -3100,7 +3122,7 @@ void 
  • compactRegion

    -
    void compactRegion(byte[] regionName,
    +
    void compactRegion(byte[] regionName,
                        byte[] columnFamily)
                 throws IOException
    Compact a column family within a region. Asynchronous operation.
    @@ -3119,7 +3141,7 @@ void 
  • majorCompact

    -
    void majorCompact(TableName tableName)
    +
    void majorCompact(TableName tableName)
                throws IOException
    Major compact a table. Asynchronous operation.
    @@ -3136,7 +3158,7 @@ void 
  • majorCompactRegion

    -
    void majorCompactRegion(byte[] regionName)
    +
    void majorCompactRegion(byte[] regionName)
                      throws IOException
    Major compact a table or an individual region. Asynchronous operation.
    @@ -3153,7 +3175,7 @@ void 
  • majorCompact

    -
    void majorCompact(TableName tableName,
    +
    void majorCompact(TableName tableName,
                       byte[] columnFamily)
                throws IOException
    Major compact a column family within a table. Asynchronous operation.
    @@ -3172,7 +3194,7 @@ void 
  • majorCompactRegion

    -
    void majorCompactRegion(byte[] regionName,
    +
    void majorCompactRegion(byte[] regionName,
                             byte[] columnFamily)
                      throws IOException
    Major compact a column family within region. Asynchronous operation.
    @@ -3191,7 +3213,7 @@ void 
  • compactRegionServer

    -
    void compactRegionServer(ServerName sn,
    +
    void compactRegionServer(ServerName sn,
                              boolean major)
                       throws IOException,
                              InterruptedException
    @@ -3212,7 +3234,7 @@ void 
  • move

    -
    void move(byte[] encodedRegionName,
    +
    void move(byte[] encodedRegionName,
               byte[] destServerName)
        throws IOException
    Move the region r to dest.
    @@ -3237,7 +3259,7 @@ void 
  • assign

    -
    void assign(byte[] regionName)
    +
    void assign(byte[] regionName)
          throws IOException
    Parameters:
    @@ -3253,7 +3275,7 @@ void 
  • unassign

    -
    void unassign(byte[] regionName,
    +
    void unassign(byte[] regionName,
                   boolean force)
            throws IOException
    Unassign a region from current hosting regionserver. Region will then be assigned to a @@ -3274,7 +3296,7 @@ void 
  • offline

    -
    void offline(byte[] regionName)
    +
    void offline(byte[] regionName)
           throws IOException
    Offline specified region from master's in-memory state. It will not attempt to reassign the region as in unassign. This API can be used when a region not served by any region server and @@ -3295,7 +3317,7 @@ void 
  • setBalancerRunning

    -
    boolean setBalancerRunning(boolean on,
    +
    boolean setBalancerRunning(boolean on,
                                boolean synchronous)
                         throws IOException
    Turn the load balancer on or off.
    @@ -3315,7 +3337,7 @@ void 
  • balancer

    -
    boolean balancer()
    +
    boolean balancer()
               throws IOException
    Invoke the balancer. Will run the balancer and if regions to move, it will go ahead and do the reassignments. Can NOT run for various reasons. Check logs.
    @@ -3333,7 +3355,7 @@ void 
  • balancer

    -
    boolean balancer(boolean force)
    +
    boolean balancer(boolean force)
               throws IOException
    Invoke the balancer. Will run the balancer and if regions to move, it will go ahead and do the reassignments. If there is region in transition, force parameter of true @@ -3355,7 +3377,7 @@ void 
  • isBalancerEnabled

    -
    boolean isBalancerEnabled()
    +
    boolean isBalancerEnabled()
                        throws IOException
    Query the current state of the balancer
    @@ -3372,7 +3394,7 @@ void 
  • normalize

    -
    boolean normalize()
    +
    boolean normalize()
                throws IOException
    Invoke region normalizer. Can NOT run for various reasons. Check logs.
    @@ -3389,7 +3411,7 @@ void 
  • isNormalizerEnabled

    -
    boolean isNormalizerEnabled()
    +
    boolean isNormalizerEnabled()
                          throws IOException
    Query the current state of the region normalizer
    @@ -3406,7 +3428,7 @@ void 
  • setNormalizerRunning

    -
    boolean setNormalizerRunning(boolean on)
    +
    boolean setNormalizerRunning(boolean on)
                           throws IOException
    Turn region normalizer on or off.
    @@ -3423,7 +3445,7 @@ void 
  • enableCatalogJanitor

    -
    boolean enableCatalogJanitor(boolean enable)
    +
    boolean enableCatalogJanitor(boolean enable)
                           throws IOException
    Enable/Disable the catalog janitor
    @@ -3442,7 +3464,7 @@ void 
  • runCatalogScan

    -
    int runCatalogScan()
    +
    int runCatalogScan()
                 throws IOException
    Ask for a scan of the catalog table
    @@ -3459,7 +3481,7 @@ void 
  • isCatalogJanitorEnabled

    -
    boolean isCatalogJanitorEnabled()
    +
    boolean isCatalogJanitorEnabled()
                              throws IOException
    Query on the catalog janitor state (Enabled/Disabled?)
    @@ -3474,7 +3496,7 @@ void 
  • setCleanerChoreRunning

    -
    boolean setCleanerChoreRunning(boolean on)
    +
    boolean setCleanerChoreRunning(boolean on)
                             throws IOException
    Enable/Disable the cleaner chore
    @@ -3493,7 +3515,7 @@ void 
  • runCleanerChore

    -
    boolean runCleanerChore()
    +
    boolean runCleanerChore()
                      throws IOException
    Ask for cleaner chore to run
    @@ -3510,7 +3532,7 @@ void 
  • isCleanerChoreEnabled

    -
    boolean isCleanerChoreEnabled()
    +
    boolean isCleanerChoreEnabled()
                            throws IOException
    Query on the cleaner chore state (Enabled/Disabled?)
    @@ -3526,7 +3548,7 @@ void 

    mergeRegions

    @Deprecated
    -void mergeRegions(byte[] nameOfRegionA,
    +void mergeRegions(byte[] nameOfRegionA,
                                   byte[] nameOfRegionB,
                                   boolean forcible)
                            throws IOException
    @@ -3550,7 +3572,7 @@ void 
  • mergeRegionsAsync

    -
    Future<VoidmergeRegionsAsync(byte[] nameOfRegionA,
    +
    Future<VoidmergeRegionsAsync(byte[] nameOfRegionA,
                                    byte[] nameOfRegionB,
                                    boolean forcible)
                             throws IOException
    @@ -3572,7 +3594,7 @@ void 
  • mergeRegionsAsync

    -
    Future<VoidmergeRegionsAsync(byte[][] nameofRegionsToMerge,
    +
    Future<VoidmergeRegionsAsync(byte[][] nameofRegionsToMerge,
                                    boolean forcible)
                             throws IOException
    Merge regions. Asynchronous operation.
    @@ -3592,7 +3614,7 @@ void 
  • split

    -
    void split(TableName tableName)
    +
    void split(TableName tableName)
         throws IOException
    Split a table. Asynchronous operation.
    @@ -3609,10 +3631,12 @@ void 
  • splitRegion

    -
    void splitRegion(byte[] regionName)
    -          throws IOException
    -
    Deprecated. Since 2.0. Will be removed in 3.0. Use - splitRegionAsync(byte[], byte[]) instead.
    +
    @Deprecated
    +void splitRegion(byte[] regionName)
    +                      throws IOException
    +
    Deprecated. As of release 2.0.0, this will be removed in HBase 3.0.0 + (HBASE-18229). + Use splitRegionAsync(byte[], byte[]).
    Split an individual region. Asynchronous operation.
    Parameters:
    @@ -3628,7 +3652,7 @@ void 
  • split

    -
    void split(TableName tableName,
    +
    void split(TableName tableName,
                byte[] splitPoint)
         throws IOException
    Split a table. Asynchronous operation.
    @@ -3647,11 +3671,13 @@ void 
  • splitRegion

    -
    void splitRegion(byte[] regionName,
    -                 byte[] splitPoint)
    -          throws IOException
    -
    Deprecated. Since 2.0. Will be removed in 3.0. Use - splitRegionAsync(byte[], byte[]) instead.
    +
    @Deprecated
    +void splitRegion(byte[] regionName,
    +                             byte[] splitPoint)
    +                      throws IOException
    +
    Deprecated. As of release 2.0.0, this will be removed in HBase 3.0.0 + (HBASE-18229). + Use splitRegionAsync(byte[], byte[]).
    Split an individual region. Asynchronous operation.
    Parameters:
    @@ -3668,7 +3694,7 @@ void 
  • splitRegionAsync

    -
    Future<VoidsplitRegionAsync(byte[] regionName,
    +
    Future<VoidsplitRegionAsync(byte[] regionName,
                                   byte[] splitPoint)
                            throws IOException
    Split an individual region. Asynchronous operation.
    @@ -3688,7 +3714,7 @@ void 

    modifyTable

    @Deprecated
    -void modifyTable(TableName tableName,
    +void modifyTable(TableName tableName,
                                  HTableDescriptor htd)
                           throws IOException
    Deprecated. since 2.0 version and will be removed in 3.0 version. @@ -3709,7 +3735,7 @@ void 
  • modifyTable

    -
    void modifyTable(TableDescriptor td)
    +
    void modifyTable(TableDescriptor td)
               throws IOException
    Modify an existing table, more IRB friendly version.
    @@ -3727,7 +3753,7 @@ void 

    modifyTableAsync

    @Deprecated
    -Future<VoidmodifyTableAsync(TableName tableName,
    +Future<VoidmodifyTableAsync(TableName tableName,
                                               HTableDescriptor htd)
                                        throws IOException
    Deprecated. since 2.0 version and will be removed in 3.0 version. @@ -3756,7 +3782,7 @@ void 
  • modifyTableAsync

    -
    Future<VoidmodifyTableAsync(TableDescriptor td)
    +
    Future<VoidmodifyTableAsync(TableDescriptor td)
                            throws IOException
    Modify an existing table, more IRB friendly version. Asynchronous operation. This means that it may be a while before your schema change is updated across all of the table. @@ -3781,7 +3807,7 @@ void 
  • shutdown

    -
    void shutdown()
    +
    void shutdown()
            throws IOException
    Shuts down the HBase cluster
    @@ -3796,7 +3822,7 @@ void 
  • stopMaster

    -
    void stopMaster()
    +
    void stopMaster()
              throws IOException
    Shuts down the current HBase master only. Does not shutdown the cluster.
    @@ -3813,7 +3839,7 @@ void 
  • isMasterInMaintenanceMode

    -
    boolean isMasterInMaintenanceMode()
    +
    boolean isMasterInMaintenanceMode()
                                throws IOException
    Check whether Master is in maintenance mode
    @@ -3828,7 +3854,7 @@ void 
  • stopRegionServer

    -
    void stopRegionServer(String hostnamePort)
    +
    void stopRegionServer(String hostnamePort)
                    throws IOException
    Stop the designated regionserver
    @@ -3846,7 +3872,7 @@ void 
  • getClusterStatus

    -
    ClusterStatus getClusterStatus()
    +
    ClusterStatus getClusterStatus()
                             throws IOException
    Returns:
    @@ -3862,7 +3888,7 @@ void 
  • getClusterStatus

    -
    ClusterStatus getClusterStatus(ClusterStatus.Options options)
    +
    ClusterStatus getClusterStatus(ClusterStatus.Options options)
                             throws IOException
    Get cluster status with options to filter out unwanted status.
    @@ -3879,7 +3905,7 @@ void 
  • getRegionLoad

    -
    Map<byte[],RegionLoadgetRegionLoad(ServerName sn)
    +
    Map<byte[],RegionLoadgetRegionLoad(ServerName sn)
                                   throws IOException
    Get RegionLoad of all regions hosted on a regionserver.
    @@ -3898,7 +3924,7 @@ void 
  • getRegionLoad

    -
    Map<byte[],RegionLoadgetRegionLoad(ServerName sn,
    +
    Map<byte[],RegionLoadgetRegionLoad(ServerName sn,
                                          TableName tableName)
                                   throws IOException
    Get RegionLoad of all regions hosted on a regionserver for a table.
    @@ -3919,7 +3945,7 @@ void 
  • getConfiguration

    -
    org.apache.hadoop.conf.Configuration getConfiguration()
    +
    org.apache.hadoop.conf.Configuration getConfiguration()
    Returns:
    Configuration used by the instance.
    @@ -3932,7 +3958,7 @@ void 
  • createNamespace

    -
    void createNamespace(NamespaceDescriptor descriptor)
    +
    void createNamespace(NamespaceDescriptor descriptor)
                   throws IOException
    Create a new namespace. Blocks until namespace has been successfully created or an exception is thrown.
    @@ -3950,7 +3976,7 @@ void 
  • createNamespaceAsync

    -
    Future<VoidcreateNamespaceAsync(NamespaceDescriptor descriptor)
    +
    Future<VoidcreateNamespaceAsync(NamespaceDescriptor descriptor)
                                throws IOException
    Create a new namespace
    @@ -3970,7 +3996,7 @@ void 
  • modifyNamespace

    -
    void modifyNamespace(NamespaceDescriptor descriptor)
    +
    void modifyNamespace(NamespaceDescriptor descriptor)
                   throws IOException
    Modify an existing namespace. Blocks until namespace has been successfully modified or an exception is thrown.
    @@ -3988,7 +4014,7 @@ void 
  • modifyNamespaceAsync

    -
    Future<VoidmodifyNamespaceAsync(NamespaceDescriptor descriptor)
    +
    Future<VoidmodifyNamespaceAsync(NamespaceDescriptor descriptor)
                                throws IOException
    Modify an existing namespace
    @@ -4008,7 +4034,7 @@ void 
  • deleteNamespace

    -
    void deleteNamespace(String name)
    +
    void deleteNamespace(String name)
                   throws IOException
    Delete an existing namespace. Only empty namespaces (no tables) can be removed. Blocks until namespace has been successfully deleted or an @@ -4027,7 +4053,7 @@ void 
  • deleteNamespaceAsync

    -
    Future<VoiddeleteNamespaceAsync(String name)
    +
    Future<VoiddeleteNamespaceAsync(String name)
                                throws IOException
    Delete an existing namespace. Only empty namespaces (no tables) can be removed.
    @@ -4047,7 +4073,7 @@ void 
  • getNamespaceDescriptor

    -
    NamespaceDescriptor getNamespaceDescriptor(String name)
    +
    NamespaceDescriptor getNamespaceDescriptor(String name)
                                         throws NamespaceNotFoundException,
                                                IOException
    Get a namespace descriptor by name
    @@ -4068,7 +4094,7 @@ void 
  • listNamespaceDescriptors

    -
    NamespaceDescriptor[] listNamespaceDescriptors()
    +
    NamespaceDescriptor[] listNamespaceDescriptors()
                                             throws IOException
    List available namespace descriptors
    @@ -4086,7 +4112,7 @@ void 

    listTableDescriptorsByNamespace

    @Deprecated
    -HTableDescriptor[] listTableDescriptorsByNamespace(String name)
    +HTableDescriptor[] listTableDescriptorsByNamespace(String name)
                                                             throws IOException
    Deprecated. since 2.0 version and will be removed in 3.0 version. use listTableDescriptorsByNamespace(byte[])
    @@ -4107,7 +4133,7 @@ void 
  • listTableDescriptorsByNamespace

    -
    List<TableDescriptorlistTableDescriptorsByNamespace(byte[] name)
    +
    List<TableDescriptorlistTableDescriptorsByNamespace(byte[] name)
                                                    throws IOException
    Get list of table descriptors by namespace
    @@ -4126,7 +4152,7 @@ void 
  • listTableNamesByNamespace

    -
    TableName[] listTableNamesByNamespace(String name)
    +
    TableName[] listTableNamesByNamespace(String name)
                                    throws IOException
    Get list of table names by namespace
    @@ -4145,7 +4171,7 @@ void 
  • getTableRegions

    -
    List<HRegionInfogetTableRegions(TableName tableName)
    +
    List<HRegionInfogetTableRegions(TableName tableName)
                                throws IOException
    Get the regions of a given table.
    @@ -4164,7 +4190,7 @@ void 
  • close

    -
    void close()
    +
    void close()
         throws IOException
    Specified by:
    @@ -4183,7 +4209,7 @@ void 

    getTableDescriptorsByTableName

    @Deprecated
    -HTableDescriptor[] getTableDescriptorsByTableName(List<TableName> tableNames)
    +HTableDescriptor[] getTableDescriptorsByTableName(List<TableName> tableNames)
                                                            throws IOException
    Deprecated. since 2.0 version and will be removed in 3.0 version. use listTableDescriptors(List)
    @@ -4204,7 +4230,7 @@ void 
  • listTableDescriptors

    -
    List<TableDescriptorlistTableDescriptors(List<TableName> tableNames)
    +
    List<TableDescriptorlistTableDescriptors(List<TableName> tableNames)
                                         throws IOException
    Get tableDescriptors
    @@ -4224,7 +4250,7 @@ void 

    getTableDescriptors

    @Deprecated
    -HTableDescriptor[] getTableDescriptors(List<String> names)
    +HTableDescriptor[] getTableDescriptors(List<String> na