Uses of Interface
com.pervasive.datarush.ports.LogicalPortOptions
Packages that use LogicalPortOptions
Package
Description
Provides classes and interfaces for the construction of executable
dataflow graphs.
Provides classes and interfaces for developing dataflow operators.
Provides implementations of port objects related to the flow of record sets
between operators.
-
Uses of LogicalPortOptions in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs with parameters of type LogicalPortOptionsModifier and TypeMethodDescription<T extends LogicalPort>
TLogicalSubgraph.filtered(T original, LogicalPortOptions options) Provides a filtered view of the original port. -
Uses of LogicalPortOptions in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return LogicalPortOptionsModifier and TypeMethodDescriptionStagedSourceOptions.getOptions()Returns various tuning settings.Constructors in com.pervasive.datarush.operators with parameters of type LogicalPortOptionsModifierConstructorDescriptionStagedSourceOptions(NodeAllocationState.AssignmentState assignment, LogicalPortOptions options) Specifies the partition information that controls which partition of the staged data is returned by theStagedSourceand specifies tuning settings.StagedSourceOptions(List<NodeAllocationState.AssignmentState> assignments, LogicalPortOptions options) Specifies the partition information that controls which partition of the staged data is returned by theStagedSourceand specifies tuning settings. -
Uses of LogicalPortOptions in com.pervasive.datarush.ports.record
Classes in com.pervasive.datarush.ports.record that implement LogicalPortOptionsModifier and TypeClassDescriptionfinal classProvides a way for iterative operators to select a filtered view of one of their input ports.