Module datarush.library
Package com.pervasive.datarush.ports.physical
package com.pervasive.datarush.ports.physical
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph. Physical ports are obtained
from the
ExecutionContext
in order to send or receive data through a record port.
While physical ports provide a safe communication channel between operators which may be executing on different thread, they are not thread-safe; physical ports cannot be shared between multiple threads. Failure to observe this restriction may result in data corruption or deadlocks in the dataflow.
-
ClassDescriptionA binary valued field of a record input port.A binary valued field of a record output port.A boolean valued field of a record input port.A boolean valued field of a record output port.An error indicating premature termination of a data flow.A character valued field of a record input port.A character valued field of a record output port.A date valued field of a record input port.A date valued field of a record output port.A double valued field of a record input port.A double valued field of a record output port.A duration valued field of a record input port.A duration valued field of a record output port.Exception thrown when an error relating to reaching the end of a flow is encountered.A utility class for copying a set of input values to output fields.A float valued field of a record input port.A float valued field of a record output port.An object publishing buffered data.A snapshot of run-time statistics for an input port.Live run-time statistics for an input port.An integer valued field of a record input port.An integer valued field of a record output port.A ip4 address valued field of a record input port.A ip4 address valued field of a record output port.A ip6 address valued field of a record input port.A ip6 address valued field of a record output port.A long valued field of a record input port.A long valued field of a record output port.A money valued field of a record input port.A money valued field of a record output port.A number valued field of a record output port.A numeric valued field of a record input port.A numeric valued field of a record output port.An object valued field of a record input port.An object valued field of a record output port.A callback interface for handling events occurring on an output port.A snapshot of run-time statistics for an output port.Live run-time statistics for an input port.A period valued field of a record input port.A period valued field of a record output port.A snapshot of run-time statistics for a dataflow port.Live run-time statistics for a dataflow port.Possible states for a port.An input port on a record data flow.Provides a mechanism to wait for data on a set of
RecordInputobjects.An output port generating a flow of record tokens.A field of a record input port.A field of a record output port.A string valued field of a record input port.A string valued field of a record output port.A time valued field of a record input port.A time valued field of a record output port.A timestamp valued field of a record input port.A timestamp valued field of a record output port.