Operators in StreamBase are components that perform a specific type of runtime action, such as filtering, merging, or querying, on the data streaming through them. You can separately configure each instance of an operator in StreamBase Studio using its Properties view.
The global Java operators listed in this section appear as part of the dialog invoked
by the Adapters, Java Operators icon. To restrict the
list to show only the operators in this section, enter sb.operator
in the search field.
Global Java operators are similar to custom Java operators that you write and add to a project, but these StreamBase-provided operators have global scope and can be used in any StreamBase module.
Contents
- Global Java Operator Overview
- Using the Drools Operator
- Using the External Process Operator
- Using the Field Serializer Operator
- Using the FTP Operator
- Using the HBase Admin Operator
- Using the HBase Delete Operator
- Using the HBase Get Operator
- Using the HBase Put Operator
- Using the HBase Scan Operator
- Using the JMS and TIBCO EMS Operators
- Using the JSON to Tuple Operator
- Using the Microsoft .NET Operator
- Using the Runtime Schema Cast Operator
- Using the TERR Operator
- Using the TIBCO ActiveMatrix BPM Operator
- Using the TIBCO ActiveSpaces Operators
- Using the TIBCO ActiveSpaces Legacy Operator
- Using the TIBCO StreamBase Admin Operator
- Using the Tuple to JSON Operator
- Using the Tuple to XML Operator
- Using the XML Normalizer Operator
- Using the XML to Tuple Operator