Uses of Class
org.apache.hadoop.hbase.rest.client.Cluster
Packages that use Cluster
-
Uses of Cluster in org.apache.hadoop.hbase.rest.client
Fields in org.apache.hadoop.hbase.rest.client declared as ClusterMethods in org.apache.hadoop.hbase.rest.client that return ClusterModifier and TypeMethodDescriptionAdd a node to the clusterAdd a node to the clusterClient.getCluster()Returns the cluster definitionRemove a node from the clusterRemove a node from the clusterMethods in org.apache.hadoop.hbase.rest.client with parameters of type ClusterModifier and TypeMethodDescriptionSend a DELETE requestSend a DELETE requestorg.apache.http.HttpResponseClient.execute(Cluster cluster, org.apache.http.client.methods.HttpUriRequest method, org.apache.http.Header[] headers, String path) Execute a transaction method.org.apache.http.HttpResponseClient.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.Send a GET requestSend a GET requestSend a GET requestSend a HEAD requestprivate voidClient.initialize(Cluster cluster, org.apache.hadoop.conf.Configuration conf, boolean sslEnabled, Optional<KeyStore> trustStore) Send a POST requestClient.post(Cluster cluster, String path, String contentType, byte[] content, org.apache.http.Header extraHdr) Send a POST requestSend a POST requestSend a PUT requestClient.put(Cluster cluster, String path, String contentType, byte[] content, org.apache.http.Header extraHdr) Send a PUT requestSend a PUT requestvoidClient.setCluster(Cluster cluster) Constructors in org.apache.hadoop.hbase.rest.client with parameters of type ClusterModifierConstructorDescriptionConstructorConstructorClient(Cluster cluster, String trustStorePath, Optional<String> trustStorePassword, Optional<String> trustStoreType) Constructor, allowing to define custom trust store (only for SSL connections)ConstructorClient(Cluster cluster, org.apache.hadoop.conf.Configuration conf, String trustStorePath, Optional<String> trustStorePassword, Optional<String> trustStoreType) Constructor, allowing to define custom trust store (only for SSL connections)