|
|
|
|
|
- Properties specific to hbConnection variables
- WLanguage functions that use the hbConnection type
hbConnection (Variable type) In french: hbConnexion
The hbConnection type is used to define the characteristics of a connection to an HBase server. You can define and change the characteristics of this connection using different WLanguage properties. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. // Connection Connection is hbConnection Connection.Server = "MyServer" // Display the list of tables Trace(hbListTable(Connection))
Properties Properties specific to hbConnection variables The following properties can be used to handle hbConnection variables: | | | Property name | Type used | Effect |
---|
Server | Character string | DNS name or IP address of HBase Thrift proxy. You have the ability to specify a list of addresses separated by a comma. |
Remarks WLanguage functions that use the hbConnection type | | hbCreateTable | Creates an HBase table or modifies the description of an HBase table. | hbDelete | Deletes:- one or more cells from an HBase table for one or more columns.
- a row from an HBase table.
| hbDeleteTable | Deletes an HBase table. | hbGetTableDescription | Retrieves the description of an HBase table. | hbListTable | Retrieves the list of tables found on an HBase server. | hbRead | Reads cells (values of items) of a row (record) in an HBase table. | hbWrite | Writes cells (values of items) to one or more rows (records) in an HBase table. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|