Uses of Class
org.apache.hadoop.hbase.rest.client.Cluster

Packages that use Cluster
org.apache.hadoop.hbase.rest.client   
 

Uses of Cluster in org.apache.hadoop.hbase.rest.client
 

Methods in org.apache.hadoop.hbase.rest.client that return Cluster
 Cluster Cluster.add(String node)
          Add a node to the cluster
 Cluster Cluster.add(String name, int port)
          Add a node to the cluster
 Cluster Client.getCluster()
           
 Cluster Cluster.remove(String node)
          Remove a node from the cluster
 Cluster Cluster.remove(String name, int port)
          Remove a node from the cluster
 

Methods in org.apache.hadoop.hbase.rest.client with parameters of type Cluster
 Response Client.delete(Cluster cluster, String path)
          Send a DELETE request
 int Client.execute(Cluster cluster, org.apache.commons.httpclient.HttpMethod method, org.apache.commons.httpclient.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, String path)
          Execute a transaction method given only the path.
 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.head(Cluster cluster, String path, org.apache.commons.httpclient.Header[] headers)
          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.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
 void Client.setCluster(Cluster cluster)
           
 

Constructors in org.apache.hadoop.hbase.rest.client with parameters of type Cluster
Client(Cluster cluster)
          Constructor
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.