Alter an existing namespace.
HBase Connector
Search form
HBase Actions
-
HBase - create a new namespace
Create a new namespace
-
HBase - create a new table or update schema
Create a new table, or replace an existing table's schema
-
HBase - delete a namespace
Delete a namespace. The namespace must be empty.
-
HBase - delete a table
Delete a table.
-
HBase - delete all versions of a qualifier by matching cell
Checks the value of a cell and if it matches delete all versions of a qualifier
-
HBase - delete specific column family by matching cell
Checks the value of a cell and if it matches delete the specific column family.
-
HBase - delete specific row by matching cell
Checks the value of a cell and if it matches delete the specific row.
-
HBase - delete specific version of a qualifier by matching cell
Checks the value of a cell and if it matches delete the specific version of a qualifier.
-
HBase - get all columns of a single row
Get all columns of a single row.
-
HBase - get cluster status
Get cluster status.
-
HBase - get column(s) by row key prefix
Get specified column(s) by row key prefix.
-
HBase - get column(s) by specified column(s)
Get column(s) by specified column(s)
-
HBase - get description of namespace
Describe a specific namespace.
-
HBase - get description of schema of table
Describe a specific namespace
-
HBase - get list of all namespaces
Gets list of all namespaces
-
HBase - get list of all non-system tables
Get list of all non-system tables.
-
HBase - get list of all tables in a specific namespace
Get list of all tables in a specific namespace
-
HBase - get list of table regions
Gets list of table regions.
-
HBase - get row by key
Gets row by row key.
-
HBase - get row by key and column range
Gets row by row key and column range.
-
HBase - get rows between two row key prefixs
Get rows between two row key prefixs.
-
HBase - get rows between two timestamps
Get rows between two timestamps.
-
HBase - get rows by column family
Get rows by column family
-
HBase - get rows by column prefix
Get rows by column prefix
-
HBase - get rows by column qualifier
Get rows by column qualifier
-
HBase - get rows by column range
Get rows by column range
-
HBase - get rows by first key only
Get rows by first key only
-
HBase - get rows by inclusive stop
Get rows by inclusive stop
-
HBase - get rows by multiple column prefixes
Get rows by multiple column prefixes
-
HBase - get rows by page size
Get rows by page size
-
HBase - get rows by row key prefix
Get rows by row key prefix
-
HBase - get rows by single column value
Get rows by single column value
-
HBase - get rows by start row and limit number of row
Get rows by start row and limit number of row
-
HBase - get rows by timestamps
Get rows by timestamps
-
HBase - get value of a single column for a row
Get the value of a single column for a row
-
HBase - get version of HBase running on this cluster
Get version of HBase running on this cluster
-
HBase - multi-get a specified number of versions of a given cell
Multi-Get a specified number of versions of a given cell
-
HBase - update an existing cell value
Checks the value of the latest version of a cell and if there is a match puts new data into the same cell
-
HBase - update table with schema fragment
Update an existing table with the provided schema fragment
-
HBase - write a cell to a table
Write a cell to a table
-
HBase - write row(s) to a table
Write row(s) to a table