Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 142A319D0B for ; Tue, 29 Mar 2016 16:06:52 +0000 (UTC) Received: (qmail 46647 invoked by uid 500); 29 Mar 2016 16:06:44 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 46556 invoked by uid 500); 29 Mar 2016 16:06: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 45250 invoked by uid 99); 29 Mar 2016 16:06: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, 29 Mar 2016 16:06:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F2BE2E009E; Tue, 29 Mar 2016 16:06:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: misty@apache.org To: commits@hbase.apache.org Date: Tue, 29 Mar 2016 16:07:29 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [50/51] [partial] hbase-site git commit: Published site at 7f39baf0f4572ff209837d7de5d37554851ecbb7. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fda4017d/apidocs/deprecated-list.html ---------------------------------------------------------------------- diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index b5edb59..9d7bd3f 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -210,18 +210,22 @@ -org.apache.hadoop.hbase.client.replication.ReplicationAdmin.addPeer(String, String) -
Use addPeer(String, ReplicationPeerConfig, Map) instead.
+org.apache.hadoop.hbase.client.replication.ReplicationAdmin.addPeer(String, ReplicationPeerConfig, Map>) +
as release of 2.0.0, and it will be removed in 3.0.0, + use ReplicationAdmin.addPeer(String, ReplicationPeerConfig) instead.
-org.apache.hadoop.hbase.client.replication.ReplicationAdmin.addPeer(String, String, String) - - org.apache.hadoop.hbase.client.Result.addResults(ClientProtos.RegionLoadStats) + +org.apache.hadoop.hbase.client.replication.ReplicationAdmin.appendPeerTableCFs(String, String) +
as release of 2.0.0, and it will be removed in 3.0.0, + use ReplicationAdmin.appendPeerTableCFs(String, Map) instead.
+ + org.apache.hadoop.hbase.util.Bytes.binarySearch(byte[][], byte[], int, int, RawComparator) @@ -373,109 +377,110 @@ org.apache.hadoop.hbase.HTableDescriptor.getOwnerString() +org.apache.hadoop.hbase.client.replication.ReplicationAdmin.getPeerTableCFs(String) +
as release of 2.0.0, and it will be removed in 3.0.0, + use ReplicationAdmin.getPeerConfig(String) instead.
+ + + org.apache.hadoop.hbase.CellUtil.getQualifierBufferShallowCopy(Cell)
As of release 2.0.0, this will be removed in HBase 3.0.0.
- + org.apache.hadoop.hbase.client.HConnection.getRegionCachePrefetch(byte[])
always return false since 0.99
- + org.apache.hadoop.hbase.client.HConnection.getRegionCachePrefetch(TableName)
always return false since 0.99
- + org.apache.hadoop.hbase.client.HConnection.getRegionLocation(byte[], byte[], boolean)
internal method, do not use through HConnection
- + org.apache.hadoop.hbase.client.HConnection.getRegionLocation(TableName, byte[], boolean)
internal method, do not use thru HConnection
- + org.apache.hadoop.hbase.TableName.getRowComparator()
The comparator is an internal property of the table. Should not have been exposed here
- + org.apache.hadoop.hbase.util.Bytes.getSize()
use Bytes.getLength() instead
- + org.apache.hadoop.hbase.io.ImmutableBytesWritable.getSize() - + org.apache.hadoop.hbase.HTableDescriptor.getTableDir(Path, byte[]) - + org.apache.hadoop.hbase.client.HConnection.getTableNames() - + org.apache.hadoop.hbase.client.Table.getWriteBufferSize()
as of 1.0.1 (should not have been in 1.0.0). Replaced by BufferedMutator.getWriteBufferSize()
- + org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil.initCredentialsForCluster(Job, String) - + org.apache.hadoop.hbase.client.Get.isClosestRowBefore()
since 2.0.0 and will be removed in 3.0.0
- + org.apache.hadoop.hbase.client.HConnection.isDeadServer(ServerName)
internal method, do not use thru HConnection
- + org.apache.hadoop.hbase.client.HConnection.isMasterRunning()
internal method, do not use thru HConnection
- + org.apache.hadoop.hbase.client.HConnection.isTableAvailable(byte[]) - + org.apache.hadoop.hbase.client.HConnection.isTableAvailable(byte[], byte[][])
internal method, do not use through HConnection
- + org.apache.hadoop.hbase.client.HConnection.isTableAvailable(TableName, byte[][])
internal method, do not use through HConnection
- + org.apache.hadoop.hbase.client.HConnection.isTableDisabled(byte[]) - + org.apache.hadoop.hbase.client.HConnection.isTableEnabled(byte[]) - -org.apache.hadoop.hbase.client.replication.ReplicationAdmin.listPeers() - - - org.apache.hadoop.hbase.client.HConnection.listTableNames()
Use Admin.listTables() instead.
@@ -536,70 +541,81 @@ +org.apache.hadoop.hbase.client.replication.ReplicationAdmin.parseTableCFsFromConfig(String) +
as release of 2.0.0, and it will be removed in 3.0.0
+ + + org.apache.hadoop.hbase.client.HConnection.processBatch(List, byte[], ExecutorService, Object[])
internal method, do not use through HConnection
- + org.apache.hadoop.hbase.client.HConnection.processBatch(List, TableName, ExecutorService, Object[]) - + org.apache.hadoop.hbase.client.HConnection.processBatchCallback(List, byte[], ExecutorService, Object[], Batch.Callback)
Unsupported API
- + org.apache.hadoop.hbase.client.HConnection.processBatchCallback(List, TableName, ExecutorService, Object[], Batch.Callback) - + org.apache.hadoop.hbase.client.HTableMultiplexer.put(byte[], List) - + org.apache.hadoop.hbase.client.HTableMultiplexer.put(byte[], Put) - + org.apache.hadoop.hbase.client.HTableMultiplexer.put(byte[], Put, int) - + org.apache.hadoop.hbase.util.Bytes.putIntUnsafe(byte[], int, int)
As of release 2.0.0, this will be removed in HBase 3.0.0.
- + org.apache.hadoop.hbase.util.Bytes.putLongUnsafe(byte[], int, long)
As of release 2.0.0, this will be removed in HBase 3.0.0.
- + org.apache.hadoop.hbase.util.Bytes.putShortUnsafe(byte[], int, short)
As of release 2.0.0, this will be removed in HBase 3.0.0.
- + org.apache.hadoop.hbase.util.Bytes.readVLong(byte[], int) - + org.apache.hadoop.hbase.client.HConnection.relocateRegion(byte[], byte[])
internal method, do not use through HConnection
- + org.apache.hadoop.hbase.client.HConnection.relocateRegion(TableName, byte[])
internal method, do not use through HConnection
+ +org.apache.hadoop.hbase.client.replication.ReplicationAdmin.removePeerTableCFs(String, String) +
as release of 2.0.0, and it will be removed in 3.0.0, + use ReplicationAdmin.removePeerTableCFs(String, Map) instead.
+ + org.apache.hadoop.hbase.client.Get.setClosestRowBefore(boolean)
since 2.0.0 and will be removed in 3.0.0
@@ -618,58 +634,53 @@ org.apache.hadoop.hbase.HTableDescriptor.setOwnerString(String) -org.apache.hadoop.hbase.client.replication.ReplicationAdmin.setPeerTableCFs(String, String) - - - - org.apache.hadoop.hbase.client.HConnection.setRegionCachePrefetch(byte[], boolean)
does nothing since 0.99
- + org.apache.hadoop.hbase.client.HConnection.setRegionCachePrefetch(TableName, boolean)
does nothing since since 0.99
- + org.apache.hadoop.hbase.client.Table.setWriteBufferSize(long)
as of 1.0.1 (should not have been in 1.0.0). Replaced by BufferedMutator and BufferedMutatorParams.writeBufferSize(long)
- + org.apache.hadoop.hbase.CellUtil.tagsIterator(byte[], int, int)
As of 2.0.0 and will be removed in 3.0.0 Instead use CellUtil.tagsIterator(Cell)
- + org.apache.hadoop.hbase.util.Bytes.toIntUnsafe(byte[], int)
As of release 2.0.0, this will be removed in HBase 3.0.0.
- + org.apache.hadoop.hbase.util.Bytes.toLongUnsafe(byte[], int)
As of release 2.0.0, this will be removed in HBase 3.0.0.
- + org.apache.hadoop.hbase.util.Bytes.toShortUnsafe(byte[], int)
As of release 2.0.0, this will be removed in HBase 3.0.0.
- + org.apache.hadoop.hbase.client.HConnection.updateCachedLocations(byte[], byte[], Object, HRegionLocation)
internal method, do not use through HConnection
- + org.apache.hadoop.hbase.client.HConnection.updateCachedLocations(TableName, byte[], byte[], Object, ServerName)
internal method, do not use through HConnection
- + org.apache.hadoop.hbase.client.HConnection.updateCachedLocations(TableName, byte[], Object, HRegionLocation)
internal method, do not use through HConnection
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fda4017d/apidocs/index-all.html ---------------------------------------------------------------------- diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 7950e5f..f03f6ab 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -327,17 +327,14 @@
 
