Java Operator API for InfoSphere Streams.

See: Description

Primitive Operator Packages 
Package Description
com.ibm.streams.operator
Java Operator API for InfoSphere Streams.
com.ibm.streams.operator.compile
SPL compile time support for Java primitive operators.
com.ibm.streams.operator.control
Java primitive operator interface to the Job Control Plane.
com.ibm.streams.operator.control.variable
Collection of utilities and generic MBeans that can be used to represent control variables in the Job Control Plane (JCP).
com.ibm.streams.operator.encoding
Encoding of tuples into alternate representations.
com.ibm.streams.operator.log4j
SPL trace and logging for the Java Operator API using the Apache log4j logging facilities.
com.ibm.streams.operator.logging
SPL trace and logging for the Java Operator API using the Java™ 2 platform's core logging facilities.
com.ibm.streams.operator.management
Operator integration with the JMX platform MBean server.
com.ibm.streams.operator.meta
Meta-data for SPL composite and bounded types.
com.ibm.streams.operator.metrics
Metrics for Operator and Processing Element.
com.ibm.streams.operator.model
Annotations to define an SPL Java primitive operator.
com.ibm.streams.operator.state
State management for operators.
com.ibm.streams.operator.types
SPL specific types.
com.ibm.streams.operator.version  
com.ibm.streams.operator.window
Input port windowing interfaces and classes.
com.ibm.streams.operator.window.sort
Stream window listeners that implement window based sorting.
Mock Operator Framework Packages 
Package Description
com.ibm.streams.flow.declare
Declaration of an SPL directed flow graph of Java primitive operators.
com.ibm.streams.flow.execute
The execution of an SPL directed flow graph that contains Java primitive operators.
com.ibm.streams.flow.handlers
Stream handler implementations.
com.ibm.streams.flow.javaprimitives
Testing of an SPL directed flow graph that contains Java primitive operators.
Native Function Packages 
Package Description
com.ibm.streams.function.model
Annotation to define SPL Java native functions.