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 921F31907C for ; Wed, 20 Apr 2016 16:27:01 +0000 (UTC) Received: (qmail 73985 invoked by uid 500); 20 Apr 2016 16:26:59 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 73879 invoked by uid 500); 20 Apr 2016 16:26:59 -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 72532 invoked by uid 99); 20 Apr 2016 16:26:58 -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, 20 Apr 2016 16:26:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 38F53E0977; Wed, 20 Apr 2016 16:26:58 +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: Wed, 20 Apr 2016 16:27:19 -0000 Message-Id: <2864b4f5666848febdba78427434edf9@git.apache.org> In-Reply-To: <3ca732acd66e48e1971525e0f9425293@git.apache.org> References: <3ca732acd66e48e1971525e0f9425293@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [23/51] [partial] hbase-site git commit: Published site at 3e1bdccc53a0a41fc231cf5aec358ace367b0a62. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/09017087/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html index 2a7be6d..c37c10a 100644 --- a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html +++ b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionCoprocessorEnvironment.html @@ -152,7 +152,7 @@ private RegionCoprocessorEnvironment -AggregateImplementation.env  +BaseRowProcessorEndpoint.env  private RegionCoprocessorEnvironment @@ -160,7 +160,7 @@ private RegionCoprocessorEnvironment -BaseRowProcessorEndpoint.env  +AggregateImplementation.env  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/09017087/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionServerCoprocessorEnvironment.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionServerCoprocessorEnvironment.html b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionServerCoprocessorEnvironment.html index a6609dd..f76650a 100644 --- a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionServerCoprocessorEnvironment.html +++ b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/RegionServerCoprocessorEnvironment.html @@ -110,63 +110,69 @@ ReplicationEndpoint +BaseRegionServerObserver.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx, + ReplicationEndpoint endpoint)  + + +ReplicationEndpoint RegionServerObserver.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx, ReplicationEndpoint endpoint)
This will be called after the replication endpoint is instantiated.
- -ReplicationEndpoint -BaseRegionServerObserver.postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment> ctx, - ReplicationEndpoint endpoint)  - void -RegionServerObserver.postMerge(ObserverContext<RegionServerCoprocessorEnvironment> c, +BaseRegionServerObserver.postMerge(ObserverContext<RegionServerCoprocessorEnvironment> c, Region regionA, Region regionB, - Region mergedRegion) -
called after the regions merge.
- + Region mergedRegion)
  void -BaseRegionServerObserver.postMerge(ObserverContext<RegionServerCoprocessorEnvironment> c, +RegionServerObserver.postMerge(ObserverContext<RegionServerCoprocessorEnvironment> c, Region regionA, Region regionB, - Region mergedRegion)  + Region mergedRegion) +
called after the regions merge.
+ void -RegionServerObserver.postMergeCommit(ObserverContext<RegionServerCoprocessorEnvironment> ctx, +BaseRegionServerObserver.postMergeCommit(ObserverContext<RegionServerCoprocessorEnvironment> ctx, Region regionA, Region regionB, - Region mergedRegion) -
This will be called after PONR step as part of regions merge transaction.
- + Region mergedRegion)
  void -BaseRegionServerObserver.postMergeCommit(ObserverContext<RegionServerCoprocessorEnvironment> ctx, +RegionServerObserver.postMergeCommit(ObserverContext<RegionServerCoprocessorEnvironment> ctx, Region regionA, Region regionB, - Region mergedRegion)  + Region mergedRegion) +
