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 AD96B1916C for ; Wed, 27 Apr 2016 17:06:22 +0000 (UTC) Received: (qmail 92648 invoked by uid 500); 27 Apr 2016 17:06:16 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 92027 invoked by uid 500); 27 Apr 2016 17:06:16 -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 85903 invoked by uid 99); 27 Apr 2016 17:06:10 -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, 27 Apr 2016 17:06:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 72253E78B4; Wed, 27 Apr 2016 17:06:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@hbase.apache.org Date: Wed, 27 Apr 2016 17:06:48 -0000 Message-Id: <7e65cf51fa7f4a47bd80f185d4c273e8@git.apache.org> In-Reply-To: <5939d0173bb849d18ee19fbbce9d3dc6@git.apache.org> References: <5939d0173bb849d18ee19fbbce9d3dc6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [40/51] [partial] hbase-site git commit: Published site at ce318a2906817058ae7b2fce6e9b54d9d6230f9b. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4131cace/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html index d263597..3cd955d 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html @@ -232,9 +232,10 @@ private static <C extends RetryingCallable<V> & Closeable,V> 
V
-HBaseAdmin.executeCallable(C callable, +HBaseAdmin.executeCallable(C callable, RpcRetryingCallerFactory rpcCallerFactory, - int operationTimeout)  + int operationTimeout, + int rpcTimeout)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4131cace/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptor.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptor.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptor.html index 3bc5206..76b398b 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptor.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptor.html @@ -178,10 +178,11 @@ RetryingCallerInterceptor interceptor)  -RpcRetryingCallerImpl(long pause, +RpcRetryingCallerImpl(long pause, int retries, RetryingCallerInterceptor interceptor, - int startLogErrorsCnt)  + int startLogErrorsCnt, + int rpcTimeout)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4131cace/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCaller.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCaller.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCaller.html index 82b6609..6974578 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCaller.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCaller.html @@ -144,7 +144,15 @@ <T> RpcRetryingCaller<T> -RpcRetryingCallerFactory.newCaller()  +RpcRetryingCallerFactory.newCaller() +
Create a new RetryingCaller with configured rpc timeout.
+ + + +<T> RpcRetryingCaller<T> +RpcRetryingCallerFactory.newCaller(int rpcTimeout) +
Create a new RetryingCaller with specific rpc timeout.
+ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4131cace/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 19606a3..fa45807 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCallerFactory.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCallerFactory.html @@ -191,17 +191,19 @@ private static <C extends RetryingCallable<V> & Closeable,V> 
V
-HBaseAdmin.executeCallable(C callable, +HBaseAdmin.executeCallable(C callable, RpcRetryingCallerFactory rpcCallerFactory, - int operationTimeout)  + int operationTimeout, + int rpcTimeout)  (package private) static HTableDescriptor -HBaseAdmin.getTableDescriptor(TableName tableName, +HBaseAdmin.getTableDescriptor(TableName tableName, HConnection connection, RpcRetryingCallerFactory rpcCallerFactory, RpcControllerFactory rpcControllerFactory, - int operationTimeout)  + int operationTimeout, + int rpcTimeout)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4131cace/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 7859d17..a58723a 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/client/package-tree.html @@ -396,13 +396,13 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4131cace/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html b/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html index d1c50ae..3e70018 100644 --- a/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/filter/package-tree.html @@ -162,13 +162,13 @@
  • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4131cace/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html b/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html index 25ad2bf..f244233 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html @@ -271,11 +271,11 @@
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
    • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4131cace/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcControllerFactory.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcControllerFactory.html b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcControllerFactory.html index 1400f1d..26365a7 100644 --- a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcControllerFactory.html +++ b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcControllerFactory.html @@ -202,11 +202,12 @@ (package private) static HTableDescriptor -HBaseAdmin.getTableDescriptor(TableName tableName, +HBaseAdmin.getTableDescriptor(TableName tableName, HConnection connection, RpcRetryingCallerFactory rpcCallerFactory, RpcControllerFactory rpcControllerFactory, - int operationTimeout)  + int operationTimeout, + int rpcTimeout)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4131cace/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.WriterLength.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.WriterLength.html b/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.WriterLength.html index 4976e05..adcd95e 100644 --- a/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.WriterLength.html +++ b/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.WriterLength.html @@ -99,7 +99,7 @@

      -
      static class HFileOutputFormat2.WriterLength
      +
      static class HFileOutputFormat2.WriterLength
       extends Object
    @@ -180,7 +180,7 @@ extends
  • written

    -
    long written
    +
    long written
  • @@ -189,7 +189,7 @@ extends
  • writer

    -
    StoreFileWriter writer
    +
    StoreFileWriter writer
  • @@ -206,7 +206,7 @@ extends
  • HFileOutputFormat2.WriterLength

    -
    HFileOutputFormat2.WriterLength()
    +
    HFileOutputFormat2.WriterLength()
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4131cace/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.html b/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.html index fb92dd6..927a60e 100644 --- a/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.html +++ b/devapidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.html @@ -541,7 +541,7 @@ extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<
  • getRegionStartKeys

    -
    private static List<ImmutableBytesWritablegetRegionStartKeys(RegionLocator table)
    +
    private static List<ImmutableBytesWritablegetRegionStartKeys(RegionLocator table)
                                                             throws IOException
    Return the start keys of all of the regions in this table, as a list of ImmutableBytesWritable.
    @@ -555,7 +555,7 @@ extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<
  • writePartitions

    -
    private static void writePartitions(org.apache.hadoop.conf.Configuration conf,
    +
    private static void writePartitions(org.apache.hadoop.conf.Configuration conf,
                        org.apache.hadoop.fs.Path partitionsPath,
                        List<ImmutableBytesWritable> startKeys)
                                  throws IOException
    @@ -571,7 +571,7 @@ extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<
  • configureIncrementalLoad

    -
    public static void configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job,
    +
    public static void configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job,
                                 Table table,
                                 RegionLocator regionLocator)
                                          throws IOException
    @@ -597,7 +597,7 @@ extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<
  • configureIncrementalLoad

    -
    public static void configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job,
    +
    public static void configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job,
                                 HTableDescriptor tableDescriptor,
                                 RegionLocator regionLocator)
                                          throws IOException
    @@ -623,7 +623,7 @@ extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<
  • configureIncrementalLoad

    -
    static void configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job,
    +
    static void configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job,
                                 HTableDescriptor tableDescriptor,
                                 RegionLocator regionLocator,
                                 Class<? extends org.apache.hadoop.mapreduce.OutputFormat<?,?>> cls)
    @@ -640,7 +640,7 @@ extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<
     
  • configureIncrementalLoadMap

    -
    public static void configureIncrementalLoadMap(org.apache.hadoop.mapreduce.Job job,
    +
    public static void configureIncrementalLoadMap(org.apache.hadoop.mapreduce.Job job,
                                    HTableDescriptor tableDescriptor)
                                             throws IOException
    Throws:
    @@ -653,7 +653,7 @@ extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<
  • createFamilyCompressionMap

    -
    static Map<byte[],Compression.AlgorithmcreateFamilyCompressionMap(org.apache.hadoop.conf.Configuration conf)
    +
    static Map<byte[],Compression.AlgorithmcreateFamilyCompressionMap(org.apache.hadoop.conf.Configuration conf)
    Runs inside the task to deserialize column family to compression algorithm map from the configuration.
    Parameters:
    conf - to read the serialized values from
    @@ -666,7 +666,7 @@ extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<
  • createFamilyBloomTypeMap

    -
    static Map<byte[],BloomTypecreateFamilyBloomTypeMap(org.apache.hadoop.conf.Configuration conf)
    +
    static Map<byte[],BloomTypecreateFamilyBloomTypeMap(org.apache.hadoop.conf.Configuration conf)
    Runs inside the task to deserialize column family to bloom filter type map from the configuration.
    Parameters:
    conf - to read the serialized values from
    @@ -679,7 +679,7 @@ extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<
  • createFamilyBlockSizeMap

    -
    static Map<byte[],IntegercreateFamilyBlockSizeMap(org.apache.hadoop.conf.Configuration conf)
    +
    static Map<byte[],IntegercreateFamilyBlockSizeMap(org.apache.hadoop.conf.Configuration conf)
    Runs inside the task to deserialize column family to block size map from the configuration.
    Parameters:
    conf - to read the serialized values from
    @@ -692,7 +692,7 @@ extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<
  • createFamilyDataBlockEncodingMap

    -
    static Map<byte[],DataBlockEncodingcreateFamilyDataBlockEncodingMap(org.apache.hadoop.conf.Configuration conf)
    +
    static Map<byte[],DataBlockEncodingcreateFamilyDataBlockEncodingMap(org.apache.hadoop.conf.Configuration conf)
    Runs inside the task to deserialize column family to data block encoding type map from the configuration.
    Parameters:
    conf - to read the serialized values from
    @@ -706,7 +706,7 @@ extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<
  • createFamilyConfValueMap

    -
    private static Map<byte[],StringcreateFamilyConfValueMap(org.apache.hadoop.conf.Configuration conf,
    +
    private static Map<byte[],StringcreateFamilyConfValueMap(org.apache.hadoop.conf.Configuration conf,
                                               String confName)
    Run inside the task to deserialize column family to given conf value map.
    Parameters:
    conf - to read the serialized values from
    confName - conf key to read from the configuration
    @@ -719,7 +719,7 @@ extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<
  • configurePartitioner

    -
    static void configurePartitioner(org.apache.hadoop.mapreduce.Job job,
    +
    static void configurePartitioner(org.apache.hadoop.mapreduce.Job job,
                             List<ImmutableBytesWritable> splitPoints)
                               throws IOException
    Configure job with a TotalOrderPartitioner, partitioning against @@ -734,7 +734,7 @@ extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<
  • configureCompression

    -
    static void configureCompression(org.apache.hadoop.conf.Configuration conf,
    +
    static void configureCompression(org.apache.hadoop.conf.Configuration conf,
                             HTableDescriptor tableDescriptor)
                               throws UnsupportedEncodingException
    Serialize column family to compression algorithm map to configuration. @@ -751,7 +751,7 @@ extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<
  • configureBlockSize

    -
    static void configureBlockSize(HTableDescriptor tableDescriptor,
    +
    static void configureBlockSize(HTableDescriptor tableDescriptor,
                           org.apache.hadoop.conf.Configuration conf)
                             throws UnsupportedEncodingException
    Serialize column family to block size map to configuration. @@ -768,7 +768,7 @@ extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<
  • configureBloomType

    -
    static void configureBloomType(HTableDescriptor tableDescriptor,
    +
    static void configureBloomType(HTableDescriptor tableDescriptor,
                           org.apache.hadoop.conf.Configuration conf)
                             throws UnsupportedEncodingException
    Serialize column family to bloom type map to configuration. @@ -785,7 +785,7 @@ extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<
  • configureDataBlockEncoding

    -
    static void configureDataBlockEncoding(HTableDescriptor tableDescriptor,
    +
    static void configureDataBlockEncoding(HTableDescriptor tableDescriptor,
                                   org.apache.hadoop.conf.Configuration conf)
                                     throws UnsupportedEncodingException
    Serialize column family to data block encoding map to configuration. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4131cace/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html b/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html index 400d698..08f430f 100644 --- a/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/mapreduce/package-tree.html @@ -267,10 +267,10 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4131cace/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html b/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html index 4717912..b5c6224 100644 --- a/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html +++ b/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html @@ -593,7 +593,7 @@ implements org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService

    Methods inherited from class org.apache.hadoop.hbase.regionserver.RSRpcServices

    -bulkLoadHFile, checkOOME, checkOpen, closeRegion, execRegionServerService, execService, flushRegion, get, getConfiguration, getDeadline, getHostname, getOnlineRegion, getPriority, getPriority, getServerInfo, getSocketAddress, getStoreFile, mergeRegions, multi, mutate, onConfigurationChange, openRegion, replay, replicateWALEntry, rollWALWriter, scan, splitRegion, stopServer, updateConfiguration, updateFavoredNodes, warmupRegion
  • +bulkLoadHFile, checkOOME, checkOpen, closeRegion, execRegionServerService, execService, flushRegion, get, getConfiguration, getDeadline, getHostname, getOnlineRegion, getPriority, getPriority, getRegion, getServerInfo, getSocketAddress, getStoreFile, mergeRegions, multi, mutate, onConfigurationChange, openRegion, replay, replicateWALEntry, rollWALWriter, scan, splitRegion, stopServer, updateConfiguration, updateFavoredNodes, warmupRegion
  • Annotation Type Hierarchy

    Enum Hierarchy

    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4131cace/devapidocs/org/apache/hadoop/hbase/procedure2/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/procedure2/package-tree.html b/devapidocs/org/apache/hadoop/hbase/procedure2/package-tree.html index a73d0a7..19ef617 100644 --- a/devapidocs/org/apache/hadoop/hbase/procedure2/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/procedure2/package-tree.html @@ -120,8 +120,8 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4131cace/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html b/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html index 1c84c94..4ea81ec 100644 --- a/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html @@ -172,11 +172,11 @@