Interface | Description |
---|---|
JobContext |
Information about an oplet invocation's job.
|
Oplet<I,O> |
Generic API for an oplet that processes streaming data on 0-N input ports
and produces 0-M output streams on its output ports.
|
OpletContext<I,O> |
Context information for the
Oplet 's invocation context. |
OutputPortContext |
Information about an oplet output port.
|
An oplet is a stream processor that can have 0-N input ports and 0-M output ports. Tuples on streams connected to an oplet's input port are delivered to the oplet for processing. The oplet submits tuples to its output ports which results in the tuples being present on the connected streams.
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641