Uses of Interface
com.pervasive.datarush.ports.LogicalPortOptions
-
Packages that use LogicalPortOptions Package Description com.pervasive.datarush.graphs Provides classes and interfaces for the construction of executable dataflow graphs.com.pervasive.datarush.operators Provides classes and interfaces for developing dataflow operators.com.pervasive.datarush.ports.record 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 LogicalPortOptions Modifier and Type Method Description <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 LogicalPortOptions Modifier and Type Method Description LogicalPortOptions
StagedSourceOptions. getOptions()
Returns various tuning settings.Constructors in com.pervasive.datarush.operators with parameters of type LogicalPortOptions Constructor Description StagedSourceOptions(NodeAllocationState.AssignmentState assignment, LogicalPortOptions options)
Specifies the partition information that controls which partition of the staged data is returned by theStagedSource
and 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 theStagedSource
and specifies tuning settings. -
Uses of LogicalPortOptions in com.pervasive.datarush.ports.record
Classes in com.pervasive.datarush.ports.record that implement LogicalPortOptions Modifier and Type Class Description class
RecordPortOptions
Provides a way for iterative operators to select a filtered view of one of their input ports.
-