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 A9E2D19CB3 for ; Tue, 29 Mar 2016 16:06:46 +0000 (UTC) Received: (qmail 45118 invoked by uid 500); 29 Mar 2016 16:06:43 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 45013 invoked by uid 500); 29 Mar 2016 16:06:42 -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 43638 invoked by uid 99); 29 Mar 2016 16:06:41 -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:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C70DDE009E; Tue, 29 Mar 2016 16:06:41 +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:04 -0000 Message-Id: <5ca0df3129e940978e9584a2c6cbce71@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [25/51] [partial] hbase-site git commit: Published site at 7f39baf0f4572ff209837d7de5d37554851ecbb7. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fda4017d/devapidocs/org/apache/hadoop/hbase/client/package-summary.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/package-summary.html b/devapidocs/org/apache/hadoop/hbase/client/package-summary.html index e075443..9879e58 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/package-summary.html +++ b/devapidocs/org/apache/hadoop/hbase/client/package-summary.html @@ -117,7 +117,7 @@ ClusterConnection -
Internal methods on HConnection that should not be used by user code.
+
Internal methods on Connection that should not be used by user code.
@@ -344,398 +344,404 @@ +ConnectionConfiguration + +
Configuration parameters for the connection.
+ + + ConnectionFactory
A non-instantiable class that manages creation of Connections.
- + ConnectionImplementation
Main implementation of Connection and ClusterConnection interfaces.
- + ConnectionImplementation.MasterServiceState
State of the MasterService connection/setup.
- + ConnectionImplementation.NoNonceGenerator
Dummy nonce generator for disabled nonces.
- + ConnectionImplementation.ServerErrorTracker
The record of errors for servers.
- + ConnectionImplementation.ServerErrorTracker.ServerErrors
The record of errors for a server.
- + ConnectionUtils
Utility used by client connections.
- + ConnectionUtils.MasterlessConnection
Some tests shut down the master.
- + CoprocessorHConnection
Connection to an HTable from within a Coprocessor.
- + DelayingRunner<T>
A wrapper for a runnable for a group of actions for a single regionserver.
- + DelegatingRetryingCallable<T,D extends RetryingCallable<T>>
Helper callable for internal use when you just want to override a single method of a RetryingCallable.
- + Delete
Used to perform Delete operations on a single row.
- + FailureInfo
Keeps track of repeated failures to any region server.
- + FastFailInterceptorContext   - + FlushRegionCallable
A Callable for flushRegion() RPC.
- + Get
Used to perform Get operations on a single row.
- + HBaseAdmin
HBaseAdmin is no longer a client API.
- + HBaseAdmin.AbortProcedureFuture   - + HBaseAdmin.AddColumnFamilyFuture   - + HBaseAdmin.CreateTableFuture   - + HBaseAdmin.DeleteColumnFamilyFuture   - + HBaseAdmin.DeleteTableFuture   - + HBaseAdmin.DisableTableFuture   - + HBaseAdmin.EnableTableFuture   - + HBaseAdmin.ModifyColumnFamilyFuture   - + HBaseAdmin.ModifyTableFuture   - + HBaseAdmin.NamespaceFuture   - + HBaseAdmin.ProcedureFuture<V>
Future that waits on a procedure result.
- + HBaseAdmin.TableFuture<V>   - + HBaseAdmin.ThrowableAbortable
Simple Abortable, throwing RuntimeException on abort.
- + HBaseAdmin.TruncateTableFuture   - + HRegionLocator
An implementation of RegionLocator.
- + HTable
An implementation of Table.
- + HTableMultiplexer
HTableMultiplexer provides a thread-safe non blocking PUT API across all the tables.
- + HTableMultiplexer.AtomicAverageCounter
Helper to count the average over an interval until reset.
- + HTableMultiplexer.FlushWorker   - + HTableMultiplexer.HTableMultiplexerStatus
HTableMultiplexerStatus keeps track of the current status of the HTableMultiplexer.
- + HTableMultiplexer.PutStatus   - + HTableWrapper
A wrapper for HTable.
- + Increment
Used to perform Increment operations on a single row.
- + MasterCallable<V>
A RetryingCallable for master operations.
- + MetaCache
A cache implementation for region locations from meta.
- + MetricsConnection
This class is for maintaining the various connection statistics and publishing them through the metrics interfaces.
- + MetricsConnection.CallStats
A container class for collecting details about the RPC call as it percolates.
- + MetricsConnection.CallTracker   - + MetricsConnection.RegionStats   - + MetricsConnection.RunnerStats   - + MultiAction<R>
Container for Actions (i.e.
- + MultiResponse
A container for Result objects, grouped by regionName.
- + MultiResponse.RegionResult   - + MultiServerCallable<R>
Callable that handles the multi method call going against a single regionserver; i.e.
- + Mutation   - + NoOpRetryableCallerInterceptor
Class that acts as a NoOpInterceptor.
- + NoOpRetryingInterceptorContext   - + Operation
Superclass for any type that maps to a potentially application-level query.
- + OperationWithAttributes   - + PayloadCarryingServerCallable<T>
This class is used to unify HTable calls with AsyncProcess Framework.
- + PerClientRandomNonceGenerator
NonceGenerator implementation that uses client ID hash + random int as nonce group, and random numbers as nonces.
- + PreemptiveFastFailInterceptor
The concrete RetryingCallerInterceptor class that implements the preemptive fast fail feature.
- + Put
Used to perform Put operations for a single row.
- + Query   - + RegionAdminServiceCallable<T>
Similar to RegionServerCallable but for the AdminService interface.
- + RegionCoprocessorServiceExec
Represents a coprocessor service method execution against a single region.
- + RegionReplicaUtil
Utility methods which contain the logic for regions and replicas.
- + RegionServerCallable<T>
Implementations call a RegionServer and implement RetryingCallable.call(int).
- + RegistryFactory
Get instance of configured Registry.
- + Result
Single row result of a Get or Scan query.
- + ResultBoundedCompletionService<V>
A completion service for the RpcRetryingCallerFactory.
- + ResultStatsUtil
A Result with some statistics about the server/region status
- + RetriesExhaustedException.ThrowableWithExtraContext
Datastructure that allows adding more info around Throwable incident.
- + RetryingCallerInterceptor
This class is designed to fit into the RetryingCaller class which forms the central piece of intelligence for the client side retries for most calls.
- + RetryingCallerInterceptorContext
The context object used in the RpcRetryingCaller to enable RetryingCallerInterceptor to intercept calls.
- + RetryingCallerInterceptorFactory
Factory implementation to provide the ConnectionImplementation with @@ -743,79 +749,73 @@ to intercept the RpcRetryingCaller during the course of their calls.
- + RetryingTimeTracker
Tracks the amount of time remaining for an operation.
- + ReversedClientScanner
A reversed client scanner which support backward scanning
- + ReversedScannerCallable
A reversed ScannerCallable which supports backward scanning.
- + RowMutations
Performs multiple mutations atomically on a single row.
- + RpcRetryingCallerFactory
Factory to create an RpcRetryingCaller
- + RpcRetryingCallerImpl<T>
Runs an rpc'ing RetryingCallable.
- + RpcRetryingCallerWithReadReplicas
Caller that goes to replica if the primary region does no answer within a configurable timeout.
- + Scan
Used to perform Scan operations.
- + ScannerCallable
Scanner operations such as create, next, etc.
- + ScannerCallableWithReplicas
This class has the logic for handling scanners for regions with and without replicas.
- + ServerStatisticTracker
Tracks the statistics for multiple regions
- -TableConfiguration - -
Configuration is a heavy weight registry that does a lot of string operations and regex matching.
- - TableSnapshotScanner http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fda4017d/devapidocs/org/apache/hadoop/hbase/client/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/package-tree.html b/devapidocs/org/apache/hadoop/hbase/client/package-tree.html index 3dc82b5..90cd5b5 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/client/package-tree.html @@ -122,6 +122,7 @@
  • org.apache.hadoop.hbase.client.ClusterStatusListener (implements java.io.Closeable)
  • org.apache.hadoop.hbase.client.ClusterStatusListener.MulticastListener (implements org.apache.hadoop.hbase.client.ClusterStatusListener.Listener)
  • org.apache.hadoop.hbase.client.ConnectionCallable<V> (implements java.io.Closeable, org.apache.hadoop.hbase.client.RetryingCallable<T>)
  • +
  • org.apache.hadoop.hbase.client.ConnectionConfiguration
  • org.apache.hadoop.hbase.client.ConnectionFactory
  • org.apache.hadoop.hbase.client.ConnectionImplementation (implements java.io.Closeable, org.apache.hadoop.hbase.client.ClusterConnection)