addOptions() - Method in class org.apache.hadoop.hbase.util.RegionMover
 
-
addPeer(String, String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
+
addPeer(String, ReplicationPeerConfig, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
Deprecated. -
Use addPeer(String, ReplicationPeerConfig, Map) instead.
+
as release of 2.0.0, and it will be removed in 3.0.0, + use ReplicationAdmin.addPeer(String, ReplicationPeerConfig) instead.
-
addPeer(String, String, String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
-
Deprecated.
-
-
addPeer(String, ReplicationPeerConfig, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
+
addPeer(String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
Add a new remote slave cluster for replication.
@@ -421,7 +418,10 @@
 
appendPeerTableCFs(String, String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Append the replicable table-cf config of the specified peer
+
Deprecated. +
as release of 2.0.0, and it will be removed in 3.0.0, + use ReplicationAdmin.appendPeerTableCFs(String, Map) instead.
+
appendPeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
@@ -843,7 +843,7 @@
CallerDisconnectedException(String) - Constructor for exception org.apache.hadoop.hbase.ipc.CallerDisconnectedException
 
-
callExecService(Descriptors.MethodDescriptor, Message, Message) - Method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel
+
callExecService(RpcController, Descriptors.MethodDescriptor, Message, Message) - Method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel
 
@@ -5556,7 +5556,10 @@
getPeerTableCFs(String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Get the replicable table-cf config of the specified peer.
+
Deprecated. +
as release of 2.0.0, and it will be removed in 3.0.0, + use ReplicationAdmin.getPeerConfig(String) instead.
+
getPool() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
 
@@ -6169,6 +6172,8 @@
Returns the table name.
+
getTableCFsMap() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
+
 
getTableDescriptor(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
Method for getting the tableDescriptor
@@ -8312,12 +8317,6 @@
listPeerConfigs() - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
 
-
listPeers() - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
- -
listProcedures() - Method in interface org.apache.hadoop.hbase.client.Admin
List procedures
@@ -9885,7 +9884,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
parseStartcode(String) - Static method in class org.apache.hadoop.hbase.ServerName
 
parseTableCFsFromConfig(String) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
 
+
+
Deprecated. +
as release of 2.0.0, and it will be removed in 3.0.0
+
+
parseVersionedServerName(byte[]) - Static method in class org.apache.hadoop.hbase.ServerName
Use this method instantiating a ServerName from bytes @@ -10993,7 +10996,10 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
removePeerTableCFs(String, String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Remove some table-cfs from table-cfs config of the specified peer
+
Deprecated. +
as release of 2.0.0, and it will be removed in 3.0.0, + use ReplicationAdmin.removePeerTableCFs(String, Map) instead.
+
removePeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
@@ -12205,12 +12211,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Deprecated.
-
setPeerTableCFs(String, String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
- -
setPeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
Set the replicable table-cf config of the specified peer
@@ -12383,6 +12383,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
setTable(Table) - Method in class org.apache.hadoop.hbase.mapreduce.TableRecordReader
 
+
setTableCFsMap(Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
+
 
setTableFilter(String) - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
Set the table filter regex