This will be called after PONR step as part of regions merge transaction.
+ void +BaseRegionServerObserver.postReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx, + List<org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry> entries, + CellScanner cells)  + + +void RegionServerObserver.postReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx, List<org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry> entries, CellScanner cells)
This will be called after executing replication request to shipping log entries.
- + void -BaseRegionServerObserver.postReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx, - List<org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry> entries, - CellScanner cells)  +BaseRegionServerObserver.postRollBackMerge(ObserverContext<RegionServerCoprocessorEnvironment> ctx, + Region regionA, + Region regionB)  - + void RegionServerObserver.postRollBackMerge(ObserverContext<RegionServerCoprocessorEnvironment> ctx, Region regionA, @@ -174,23 +180,23 @@
This will be called after the roll back of the regions merge.
- + void -BaseRegionServerObserver.postRollBackMerge(ObserverContext<RegionServerCoprocessorEnvironment> ctx, - Region regionA, - Region regionB)  +BaseRegionServerObserver.postRollWALWriterRequest(ObserverContext<RegionServerCoprocessorEnvironment> ctx)  - + void RegionServerObserver.postRollWALWriterRequest(ObserverContext<RegionServerCoprocessorEnvironment> ctx)
This will be called after executing user request to roll a region server WAL.
- + void -BaseRegionServerObserver.postRollWALWriterRequest(ObserverContext<RegionServerCoprocessorEnvironment> ctx)  +BaseRegionServerObserver.preMerge(ObserverContext<RegionServerCoprocessorEnvironment> ctx, + Region regionA, + Region regionB)  - + void RegionServerObserver.preMerge(ObserverContext<RegionServerCoprocessorEnvironment> ctx, Region regionA, @@ -198,13 +204,14 @@
Called before the regions merge.
- + void -BaseRegionServerObserver.preMerge(ObserverContext<RegionServerCoprocessorEnvironment> ctx, - Region regionA, - Region regionB)  +BaseRegionServerObserver.preMergeCommit(ObserverContext<RegionServerCoprocessorEnvironment> ctx, + Region regionA, + Region regionB, + List<Mutation> metaEntries)  - + void RegionServerObserver.preMergeCommit(ObserverContext<RegionServerCoprocessorEnvironment> ctx, Region regionA, @@ -213,14 +220,13 @@
This will be called before PONR step as part of regions merge transaction.
- + void -BaseRegionServerObserver.preMergeCommit(ObserverContext<RegionServerCoprocessorEnvironment> ctx, - Region regionA, - Region regionB, - List<Mutation> metaEntries)  +BaseRegionServerObserver.preReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx, + List<org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry> entries, + CellScanner cells)  - + void RegionServerObserver.preReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx, List<org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry> entries, @@ -228,13 +234,13 @@
This will be called before executing replication request to shipping log entries.
- + void -BaseRegionServerObserver.preReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx, - List<org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry> entries, - CellScanner cells)  +BaseRegionServerObserver.preRollBackMerge(ObserverContext<RegionServerCoprocessorEnvironment> ctx, + Region regionA, + Region regionB)  - + void RegionServerObserver.preRollBackMerge(ObserverContext<RegionServerCoprocessorEnvironment> ctx, Region regionA, @@ -242,32 +248,26 @@
This will be called before the roll back of the regions merge.
- + void -BaseRegionServerObserver.preRollBackMerge(ObserverContext<RegionServerCoprocessorEnvironment> ctx, - Region regionA, - Region regionB)  +BaseRegionServerObserver.preRollWALWriterRequest(ObserverContext<RegionServerCoprocessorEnvironment> ctx)  - + void RegionServerObserver.preRollWALWriterRequest(ObserverContext<RegionServerCoprocessorEnvironment> ctx)
This will be called before executing user request to roll a region server WAL.
- + void -BaseRegionServerObserver.preRollWALWriterRequest(ObserverContext<RegionServerCoprocessorEnvironment> ctx)  +BaseRegionServerObserver.preStopRegionServer(ObserverContext<RegionServerCoprocessorEnvironment> env)  - + void RegionServerObserver.preStopRegionServer(ObserverContext<RegionServerCoprocessorEnvironment> env)
Called before stopping region server.
- -void -BaseRegionServerObserver.preStopRegionServer(ObserverContext<RegionServerCoprocessorEnvironment> env)  - http://git-wip-us.apache.org/repos/asf/hbase-site/blob/09017087/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/WALCoprocessorEnvironment.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/WALCoprocessorEnvironment.html b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/WALCoprocessorEnvironment.html index 22ee357..a5807a3 100644 --- a/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/WALCoprocessorEnvironment.html +++ b/devapidocs/org/apache/hadoop/hbase/coprocessor/class-use/WALCoprocessorEnvironment.html @@ -102,39 +102,46 @@ void -WALObserver.postWALRoll(ObserverContext<? extends WALCoprocessorEnvironment> ctx, +BaseWALObserver.postWALRoll(ObserverContext<? extends WALCoprocessorEnvironment> ctx, org.apache.hadoop.fs.Path oldPath, - org.apache.hadoop.fs.Path newPath) -
Called after rolling the current WAL
- + org.apache.hadoop.fs.Path newPath)
  void -BaseWALObserver.postWALRoll(ObserverContext<? extends WALCoprocessorEnvironment> ctx, +WALObserver.postWALRoll(ObserverContext<? extends WALCoprocessorEnvironment> ctx, org.apache.hadoop.fs.Path oldPath, - org.apache.hadoop.fs.Path newPath)  + org.apache.hadoop.fs.Path newPath) +
Called after rolling the current WAL
+ void -WALObserver.postWALWrite(ObserverContext<? extends WALCoprocessorEnvironment> ctx, +BaseWALObserver.postWALWrite(ObserverContext<? extends WALCoprocessorEnvironment> ctx, HRegionInfo info, WALKey logKey, WALEdit logEdit) -
Called after a WALEdit - is writen to WAL.
+
Implementers should override this method and leave the deprecated version as-is.
void -BaseWALObserver.postWALWrite(ObserverContext<? extends WALCoprocessorEnvironment> ctx, +WALObserver.postWALWrite(ObserverContext<? extends WALCoprocessorEnvironment> ctx, HRegionInfo info, WALKey logKey, WALEdit logEdit) -
Implementers should override this method and leave the deprecated version as-is.
+
Called after a WALEdit + is writen to WAL.
void +BaseWALObserver.postWALWrite(ObserverContext<WALCoprocessorEnvironment> ctx, + HRegionInfo info, + HLogKey logKey, + WALEdit logEdit)  + + +void WALObserver.postWALWrite(ObserverContext<WALCoprocessorEnvironment> ctx, HRegionInfo info, HLogKey logKey, @@ -144,14 +151,13 @@ - + void -BaseWALObserver.postWALWrite(ObserverContext<WALCoprocessorEnvironment> ctx, - HRegionInfo info, - HLogKey logKey, - WALEdit logEdit)  +BaseWALObserver.preWALRoll(ObserverContext<? extends WALCoprocessorEnvironment> ctx, + org.apache.hadoop.fs.Path oldPath, + org.apache.hadoop.fs.Path newPath)  - + void WALObserver.preWALRoll(ObserverContext<? extends WALCoprocessorEnvironment> ctx, org.apache.hadoop.fs.Path oldPath, @@ -159,33 +165,34 @@
Called before rolling the current WAL
- -void -BaseWALObserver.preWALRoll(ObserverContext<? extends WALCoprocessorEnvironment> ctx, - org.apache.hadoop.fs.Path oldPath, - org.apache.hadoop.fs.Path newPath)  - boolean -WALObserver.preWALWrite(ObserverContext<? extends WALCoprocessorEnvironment> ctx, +BaseWALObserver.preWALWrite(ObserverContext<? extends WALCoprocessorEnvironment> ctx, HRegionInfo info, WALKey logKey, WALEdit logEdit) -
Called before a WALEdit - is writen to WAL.
+
Implementers should override this method and leave the deprecated version as-is.
boolean -BaseWALObserver.preWALWrite(ObserverContext<? extends WALCoprocessorEnvironment> ctx, +WALObserver.preWALWrite(ObserverContext<? extends WALCoprocessorEnvironment> ctx, HRegionInfo info, WALKey logKey, WALEdit logEdit) -
Implementers should override this method and leave the deprecated version as-is.
+
Called before a WALEdit + is writen to WAL.
boolean +BaseWALObserver.preWALWrite(ObserverContext<WALCoprocessorEnvironment> ctx, + HRegionInfo info, + HLogKey logKey, + WALEdit logEdit)  + + +boolean WALObserver.preWALWrite(ObserverContext<WALCoprocessorEnvironment> ctx, HRegionInfo info, HLogKey logKey, @@ -195,13 +202,6 @@ - -boolean -BaseWALObserver.preWALWrite(ObserverContext<WALCoprocessorEnvironment> ctx, - HRegionInfo info, - HLogKey logKey, - WALEdit logEdit)  - http://git-wip-us.apache.org/repos/asf/hbase-site/blob/09017087/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignException.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignException.html b/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignException.html index 483c0f1..32ac40d 100644 --- a/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignException.html +++ b/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignException.html @@ -135,14 +135,14 @@ ForeignException -ForeignExceptionDispatcher.getException()  - - -ForeignException ForeignExceptionSnare.getException()
Get the value of the captured exception.
+ +ForeignException +ForeignExceptionDispatcher.getException()  + @@ -160,13 +160,13 @@ - + - +
voidForeignExceptionListener.receive(ForeignException e) -
Receive a ForeignException.
-
ForeignExceptionDispatcher.receive(ForeignException e) 
voidForeignExceptionDispatcher.receive(ForeignException e) ForeignExceptionListener.receive(ForeignException e) +
Receive a ForeignException.
+
@@ -179,14 +179,14 @@ void -ForeignExceptionDispatcher.rethrowException()  - - -void ForeignExceptionSnare.rethrowException()
Rethrow an exception currently held by the ForeignExceptionSnare.
+ +void +ForeignExceptionDispatcher.rethrowException()  + @@ -315,19 +315,19 @@ void -ProcedureMemberRpcs.sendMemberAborted(Subprocedure sub, - ForeignException cause) -
Notify the coordinator that we aborted the specified Subprocedure
- - - -void ZKProcedureMemberRpcs.sendMemberAborted(Subprocedure sub, ForeignException ee)
This should be called by the member and should write a serialized root cause exception as to the abort znode.
+ +void +ProcedureMemberRpcs.sendMemberAborted(Subprocedure sub, + ForeignException cause) +
Notify the coordinator that we aborted the specified Subprocedure
+ + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/09017087/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignExceptionDispatcher.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignExceptionDispatcher.html b/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignExceptionDispatcher.html index e1d42fa..e3030a3 100644 --- a/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignExceptionDispatcher.html +++ b/devapidocs/org/apache/hadoop/hbase/errorhandling/class-use/ForeignExceptionDispatcher.html @@ -129,14 +129,14 @@ - - + - - +
protected ForeignExceptionDispatcherSubprocedure.monitor +private ForeignExceptionDispatcherProcedure.monitor
monitor to check for errors
private ForeignExceptionDispatcherProcedure.monitor +protected ForeignExceptionDispatcherSubprocedure.monitor
monitor to check for errors