| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.rest.client | 
| Modifier and Type | Method and Description | 
|---|---|
| Response | Client. delete(Cluster cluster,
      String path)Send a DELETE request | 
| Response | Client. delete(Cluster cluster,
      String path,
      org.apache.http.Header extraHdr)Send a DELETE request | 
| Response | Client. delete(String path)Send a DELETE request | 
| Response | Client. delete(String path,
      org.apache.http.Header extraHdr)Send a DELETE request | 
| Response | Client. get(Cluster cluster,
   String path)Send a GET request | 
| Response | Client. get(Cluster c,
   String path,
   org.apache.http.Header[] headers)Send a GET request | 
| Response | Client. get(Cluster cluster,
   String path,
   String accept)Send a GET request | 
| Response | Client. get(String path)Send a GET request | 
| Response | Client. get(String path,
   org.apache.http.Header[] headers)Send a GET request | 
| Response | Client. get(String path,
   String accept)Send a GET request | 
| Response | Client. head(Cluster cluster,
    String path,
    org.apache.http.Header[] headers)Send a HEAD request | 
| Response | Client. head(String path)Send a HEAD request | 
| Response | Client. post(Cluster cluster,
    String path,
    org.apache.http.Header[] headers,
    byte[] content)Send a POST request | 
| Response | Client. post(Cluster cluster,
    String path,
    String contentType,
    byte[] content)Send a POST request | 
| Response | Client. post(Cluster cluster,
    String path,
    String contentType,
    byte[] content,
    org.apache.http.Header extraHdr)Send a POST request | 
| Response | Client. post(String path,
    org.apache.http.Header[] headers,
    byte[] content)Send a POST request | 
| Response | Client. post(String path,
    String contentType,
    byte[] content)Send a POST request | 
| Response | Client. post(String path,
    String contentType,
    byte[] content,
    org.apache.http.Header extraHdr)Send a POST request | 
| Response | Client. put(Cluster cluster,
   String path,
   org.apache.http.Header[] headers,
   byte[] content)Send a PUT request | 
| Response | Client. put(Cluster cluster,
   String path,
   String contentType,
   byte[] content)Send a PUT request | 
| Response | Client. put(Cluster cluster,
   String path,
   String contentType,
   byte[] content,
   org.apache.http.Header extraHdr)Send a PUT request | 
| Response | Client. put(String path,
   org.apache.http.Header[] headers,
   byte[] content)Send a PUT request | 
| Response | Client. put(String path,
   String contentType,
   byte[] content)Send a PUT request | 
| Response | Client. put(String path,
   String contentType,
   byte[] content,
   org.apache.http.Header extraHdr)Send a PUT request | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.