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 B5F56200497 for ; Wed, 23 Aug 2017 17:09:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B2AEE168F01; Wed, 23 Aug 2017 15:09:32 +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 60A02168EBD for ; Wed, 23 Aug 2017 17:09:30 +0200 (CEST) Received: (qmail 54245 invoked by uid 500); 23 Aug 2017 15:09:22 -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 51325 invoked by uid 99); 23 Aug 2017 15:09:20 -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, 23 Aug 2017 15:09:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 99BF3F5F1A; Wed, 23 Aug 2017 15:09:19 +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, 23 Aug 2017 15:10:04 -0000 Message-Id: <6a60eaf8cec448e082de7e60e9f34870@git.apache.org> In-Reply-To: <2bc8dc09a8aa4d35bb2c851c47713fb5@git.apache.org> References: <2bc8dc09a8aa4d35bb2c851c47713fb5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [47/51] [partial] hbase-site git commit: Published site at . archived-at: Wed, 23 Aug 2017 15:09:32 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9943f14f/devapidocs/org/apache/hadoop/hbase/client/HTable.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HTable.html b/devapidocs/org/apache/hadoop/hbase/client/HTable.html index a2c0616..6a7c36a 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/HTable.html +++ b/devapidocs/org/apache/hadoop/hbase/client/HTable.html @@ -1558,7 +1558,7 @@ public static 
  • checkAndPut

    -
    public boolean checkAndPut(byte[] row,
    +
    public boolean checkAndPut(byte[] row,
                                byte[] family,
                                byte[] qualifier,
                                CompareFilter.CompareOp compareOp,
    @@ -1596,7 +1596,7 @@ public static 
     
  • checkAndDelete

    -
    public boolean checkAndDelete(byte[] row,
    +
    public boolean checkAndDelete(byte[] row,
                                   byte[] family,
                                   byte[] qualifier,
                                   byte[] value,
    @@ -1627,7 +1627,7 @@ public static 
     
  • checkAndDelete

    -
    public boolean checkAndDelete(byte[] row,
    +
    public boolean checkAndDelete(byte[] row,
                                   byte[] family,
                                   byte[] qualifier,
                                   CompareFilter.CompareOp compareOp,
    @@ -1665,7 +1665,7 @@ public static 
     
  • checkAndMutate

    -
    public boolean checkAndMutate(byte[] row,
    +
    public boolean checkAndMutate(byte[] row,
                                   byte[] family,
                                   byte[] qualifier,
                                   CompareFilter.CompareOp compareOp,
    @@ -1703,7 +1703,7 @@ public static 
     
  • exists

    -
    public boolean exists(Get get)
    +
    public boolean exists(Get get)
                    throws IOException
    Test for the existence of columns in the table, as specified by the Get.

    @@ -1731,7 +1731,7 @@ public static 

  • existsAll

    -
    public boolean[] existsAll(List<Get> gets)
    +
    public boolean[] existsAll(List<Get> gets)
                         throws IOException
    Test for the existence of columns in the table, as specified by the Gets.

    @@ -1760,7 +1760,7 @@ public static 

  • processBatchCallback

    -
    public <R> void processBatchCallback(List<? extends Row> list,
    +
    public <R> void processBatchCallback(List<? extends Row> list,
                                          Object[] results,
                                          Batch.Callback<R> callback)
                                   throws IOException,
    @@ -1786,7 +1786,7 @@ public static 
     
  • close

    -
    public void close()
    +
    public void close()
                throws IOException
    Description copied from interface: Table
    Releases any resources held or pending changes in internal buffers.
    @@ -1808,7 +1808,7 @@ public static 
  • validatePut

    -
    public void validatePut(Put put)
    +
    public void validatePut(Put put)
                      throws IllegalArgumentException
    Throws:
    @@ -1822,7 +1822,7 @@ public static 
  • validatePut

    -
    public static void validatePut(Put put,
    +
    public static void validatePut(Put put,
                                    int maxKeyValueSize)
                             throws IllegalArgumentException
    @@ -1837,7 +1837,7 @@ public static 
  • getPool

    -
    ExecutorService getPool()
    +
    ExecutorService getPool()
    The pool is used for mutli requests for this HTable
    Returns:
    @@ -1851,7 +1851,7 @@ public static 
  • clearRegionCache

    -
    public void clearRegionCache()
    +
    public void clearRegionCache()
    Explicitly clears the region cache to fetch the latest value from META. This is a power user function: avoid unless you know the ramifications.
  • @@ -1862,7 +1862,7 @@ public static 
  • coprocessorService

    -
    public CoprocessorRpcChannel coprocessorService(byte[] row)
    +
    public CoprocessorRpcChannel coprocessorService(byte[] row)
    Creates and returns a RpcChannel instance connected to the table region containing the specified row. The row given does not actually have to exist. Whichever region would contain the row based on start and end keys will @@ -1901,7 +1901,7 @@ public static 
  • coprocessorService

    -
    public <T extends com.google.protobuf.Service,R> Map<byte[],R> coprocessorService(Class<T> service,
    +
    public <T extends com.google.protobuf.Service,R> Map<byte[],R> coprocessorService(Class<T> service,
                                                                                       byte[] startKey,
                                                                                       byte[] endKey,
                                                                                       Batch.Call<T,R> callable)
    @@ -1939,7 +1939,7 @@ public static 
     
  • coprocessorService

    -
    public <T extends com.google.protobuf.Service,R> void coprocessorService(Class<T> service,
    +
    public <T extends com.google.protobuf.Service,R> void coprocessorService(Class<T> service,
                                                                              byte[] startKey,
                                                                              byte[] endKey,
                                                                              Batch.Call<T,R> callable,
    @@ -1979,7 +1979,7 @@ public static 
     
  • getStartKeysInRange

    -
    private List<byte[]> getStartKeysInRange(byte[] start,
    +
    private List<byte[]> getStartKeysInRange(byte[] start,
                                              byte[] end)
                                       throws IOException
    @@ -1995,7 +1995,7 @@ public static 

    setOperationTimeout

    @Deprecated
    -public void setOperationTimeout(int operationTimeout)
    +public void setOperationTimeout(int operationTimeout)
    Deprecated. 
    Description copied from interface: Table
    Set timeout (millisecond) of each operation in this Table instance, will override the value @@ -2019,7 +2019,7 @@ public void 
  • getOperationTimeout

    -
    public int getOperationTimeout()
    +
    public int getOperationTimeout()
    Description copied from interface: Table
    Get timeout (millisecond) of each operation for in Table instance.
    @@ -2035,7 +2035,7 @@ public void 

    getRpcTimeout

    @Deprecated
    -public int getRpcTimeout()
    +public int getRpcTimeout()
  • Deprecated. 
    Description copied from interface: Table
    Get timeout (millisecond) of each rpc request in this Table instance.
    @@ -2054,7 +2054,7 @@ public int 

    setRpcTimeout

    @Deprecated
    -public void setRpcTimeout(int rpcTimeout)
    +public void setRpcTimeout(int rpcTimeout)
    Deprecated. 
    Description copied from interface: Table
    Set timeout (millisecond) of each rpc request in operations of this Table instance, will @@ -2077,7 +2077,7 @@ public void 
  • getWriteRpcTimeout

    -
    public int getWriteRpcTimeout()
    +
    public int getWriteRpcTimeout()
    Description copied from interface: Table
    Get timeout (millisecond) of each rpc write request in this Table instance.
    @@ -2093,7 +2093,7 @@ public void 

    setWriteRpcTimeout

    @Deprecated
    -public void setWriteRpcTimeout(int writeRpcTimeout)
    +public void setWriteRpcTimeout(int writeRpcTimeout)
  • Deprecated. 
    Description copied from interface: Table
    Set timeout (millisecond) of each rpc write request in operations of this Table instance, will @@ -2112,7 +2112,7 @@ public void 
  • getReadRpcTimeout

    -
    public int getReadRpcTimeout()
    +
    public int getReadRpcTimeout()
    Description copied from interface: Table
    Get timeout (millisecond) of each rpc read request in this Table instance.
    @@ -2128,7 +2128,7 @@ public void 

    setReadRpcTimeout

    @Deprecated
    -public void setReadRpcTimeout(int readRpcTimeout)
    +public void setReadRpcTimeout(int readRpcTimeout)
  • Deprecated. 
    Description copied from interface: Table
    Set timeout (millisecond) of each rpc read request in operations of this Table instance, will @@ -2147,7 +2147,7 @@ public void 
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    toString in class Object
    @@ -2162,7 +2162,7 @@ public void 
  • batchCoprocessorService

    -
    public <R extends com.google.protobuf.Message> Map<byte[],R> batchCoprocessorService(com.google.protobuf.Descriptors.MethodDescriptor methodDescriptor,
    +
    public <R extends com.google.protobuf.Message> Map<byte[],R> batchCoprocessorService(com.google.protobuf.Descriptors.MethodDescriptor methodDescriptor,
                                                                                          com.google.protobuf.Message request,
                                                                                          byte[] startKey,
                                                                                          byte[] endKey,
    @@ -2203,7 +2203,7 @@ public void 
     
  • batchCoprocessorService

    -
    public <R extends com.google.protobuf.Message> void batchCoprocessorService(com.google.protobuf.Descriptors.MethodDescriptor methodDescriptor,
    +
    public <R extends com.google.protobuf.Message> void batchCoprocessorService(com.google.protobuf.Descriptors.MethodDescriptor methodDescriptor,
                                                                                 com.google.protobuf.Message request,
                                                                                 byte[] startKey,
                                                                                 byte[] endKey,
    @@ -2247,7 +2247,7 @@ public void 
     
  • getRegionLocator

    -
    public RegionLocator getRegionLocator()
    +
    public RegionLocator getRegionLocator()
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9943f14f/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 eb3fa6c..80c6dac 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/client/package-tree.html @@ -538,25 +538,25 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9943f14f/devapidocs/org/apache/hadoop/hbase/errorhandling/package-summary.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/errorhandling/package-summary.html b/devapidocs/org/apache/hadoop/hbase/errorhandling/package-summary.html index 799a1ff..0c398b3 100644 --- a/devapidocs/org/apache/hadoop/hbase/errorhandling/package-summary.html +++ b/devapidocs/org/apache/hadoop/hbase/errorhandling/package-summary.html @@ -44,7 +44,7 @@