Apache HBase Operators

The TIBCO StreamBase® Adapter for Apache HBase is implemented as a suite of five global Java operators, including the HBase Admin, Delete, Get, Put, and Scan operators.

The HBase Admin operator allows a StreamBase application to handle data administration calls to a connected HBase database.

The HBase Delete operator allows a StreamBase application to delete rows from a specified HBase table.

The HBase Get operator allows a StreamBase application to extract rows by ID from a connected HBase database.

The HBase Put operator allows a StreamBase application to insert data into a connected HBase database table.

Finally, the HBase Scan operator allows a StreamBase application to return the entire contents of, or a range of rows from, a specified HBase table.

See the HBase Operator Samples to see how these operators can be used.