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 A7969200C4D for ; Wed, 5 Apr 2017 09:19:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A661D160BAC; Wed, 5 Apr 2017 07:19:31 +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 3FE3D160BA3 for ; Wed, 5 Apr 2017 09:19:30 +0200 (CEST) Received: (qmail 21172 invoked by uid 500); 5 Apr 2017 07:19:24 -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 17260 invoked by uid 99); 5 Apr 2017 07:19:21 -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, 05 Apr 2017 07:19:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4A7F1F2183; Wed, 5 Apr 2017 07:19:21 +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, 05 Apr 2017 07:19:51 -0000 Message-Id: <3cdb712f6ea84bc7a3f9a8f15c3e9fe0@git.apache.org> In-Reply-To: <3dfe011b9b104ec3844e8cd308b23e7f@git.apache.org> References: <3dfe011b9b104ec3844e8cd308b23e7f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [32/51] [partial] hbase-site git commit: Published site at 910b68082c8f200f0ba6395a76b7ee1c8917e401. archived-at: Wed, 05 Apr 2017 07:19:31 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html index 76ec709..e97ea76 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html @@ -332,14 +332,14 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -BufferedMutatorImpl.mutate(Mutation m)  - - -void BufferedMutator.mutate(Mutation mutation)
Sends a Mutation to the table.
+ +void +BufferedMutatorImpl.mutate(Mutation m)  + @@ -351,14 +351,14 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - - - - + + + +
voidBufferedMutatorImpl.mutate(List<? extends Mutation> ms) 
void BufferedMutator.mutate(List<? extends Mutation> mutations)
Send some Mutations to the table.
voidBufferedMutatorImpl.mutate(List<? extends Mutation> ms) 
@@ -491,15 +491,15 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. MutationSerialization.getDeserializer(Class<Mutation> c)  -org.apache.hadoop.mapreduce.RecordWriter<ImmutableBytesWritable,Mutation> -MultiTableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)  - - org.apache.hadoop.mapreduce.RecordWriter<KEY,Mutation> TableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
Creates a new record writer.
+ +org.apache.hadoop.mapreduce.RecordWriter<ImmutableBytesWritable,Mutation> +MultiTableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)  + org.apache.hadoop.io.serializer.Serializer<Mutation> MutationSerialization.getSerializer(Class<Mutation> c)  @@ -607,11 +607,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -DefaultOperationQuota.addMutation(Mutation mutation)  +NoopOperationQuota.addMutation(Mutation mutation)  void -NoopOperationQuota.addMutation(Mutation mutation)  +DefaultOperationQuota.addMutation(Mutation mutation)  void @@ -964,6 +964,13 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void +MultiRowMutationProcessor.process(long now, + HRegion region, + List<Mutation> mutationsToApply, + WALEdit walEdit)  + + +void RowProcessor.process(long now, HRegion region, List<Mutation> mutations, @@ -971,13 +978,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
HRegion handles the locks and MVCC and invokes this method properly.
- -void -MultiRowMutationProcessor.process(long now, - HRegion region, - List<Mutation> mutationsToApply, - WALEdit walEdit)  - http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/client/class-use/NonceGenerator.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/NonceGenerator.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/NonceGenerator.html index 2136979..8ac4b8a 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/NonceGenerator.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/NonceGenerator.html @@ -126,11 +126,11 @@ - + - + @@ -159,11 +159,11 @@ - + - + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7d957e04/devapidocs/org/apache/hadoop/hbase/client/class-use/Put.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Put.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/Put.html index 598162d..bd402e1 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Put.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Put.html @@ -591,7 +591,7 @@ service. - - - - + + Put put) +
Atomically checks if a row/family/qualifier value matches the expected + value.
+ - - + + Put put)  - - + + Put put)  - - + + Put put) +
Atomically checks if a row/family/qualifier value matches the expected + value.
+ @@ -711,16 +711,6 @@ service. - - - - - - - - + + + + + + + + @@ -757,11 +757,11 @@ service. - + - + @@ -787,16 +787,6 @@ service. - - - - - - - - + + + + + + + +
private NonceGeneratorHBaseAdmin.ng AsyncHBaseAdmin.ng 
private NonceGeneratorAsyncHBaseAdmin.ng HBaseAdmin.ng 
(package private) static NonceGenerator
NonceGeneratorClusterConnection.getNonceGenerator() ConnectionImplementation.getNonceGenerator() 
NonceGeneratorConnectionImplementation.getNonceGenerator() ClusterConnection.getNonceGenerator() 
NonceGenerator
booleanHTable.checkAndPut(byte[] row, +Table.checkAndPut(byte[] row, byte[] family, byte[] qualifier, byte[] value, @@ -602,7 +602,7 @@ service.
booleanTable.checkAndPut(byte[] row, +HTable.checkAndPut(byte[] row, byte[] family, byte[] qualifier, byte[] value, @@ -630,46 +630,46 @@ service. Put put) 
CompletableFuture<Boolean>RawAsyncTableImpl.checkAndPut(byte[] row, +booleanTable.checkAndPut(byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, byte[] value, - Put put) 
booleanHTable.checkAndPut(byte[] row, +CompletableFuture<Boolean>AsyncTableImpl.checkAndPut(byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, byte[] value, - Put put) -
Atomically checks if a row/family/qualifier value matches the expected - value.
-
booleanTable.checkAndPut(byte[] row, +CompletableFuture<Boolean>RawAsyncTableImpl.checkAndPut(byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, byte[] value, - Put put) -
Atomically checks if a row/family/qualifier value matches the expected - value.
-
CompletableFuture<Boolean>AsyncTableImpl.checkAndPut(byte[] row, +booleanHTable.checkAndPut(byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, byte[] value, - Put put) 
CompletableFuture<Boolean>
CompletableFuture<Void>RawAsyncTableImpl.put(Put put) 
voidHTable.put(Put put) -
Puts some data in the table.
-
void Table.put(Put put)
Puts some data in the table.
@@ -732,6 +722,16 @@ service.
CompletableFuture<Void>RawAsyncTableImpl.put(Put put) 
voidHTable.put(Put put) +
Puts some data in the table.
+
CompletableFuture<Void> AsyncTableBase.put(Put put)
Puts some data to the table.
voidBufferedMutatorImpl.validatePut(Put put) HTable.validatePut(Put put) 
voidHTable.validatePut(Put put) BufferedMutatorImpl.validatePut(Put put) 
static void
List<CompletableFuture<Void>>RawAsyncTableImpl.put(List<Put> puts) 
voidHTable.put(List<Put> puts) -
Puts some data in the table, in batch.
-
void Table.put(List<Put> puts)
Puts some data in the table, in batch.
@@ -808,6 +798,16 @@ service.
List<CompletableFuture<Void>>RawAsyncTableImpl.put(List<Put> puts) 
voidHTable.put(List<Put> puts) +
Puts some data in the table, in batch.
+
List<CompletableFuture<Void>> AsyncTableBase.put(List<Put> puts)
Puts some data in the table, in batch.