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 34901200B7B for ; Thu, 25 Aug 2016 20:25:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 32EB2160ACA; Thu, 25 Aug 2016 18:25:22 +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 D0BBD160AC8 for ; Thu, 25 Aug 2016 20:25:19 +0200 (CEST) Received: (qmail 22655 invoked by uid 500); 25 Aug 2016 18:25:14 -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 20477 invoked by uid 99); 25 Aug 2016 18:25:13 -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; Thu, 25 Aug 2016 18:25:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E9950E0991; Thu, 25 Aug 2016 18:25:12 +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: Thu, 25 Aug 2016 18:25:49 -0000 Message-Id: In-Reply-To: <92cfc475fdfb41bb906e7cf367e608c6@git.apache.org> References: <92cfc475fdfb41bb906e7cf367e608c6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [39/51] [abbrv] [partial] hbase-site git commit: Published site at 44c9021d67b0e922e1d2f5f53908742aceab6c80. archived-at: Thu, 25 Aug 2016 18:25:22 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a16749a7/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html b/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html index a6c484a..51c42a8 100644 --- a/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html +++ b/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html @@ -101,7 +101,7 @@
@InterfaceAudience.Public
 @InterfaceStability.Stable
-public class RemoteHTable
+public class RemoteHTable
 extends Object
 implements Table
