Uses of Class
org.apache.hadoop.hbase.rest.client.Cluster
-
Uses of Cluster in org.apache.hadoop.hbase.rest.client
Modifier 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 clusterModifier and TypeMethodDescriptionSend a DELETE requestSend a DELETE requestorg.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.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.Send a GET requestSend a GET requestSend a GET requestSend a HEAD requestprivate void
Client.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 requestvoid
Client.setCluster
(Cluster cluster) ModifierConstructorDescriptionConstructorConstructorClient
(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)