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 C4E702007D0 for ; Tue, 10 May 2016 19:58:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C2AD0160A1D; Tue, 10 May 2016 17:58:34 +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 83369160A12 for ; Tue, 10 May 2016 19:58:32 +0200 (CEST) Received: (qmail 94244 invoked by uid 500); 10 May 2016 17:58:31 -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 93381 invoked by uid 99); 10 May 2016 17:58:30 -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, 10 May 2016 17:58:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 86290DFE3D; Tue, 10 May 2016 17:58:30 +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, 10 May 2016 17:58:40 -0000 Message-Id: In-Reply-To: <59ecc8ea3cbd4f9696f700c7937a8b42@git.apache.org> References: <59ecc8ea3cbd4f9696f700c7937a8b42@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/51] [partial] hbase-site git commit: Published site at 3b74b6f329ad6ebc0d2d2548a7e1290297674529. archived-at: Tue, 10 May 2016 17:58:35 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f58e71c6/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallableBase.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallableBase.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallableBase.html index f869f43..9014753 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallableBase.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallableBase.html @@ -216,6 +216,14 @@ +FastFailInterceptorContext +FastFailInterceptorContext.prepare(RetryingCallableBase callable)  + + +RetryingCallerInterceptorContext +NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable)  + + abstract RetryingCallerInterceptorContext RetryingCallerInterceptorContext.prepare(RetryingCallableBase callable)
This prepares the context object by populating it with information specific @@ -225,11 +233,13 @@ FastFailInterceptorContext -FastFailInterceptorContext.prepare(RetryingCallableBase callable)  +FastFailInterceptorContext.prepare(RetryingCallableBase callable, + int tries)  RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable)  +NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable, + int tries)  abstract RetryingCallerInterceptorContext @@ -239,16 +249,6 @@ in.
- -FastFailInterceptorContext -FastFailInterceptorContext.prepare(RetryingCallableBase callable, - int tries)  - - -RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable, - int tries)  - http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f58e71c6/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptorContext.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptorContext.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptorContext.html index 24c6e4f..2383d9a 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptorContext.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptorContext.html @@ -132,19 +132,23 @@ RetryingCallerInterceptorContext -PreemptiveFastFailInterceptor.createEmptyContext()  +NoOpRetryableCallerInterceptor.createEmptyContext()  +RetryingCallerInterceptorContext +PreemptiveFastFailInterceptor.createEmptyContext()  + + abstract RetryingCallerInterceptorContext RetryingCallerInterceptor.createEmptyContext()
This returns the context object for the current call.
- + RetryingCallerInterceptorContext -NoOpRetryableCallerInterceptor.createEmptyContext()  +NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable)  - + abstract RetryingCallerInterceptorContext RetryingCallerInterceptorContext.prepare(RetryingCallableBase callable)
This prepares the context object by populating it with information specific @@ -152,11 +156,12 @@ which this will be used.
- + RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable)  +NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable, + int tries)  - + abstract RetryingCallerInterceptorContext RetryingCallerInterceptorContext.prepare(RetryingCallableBase callable, int tries) @@ -164,11 +169,6 @@ in. - -RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable, - int tries)  - @@ -180,49 +180,49 @@ - + + + + - + - + - + - + - + - + - + - + - - - -
voidPreemptiveFastFailInterceptor.handleFailure(RetryingCallerInterceptorContext context, +NoOpRetryableCallerInterceptor.handleFailure(RetryingCallerInterceptorContext context, Throwable t) 
voidPreemptiveFastFailInterceptor.handleFailure(RetryingCallerInterceptorContext context, + Throwable t) 
abstract void RetryingCallerInterceptor.handleFailure(RetryingCallerInterceptorContext context, Throwable t)
Call this function in case we caught a failure during retries.
voidNoOpRetryableCallerInterceptor.handleFailure(RetryingCallerInterceptorContext context, - Throwable t) NoOpRetryableCallerInterceptor.intercept(RetryingCallerInterceptorContext abstractRetryingCallerInterceptorContext) 
void PreemptiveFastFailInterceptor.intercept(RetryingCallerInterceptorContext context) 
abstract void RetryingCallerInterceptor.intercept(RetryingCallerInterceptorContext abstractRetryingCallerInterceptorContext)
Call this function alongside the actual call done on the callable.
voidNoOpRetryableCallerInterceptor.intercept(RetryingCallerInterceptorContext abstractRetryingCallerInterceptorContext) NoOpRetryableCallerInterceptor.updateFailureInfo(RetryingCallerInterceptorContext context) 
void PreemptiveFastFailInterceptor.updateFailureInfo(RetryingCallerInterceptorContext context) 
abstract void RetryingCallerInterceptor.updateFailureInfo(RetryingCallerInterceptorContext context)
Call this function to update at the end of the retry.
voidNoOpRetryableCallerInterceptor.updateFailureInfo(RetryingCallerInterceptorContext context) 
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f58e71c6/devapidocs/org/apache/hadoop/hbase/client/class-use/Row.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Row.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/Row.html index 8b6492f..f257570 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Row.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Row.html @@ -177,13 +177,13 @@ -(package private) List<Row> -RetriesExhaustedWithDetailsException.actions  - - private List<Row> AsyncProcess.BatchErrors.actions  + +(package private) List<Row> +RetriesExhaustedWithDetailsException.actions  + private List<Action<Row>> AsyncProcess.AsyncRequestFutureImpl.ReplicaCallIssuingRunnable.initialActions  @@ -251,23 +251,23 @@ int -RegionCoprocessorServiceExec.compareTo(Row o)  +Get.compareTo(Row other)  int -Get.compareTo(Row other)  +RegionCoprocessorServiceExec.compareTo(Row o)  int -Mutation.compareTo(Row d)  +Increment.compareTo(Row i)  int -Increment.compareTo(Row i)  +RowMutations.compareTo(Row i)  int -RowMutations.compareTo(Row i)  +Mutation.compareTo(Row d)  private boolean http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f58e71c6/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCallerFactory.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCallerFactory.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCallerFactory.html index ec87f31..40322a0 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCallerFactory.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCallerFactory.html @@ -123,16 +123,16 @@ ConnectionImplementation.rpcCallerFactory  -protected RpcRetryingCallerFactory -AsyncProcess.rpcCallerFactory  +private RpcRetryingCallerFactory +HBaseAdmin.rpcCallerFactory  -private RpcRetryingCallerFactory -HTable.rpcCallerFactory  +protected RpcRetryingCallerFactory +AsyncProcess.rpcCallerFactory  private RpcRetryingCallerFactory -HBaseAdmin.rpcCallerFactory  +HTable.rpcCallerFactory  private RpcRetryingCallerFactory http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f58e71c6/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html index 8222d01..fa4ce47 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html @@ -209,13 +209,13 @@ service. -private Scan -ScannerCallable.scan  - - protected Scan ClientScanner.scan  + +private Scan +ScannerCallable.scan  + private Scan ScannerCallableWithReplicas.scan  @@ -248,11 +248,11 @@ service. protected Scan -ScannerCallable.getScan()  +ClientScanner.getScan()  protected Scan -ClientScanner.getScan()  +ScannerCallable.getScan()  Scan @@ -1668,17 +1668,17 @@ service. KeyValueScanner -Store.getScanner(Scan scan, +HStore.getScanner(Scan scan, NavigableSet<byte[]> targetCols, - long readPt) -
Return a scanner for both the memstore and the HStore files.
- + long readPt)
  KeyValueScanner -HStore.getScanner(Scan scan, +Store.getScanner(Scan scan, NavigableSet<byte[]> targetCols, - long readPt)  + long readPt) +
Return a scanner for both the memstore and the HStore files.
+ protected RegionScanner @@ -1720,7 +1720,7 @@ service. boolean -MutableSegment.shouldSeek(Scan scan, +ImmutableSegment.shouldSeek(Scan scan, long oldestUnexpiredTS)  @@ -1731,31 +1731,26 @@ service. -boolean -ImmutableSegment.shouldSeek(Scan scan, +abstract boolean +Segment.shouldSeek(Scan scan, long oldestUnexpiredTS)  -abstract boolean -Segment.shouldSeek(Scan scan, +boolean +MutableSegment.shouldSeek(Scan scan, long oldestUnexpiredTS)  boolean -MemStoreScanner.shouldUseScanner(Scan scan, +KeyValueScanner.shouldUseScanner(Scan scan, Store store, long oldestUnexpiredTS) -
Check if this memstore may contain the required keys
+
Allows to filter out scanners (both StoreFile and memstore) that we don't + want to use based on criteria such as Bloom filters and timestamp ranges.
boolean -NonLazyKeyValueScanner.shouldUseScanner(Scan scan, - Store store, - long oldestUnexpiredTS)  - - -boolean SegmentScanner.shouldUseScanner(Scan scan, Store store, long oldestUnexpiredTS) @@ -1763,21 +1758,26 @@ service. MemStoreScanner, currently returns true as default. - + boolean -StoreFileScanner.shouldUseScanner(Scan scan, +NonLazyKeyValueScanner.shouldUseScanner(Scan scan, Store store, long oldestUnexpiredTS)  - + boolean -KeyValueScanner.shouldUseScanner(Scan scan, +MemStoreScanner.shouldUseScanner(Scan scan, Store store, long oldestUnexpiredTS) -
Allows to filter out scanners (both StoreFile and memstore) that we don't - want to use based on criteria such as Bloom filters and timestamp ranges.
+
Check if this memstore may contain the required keys
+ +boolean +StoreFileScanner.shouldUseScanner(Scan scan, + Store store, + long oldestUnexpiredTS)  + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f58e71c6/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallable.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallable.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallable.html index cbfc054..eb0b7b9 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallable.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/ScannerCallable.html @@ -147,15 +147,15 @@ - + - + - +
ScannerCallableClientSmallScanner.SmallScannerCallable.getScannerCallableForReplica(int id) ReversedScannerCallable.getScannerCallableForReplica(int id) 
ScannerCallableScannerCallable.getScannerCallableForReplica(int id) ClientSmallScanner.SmallScannerCallable.getScannerCallableForReplica(int id) 
ScannerCallableReversedScannerCallable.getScannerCallableForReplica(int id) ScannerCallable.getScannerCallableForReplica(int id) 
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f58e71c6/devapidocs/org/apache/hadoop/hbase/client/class-use/SnapshotDescription.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/SnapshotDescription.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/SnapshotDescription.html index 7123d20..b3f5082 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/SnapshotDescription.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/SnapshotDescription.html @@ -102,35 +102,40 @@ List<SnapshotDescription> +HBaseAdmin.listSnapshots()  + + +List<SnapshotDescription> Admin.listSnapshots()
List completed snapshots.
- + List<SnapshotDescription> -HBaseAdmin.listSnapshots()  +HBaseAdmin.listSnapshots(Pattern pattern)  - + List<SnapshotDescription> Admin.listSnapshots(Pattern pattern)
List all the completed snapshots matching the given pattern.
- + List<SnapshotDescription> -HBaseAdmin.listSnapshots(Pattern pattern)  +HBaseAdmin.listSnapshots(String regex)  - + List<SnapshotDescription> Admin.listSnapshots(String regex)
List all the completed snapshots matching the given regular expression.
- + List<SnapshotDescription> -HBaseAdmin.listSnapshots(String regex)  +HBaseAdmin.listTableSnapshots(Pattern tableNamePattern, + Pattern snapshotNamePattern)  - + List<SnapshotDescription> Admin.listTableSnapshots(Pattern tableNamePattern, Pattern snapshotNamePattern) @@ -138,12 +143,12 @@ name regular expression. - + List<SnapshotDescription> -HBaseAdmin.listTableSnapshots(Pattern tableNamePattern, - Pattern snapshotNamePattern)  +HBaseAdmin.listTableSnapshots(String tableNameRegex, + String snapshotNameRegex)  - + List<SnapshotDescription> Admin.listTableSnapshots(String tableNameRegex, String snapshotNameRegex) @@ -151,11 +156,6 @@ name regular expression. - -List<SnapshotDescription> -HBaseAdmin.listTableSnapshots(String tableNameRegex, - String snapshotNameRegex)  - @@ -175,35 +175,35 @@ - + - + + + + + - + - + - + - - - -
booleanAdmin.isSnapshotFinished(SnapshotDescription snapshot) -
Check the current state of the passed snapshot.
-
HBaseAdmin.isSnapshotFinished(SnapshotDescription snapshotDesc) 
booleanHBaseAdmin.isSnapshotFinished(SnapshotDescription snapshotDesc) Admin.isSnapshotFinished(SnapshotDescription snapshot) +
Check the current state of the passed snapshot.
+
voidHBaseAdmin.snapshot(SnapshotDescription snapshotDesc) 
void Admin.snapshot(SnapshotDescription snapshot)
Take a snapshot and wait for the server to complete that snapshot (blocking).
voidHBaseAdmin.snapshot(SnapshotDescription snapshotDesc) HBaseAdmin.takeSnapshotAsync(SnapshotDescription snapshotDesc) 
void Admin.takeSnapshotAsync(SnapshotDescription snapshot)
Take a snapshot without waiting for the server to complete that snapshot (asynchronous) Only a single snapshot should be taken at a time, or results may be undefined.
voidHBaseAdmin.takeSnapshotAsync(SnapshotDescription snapshotDesc) 
@@ -264,6 +264,18 @@ +private static void +SnapshotInfo.getSnapshotFilesMap(org.apache.hadoop.conf.Configuration conf, + SnapshotDescription snapshot, + ExecutorService exec, + ConcurrentHashMap<org.apache.hadoop.fs.Path,Integer> filesMap, + AtomicLong uniqueHFilesArchiveSize, + AtomicLong uniqueHFilesSize, + AtomicLong uniqueHFilesMobSize) +
Gets the store files map for snapshot
+ + + static SnapshotInfo.SnapshotStats SnapshotInfo.getSnapshotStats(org.apache.hadoop.conf.Configuration conf, SnapshotDescription snapshot) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f58e71c6/devapidocs/org/apache/hadoop/hbase/client/class-use/SnapshotType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/SnapshotType.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/SnapshotType.html index 23d8b6d..c1b280e 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/SnapshotType.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/SnapshotType.html @@ -137,17 +137,17 @@ the order they are declared. void -Admin.snapshot(String snapshotName, +HBaseAdmin.snapshot(String snapshotName, TableName tableName, - SnapshotType type) -
Create typed snapshot of the table.
- + SnapshotType type)
  void -HBaseAdmin.snapshot(String snapshotName, +Admin.snapshot(String snapshotName, TableName tableName, - SnapshotType type)  + SnapshotType type) +
Create typed snapshot of the table.
+ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f58e71c6/devapidocs/org/apache/hadoop/hbase/client/class-use/StatisticTrackable.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/StatisticTrackable.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/StatisticTrackable.html index b684793..5da2220 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/StatisticTrackable.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/StatisticTrackable.html @@ -120,10 +120,10 @@ static void -ResultStatsUtil.updateStats(StatisticTrackable tracker, +ResultStatsUtil.updateStats(StatisticTrackable tracker, ServerName server, byte[] regionName, - org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionLoadStats stats)  + RegionLoadStats stats)