HTable interface to remote tables accessed via REST gateway
@@ -545,10 +545,9 @@ implements
  • RemoteHTable

    -
    public RemoteHTable(Client client,
    +
    public RemoteHTable(Client client,
                 String name)
    Constructor
    -
    Parameters:
    client -
    name -
  • @@ -557,11 +556,10 @@ implements
  • RemoteHTable

    -
    public RemoteHTable(Client client,
    +
    public RemoteHTable(Client client,
                 org.apache.hadoop.conf.Configuration conf,
                 String name)
    Constructor
    -
    Parameters:
    client -
    conf -
    name -
  • @@ -570,11 +568,10 @@ implements
  • RemoteHTable

    -
    public RemoteHTable(Client client,
    +
    public RemoteHTable(Client client,
                 org.apache.hadoop.conf.Configuration conf,
                 byte[] name)
    Constructor
    -
    Parameters:
    client -
    conf -
    name -
  • @@ -591,7 +588,7 @@ implements
  • buildRowSpec

    -
    protected String buildRowSpec(byte[] row,
    +
    protected String buildRowSpec(byte[] row,
                       Map familyMap,
                       long startTime,
                       long endTime,
    @@ -604,7 +601,7 @@ implements 
     
  • buildMultiRowSpec

    -
    protected String buildMultiRowSpec(byte[][] rows,
    +
    protected String buildMultiRowSpec(byte[][] rows,
                            int maxVersions)
  • @@ -614,7 +611,7 @@ implements
  • buildResultFromModel

    -
    protected Result[] buildResultFromModel(org.apache.hadoop.hbase.rest.model.CellSetModel model)
    +
    protected Result[] buildResultFromModel(org.apache.hadoop.hbase.rest.model.CellSetModel model)
  • @@ -623,7 +620,7 @@ implements
  • buildModelFromPut

    -
    protected org.apache.hadoop.hbase.rest.model.CellSetModel buildModelFromPut(Put put)
    +
    protected org.apache.hadoop.hbase.rest.model.CellSetModel buildModelFromPut(Put put)
  • @@ -632,7 +629,7 @@ implements
  • getTableName

    -
    public byte[] getTableName()
    +
    public byte[] getTableName()
  • @@ -641,7 +638,7 @@ implements
  • getName

    -
    public TableName getName()
    +
    public TableName getName()
    Description copied from interface: Table
    Gets the fully qualified table name instance of this table.
    @@ -656,7 +653,7 @@ implements
  • getConfiguration

    -
    public org.apache.hadoop.conf.Configuration getConfiguration()
    +
    public org.apache.hadoop.conf.Configuration getConfiguration()
    Description copied from interface: Table
    Returns the Configuration object used by this instance.

    @@ -674,7 +671,7 @@ implements

  • getTableDescriptor

    -
    public HTableDescriptor getTableDescriptor()
    +
    public HTableDescriptor getTableDescriptor()
                                         throws IOException
    Description copied from interface: Table
    Gets the table descriptor for this table.
    @@ -691,7 +688,7 @@ implements
  • close

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

    -
    public Result get(Get get)
    +
    public Result get(Get get)
                throws IOException
    Description copied from interface: Table
    Extracts certain cells from a given row.
    @@ -733,7 +730,7 @@ implements
  • get

    -
    public Result[] get(List<Get> gets)
    +
    public Result[] get(List<Get> gets)
                  throws IOException
    Description copied from interface: Table
    Extracts certain cells from the given rows, in batch.
    @@ -755,7 +752,7 @@ implements
  • exists

    -
    public boolean exists(Get get)
    +
    public boolean exists(Get get)
                    throws IOException
    Description copied from interface: Table
    Test for the existence of columns in the table, as specified by the Get. @@ -781,7 +778,7 @@ implements
  • existsAll

    -
    public boolean[] existsAll(List<Get> gets)
    +
    public boolean[] existsAll(List<Get> gets)
                         throws IOException
    exists(List) is really a list of get() calls. Just use get().
    @@ -800,7 +797,7 @@ implements

    exists

    @Deprecated
    -public Boolean[] exists(List<Get> gets)
    +public Boolean[] exists(List<Get> gets)
                      throws IOException
    Deprecated. 
    Throws:
    @@ -813,7 +810,7 @@ public 
  • put

    -
    public void put(Put put)
    +
    public void put(Put put)
              throws IOException
    Description copied from interface: Table
    Puts some data in the table.
    @@ -831,7 +828,7 @@ public 
  • put

    -
    public void put(List<Put> puts)
    +
    public void put(List<Put> puts)
              throws IOException
    Description copied from interface: Table
    Puts some data in the table, in batch. @@ -856,7 +853,7 @@ public 
  • delete

    -
    public void delete(Delete delete)
    +
    public void delete(Delete delete)
                 throws IOException
    Description copied from interface: Table
    Deletes the specified cells/row.
    @@ -874,7 +871,7 @@ public 
  • delete

    -
    public void delete(List<Delete> deletes)
    +
    public void delete(List<Delete> deletes)
                 throws IOException
    Description copied from interface: Table
    Deletes the specified cells/rows in bulk.
    @@ -897,7 +894,7 @@ public 
  • flushCommits

    -
    public void flushCommits()
    +
    public void flushCommits()
                       throws IOException
    Throws:
    IOException
    @@ -909,7 +906,7 @@ public 
  • getScanner

    -
    public ResultScanner getScanner(Scan scan)
    +
    public ResultScanner getScanner(Scan scan)
                              throws IOException
    Description copied from interface: Table
    Returns a scanner on the current table as specified by the Scan @@ -931,7 +928,7 @@ public 
  • getScanner

    -
    public ResultScanner getScanner(byte[] family)
    +
    public ResultScanner getScanner(byte[] family)
                              throws IOException
    Description copied from interface: Table
    Gets a scanner on the current table for the given family.
    @@ -950,7 +947,7 @@ public 
  • getScanner

    -
    public ResultScanner getScanner(byte[] family,
    +
    public ResultScanner getScanner(byte[] family,
                            byte[] qualifier)
                              throws IOException
    Description copied from interface: Table
    @@ -970,7 +967,7 @@ public 
  • isAutoFlush

    -
    public boolean isAutoFlush()
    +
    public boolean isAutoFlush()
  • @@ -979,7 +976,7 @@ public 
  • checkAndPut

    -
    public boolean checkAndPut(byte[] row,
    +
    public boolean checkAndPut(byte[] row,
                       byte[] family,
                       byte[] qualifier,
                       byte[] value,
    @@ -1004,7 +1001,7 @@ public 
     
  • checkAndPut

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

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

    -
    public boolean checkAndDelete(byte[] row,
    +
    public boolean checkAndDelete(byte[] row,
                          byte[] family,
                          byte[] qualifier,
                          CompareFilter.CompareOp compareOp,
    @@ -1081,7 +1078,7 @@ public 
     
  • increment

    -
    public Result increment(Increment increment)
    +
    public Result increment(Increment increment)
                      throws IOException
    Description copied from interface: Table
    Increments one or more columns within a single row. @@ -1106,7 +1103,7 @@ public 
  • append

    -
    public Result append(Append append)
    +
    public Result append(Append append)
                   throws IOException
    Description copied from interface: Table
    Appends values to one or more columns within a single row. @@ -1131,7 +1128,7 @@ public 
  • incrementColumnValue

    -
    public long incrementColumnValue(byte[] row,
    +
    public long incrementColumnValue(byte[] row,
                             byte[] family,
                             byte[] qualifier,
                             long amount)
    @@ -1156,7 +1153,7 @@ public 
     
  • incrementColumnValue

    -
    public long incrementColumnValue(byte[] row,
    +
    public long incrementColumnValue(byte[] row,
                             byte[] family,
                             byte[] qualifier,
                             long amount,
    @@ -1186,7 +1183,7 @@ public 
     
  • batch

    -
    public void batch(List<? extends Row> actions,
    +
    public void batch(List<? extends Row> actions,
              Object[] results)
                throws IOException
    Description copied from interface: Table
    @@ -1210,7 +1207,7 @@ public 
  • batchCallback

    -
    public <R> void batchCallback(List<? extends Row> actions,
    +
    public <R> void batchCallback(List<? extends Row> actions,
                          Object[] results,
                          org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)
                        throws IOException,
    @@ -1231,7 +1228,7 @@ public 
     
  • coprocessorService

    -
    public CoprocessorRpcChannel coprocessorService(byte[] row)
    +
    public CoprocessorRpcChannel coprocessorService(byte[] row)
    Description copied from interface: Table
    Creates and returns a RpcChannel instance connected to the table region containing the specified row. The row given does not actually have @@ -1268,7 +1265,7 @@ public 
  • 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,
                                                                              org.apache.hadoop.hbase.client.coprocessor.Batch.Call<T,R> callable)
    @@ -1298,7 +1295,7 @@ public 
     
  • 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,
                                                                     org.apache.hadoop.hbase.client.coprocessor.Batch.Call<T,R> callable,
    @@ -1331,7 +1328,7 @@ public 
     
  • mutateRow

    -
    public void mutateRow(RowMutations rm)
    +
    public void mutateRow(RowMutations rm)
                    throws IOException
    Description copied from interface: Table
    Performs multiple mutations atomically on a single row. Currently @@ -1350,7 +1347,7 @@ public 
  • getWriteBufferSize

    -
    public long getWriteBufferSize()
    +
    public long getWriteBufferSize()
    Description copied from interface: Table
    Returns the maximum size in bytes of the write buffer for this HTable.

    @@ -1368,7 +1365,7 @@ public 

  • setWriteBufferSize

    -
    public void setWriteBufferSize(long writeBufferSize)
    +
    public void setWriteBufferSize(long writeBufferSize)
                             throws IOException
    Description copied from interface: Table
    Sets the size of the buffer in bytes. @@ -1391,7 +1388,7 @@ public 
  • batchCoprocessorService

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

    -
    public <R extends com.google.protobuf.Message> void batchCoprocessorService(com.google.protobuf.Descriptors.MethodDescriptor method,
    +
    public <R extends com.google.protobuf.Message> void batchCoprocessorService(com.google.protobuf.Descriptors.MethodDescriptor method,
                                                                        com.google.protobuf.Message request,
                                                                        byte[] startKey,
                                                                        byte[] endKey,
    @@ -1459,7 +1456,7 @@ public 
     
  • checkAndMutate

    -
    public boolean checkAndMutate(byte[] row,
    +
    public boolean checkAndMutate(byte[] row,
                          byte[] family,
                          byte[] qualifier,
                          CompareFilter.CompareOp compareOp,
    @@ -1485,7 +1482,7 @@ public 
     
  • setOperationTimeout

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

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

    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 @@ -1544,7 +1541,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.
    @@ -1560,7 +1557,7 @@ public int 
  • getReadRpcTimeout

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

    -
    public void setReadRpcTimeout(int readRpcTimeout)
    +
    public void setReadRpcTimeout(int readRpcTimeout)
    Description copied from interface: Table
    Set timeout (millisecond) of each rpc read request in operations of this Table instance, will override the value of hbase.rpc.read.timeout in configuration. @@ -1593,7 +1590,7 @@ public int 
  • getWriteRpcTimeout

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

    -
    public void setWriteRpcTimeout(int writeRpcTimeout)
    +
    public void setWriteRpcTimeout(int writeRpcTimeout)
    Description copied from interface: Table
    Set timeout (millisecond) of each rpc write request in operations of this Table instance, will override the value of hbase.rpc.write.timeout in configuration. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a16749a7/apidocs/org/apache/hadoop/hbase/rest/client/Response.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/rest/client/Response.html b/apidocs/org/apache/hadoop/hbase/rest/client/Response.html index e279bba..ef1c45c 100644 --- a/apidocs/org/apache/hadoop/hbase/rest/client/Response.html +++ b/apidocs/org/apache/hadoop/hbase/rest/client/Response.html @@ -97,7 +97,7 @@
    @InterfaceAudience.Public
     @InterfaceStability.Stable
    -public class Response
    +public class Response
     extends Object
    The HTTP result code, response headers, and body of a HTTP response.
  • @@ -123,22 +123,22 @@ extends -Response(int code, - org.apache.commons.httpclient.Header[] headers) +Response(int code, + org.apache.http.Header[] headers)
    Constructor
    -Response(int code, - org.apache.commons.httpclient.Header[] headers, +Response(int code, + org.apache.http.Header[] headers, byte[] body)
    Constructor
    -Response(int code, - org.apache.commons.httpclient.Header[] headers, - byte[] body, +Response(int code, + org.apache.http.Header[] headers, + org.apache.http.HttpResponse resp, InputStream in)
    Constructor
    @@ -171,7 +171,7 @@ extends getHeader(String key)  -org.apache.commons.httpclient.Header[] +org.apache.http.Header[] getHeaders()  @@ -198,7 +198,7 @@ extends void -setHeaders(org.apache.commons.httpclient.Header[] headers)  +setHeaders(org.apache.http.Header[] headers)  - +
    • Response

      -
      public Response(int code,
      -        org.apache.commons.httpclient.Header[] headers)
      +
      public Response(int code,
      +        org.apache.http.Header[] headers)
      Constructor
      Parameters:
      code - the HTTP response code
      headers - the HTTP response headers
    - +
    • Response

      -
      public Response(int code,
      -        org.apache.commons.httpclient.Header[] headers,
      +
      public Response(int code,
      +        org.apache.http.Header[] headers,
               byte[] body)
      Constructor
      Parameters:
      code - the HTTP response code
      headers - the HTTP response headers
      body - the response body, can be null
    - +
    • Response

      -
      public Response(int code,
      -        org.apache.commons.httpclient.Header[] headers,
      -        byte[] body,
      +
      public Response(int code,
      +        org.apache.http.Header[] headers,
      +        org.apache.http.HttpResponse resp,
               InputStream in)
      Constructor
      -
      Parameters:
      code - the HTTP response code
      headers - headers the HTTP response headers
      body - the response body, can be null
      in - Inputstream if the response had one.
      +
      Parameters:
      code - the HTTP response code
      headers - headers the HTTP response headers
      resp - the response
      in - Inputstream if the response had one. + Note: this is not thread-safe
  • @@ -286,7 +287,7 @@ extends
  • getCode

    -
    public int getCode()
    +
    public int getCode()
    Returns:
    the HTTP response code
  • @@ -296,7 +297,7 @@ extends
  • getStream

    -
    public InputStream getStream()
    +
    public InputStream getStream()
    Gets the input stream instance.
    Returns:
    an instance of InputStream class.
  • @@ -307,7 +308,7 @@ extends
  • getHeaders

    -
    public org.apache.commons.httpclient.Header[] getHeaders()
    +
    public org.apache.http.Header[] getHeaders()
    Returns:
    the HTTP response headers
  • @@ -317,7 +318,7 @@ extends
  • getHeader

    -
    public String getHeader(String key)
    +
    public String getHeader(String key)
  • @@ -326,7 +327,7 @@ extends
  • getLocation

    -
    public String getLocation()
    +
    public String getLocation()
    Returns:
    the value of the Location header
  • @@ -336,7 +337,7 @@ extends
  • hasBody

    -
    public boolean hasBody()
    +
    public boolean hasBody()
    Returns:
    true if a response body was sent
  • @@ -346,7 +347,7 @@ extends
  • getBody

    -
    public byte[] getBody()
    +
    public byte[] getBody()
    Returns:
    the HTTP response body
  • @@ -356,17 +357,17 @@ extends
  • setCode

    -
    public void setCode(int code)
    +
    public void setCode(int code)
    Parameters:
    code - the HTTP response code
  • - +
    • setHeaders

      -
      public void setHeaders(org.apache.commons.httpclient.Header[] headers)
      +
      public void setHeaders(org.apache.http.Header[] headers)
      Parameters:
      headers - the HTTP response headers
    @@ -376,7 +377,7 @@ extends
  • setBody

    -
    public void setBody(byte[] body)
    +
    public void setBody(byte[] body)
    Parameters:
    body - the response body
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a16749a7/apidocs/org/apache/hadoop/hbase/rest/client/class-use/Cluster.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/rest/client/class-use/Cluster.html b/apidocs/org/apache/hadoop/hbase/rest/client/class-use/Cluster.html index 436ebc4..b281ada 100644 --- a/apidocs/org/apache/hadoop/hbase/rest/client/class-use/Cluster.html +++ b/apidocs/org/apache/hadoop/hbase/rest/client/class-use/Cluster.html @@ -142,26 +142,26 @@ Response -Client.delete(Cluster cluster, +Client.delete(Cluster cluster, String path, - org.apache.commons.httpclient.Header extraHdr) + org.apache.http.Header extraHdr)
    Send a DELETE request
    -int -Client.execute(Cluster cluster, - org.apache.commons.httpclient.HttpMethod method, - org.apache.commons.httpclient.Header[] headers, +org.apache.http.HttpResponse +Client.execute(Cluster cluster, + org.apache.http.client.methods.HttpUriRequest method, + org.apache.http.Header[] headers, String path)
    Execute a transaction method.
    -int -Client.executePathOnly(Cluster cluster, - org.apache.commons.httpclient.HttpMethod method, - org.apache.commons.httpclient.Header[] headers, +org.apache.http.HttpResponse +Client.executePathOnly(Cluster cluster, + org.apache.http.client.methods.HttpUriRequest method, + org.apache.http.Header[] headers, String path)
    Execute a transaction method given only the path.
    @@ -175,9 +175,9 @@ Response -Client.get(Cluster c, +Client.get(Cluster c, String path, - org.apache.commons.httpclient.Header[] headers) + org.apache.http.Header[] headers)
    Send a GET request
    @@ -191,17 +191,17 @@ Response -Client.head(Cluster cluster, +Client.head(Cluster cluster, String path, - org.apache.commons.httpclient.Header[] headers) + org.apache.http.Header[] headers)
    Send a HEAD request
    Response -Client.post(Cluster cluster, +Client.post(Cluster cluster, String path, - org.apache.commons.httpclient.Header[] headers, + org.apache.http.Header[] headers, byte[] content)
    Send a POST request
    @@ -217,19 +217,19 @@ Response -Client.post(Cluster cluster, +Client.post(Cluster cluster, String path, String contentType, byte[] content, - org.apache.commons.httpclient.Header extraHdr) + org.apache.http.Header extraHdr)
    Send a POST request
    Response -Client.put(Cluster cluster, +Client.put(Cluster cluster, String path, - org.apache.commons.httpclient.Header[] headers, + org.apache.http.Header[] headers, byte[] content)
    Send a PUT request
    @@ -245,11 +245,11 @@ Response -Client.put(Cluster cluster, +Client.put(Cluster cluster, String path, String contentType, byte[] content, - org.apache.commons.httpclient.Header extraHdr) + org.apache.http.Header extraHdr)
    Send a PUT request