Uses of Interface
com.pervasive.datarush.ports.physical.RecordInput
Packages that use RecordInput
Package
Description
Provides classes and interfaces for developing dataflow operators.
Provides data aggregation components.
Provides operators for reading from JDBC sources and writing to JDBC targets.
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
Provides implementations of port objects related to the flow of record sets
between operators.
Provides classes and utilities for working with data tokens.
-
Uses of RecordInput in com.pervasive.datarush.operators
Method parameters in com.pervasive.datarush.operators with type arguments of type RecordInputModifier and TypeMethodDescriptionExecutionContext.getRecordInputSelector(List<RecordInput> inputs) Creates a selector over the specified inputs. -
Uses of RecordInput in com.pervasive.datarush.operators.group
Methods in com.pervasive.datarush.operators.group that return RecordInputModifier and TypeMethodDescriptionprotected final RecordInputSortedGroupHandler.current(ExecutionContext ctx) Returns the current copy of the input portprotected final RecordInputSortedGroupHandler.lookahead(ExecutionContext ctx) Returns the lookahead copy of the input port -
Uses of RecordInput in com.pervasive.datarush.operators.io.jdbc
Fields in com.pervasive.datarush.operators.io.jdbc declared as RecordInputModifier and TypeFieldDescriptionprotected final RecordInputAbstractWriteToJDBC.AbstractWriteHelper.input -
Uses of RecordInput in com.pervasive.datarush.ports.physical
Methods in com.pervasive.datarush.ports.physical that return RecordInputModifier and TypeMethodDescriptionRecordInputSelector.readyInput()Gets the currently ready input. -
Uses of RecordInput in com.pervasive.datarush.ports.record
Methods in com.pervasive.datarush.ports.record that return RecordInputModifier and TypeMethodDescriptionRecordPort.getInput(ExecutionContext ctx) Returns the physical input port associated with this logical input port.RecordPort.getInput(ExecutionContext ctx, int copyNumber) Returns the physical input port associated with the specified copy number of this logical input port.ExternalRecordSink.getOutput()Returns the external port that an external application can use to receive data from this sink. -
Uses of RecordInput in com.pervasive.datarush.tokens
Constructors in com.pervasive.datarush.tokens with parameters of type RecordInputModifierConstructorDescriptionCreates a change sequence based on the specified input port.