Skip navigation links

Package com.pervasive.datarush.ports.physical

Provides classes and interfaces for accessing and producing the data flowing between operators in a dataflow graph.

See: Description

Package com.pervasive.datarush.ports.physical Description

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.

Skip navigation links

Copyright © 2020 Actian Corporation. All rights reserved.