|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Response | |
---|---|
org.apache.hadoop.hbase.rest.client |
Uses of Response in org.apache.hadoop.hbase.rest.client |
---|
Methods in org.apache.hadoop.hbase.rest.client that return Response | |
---|---|
Response |
Client.delete(Cluster cluster,
String path)
Send a DELETE request |
Response |
Client.delete(String path)
Send a DELETE request |
Response |
Client.get(Cluster cluster,
String path)
Send a GET request |
Response |
Client.get(Cluster c,
String path,
org.apache.commons.httpclient.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.commons.httpclient.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.commons.httpclient.Header[] headers)
Send a HEAD request |
Response |
Client.head(String path)
Send a HEAD request |
Response |
Client.post(Cluster cluster,
String path,
org.apache.commons.httpclient.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(String path,
org.apache.commons.httpclient.Header[] headers,
byte[] content)
Send a POST request |
Response |
Client.post(String path,
String contentType,
byte[] content)
Send a POST request |
Response |
Client.put(Cluster cluster,
String path,
org.apache.commons.httpclient.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(String path,
org.apache.commons.httpclient.Header[] headers,
byte[] content)
Send a PUT request |
Response |
Client.put(String path,
String contentType,
byte[] content)
Send a PUT request |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |