Operators: com.teracloud.streams.hbase 5.0.0

Operators

HBASEDelete
The HBASEDelete operator deletes an entry, an entire row, a columnFamily in a row, or a columnFamily, columnQualifier pair in a row from an HBase table.
HBASEGet
The HBASEGet operator gets tuples from an HBase table and puts the result in the output stream attribute specified in the outAttrName parameter.
HBASEIncrement
The HBASEIncrement operator increments the specified HBase entry.
HBASEPut
The HBASEPut operator puts tuples into an HBase table.
HBASEScan
The HBASEScan operator scans an HBase table.