Uses of Interface
com.pervasive.datarush.ports.physical.RecordInput
-
Packages that use RecordInput Package Description com.pervasive.datarush.operators Provides classes and interfaces for developing dataflow operators.com.pervasive.datarush.operators.group Provides data aggregation components.com.pervasive.datarush.operators.io.jdbc Provides operators for reading from JDBC sources and writing to JDBC targets.com.pervasive.datarush.ports.physical Provides classes and interfaces for accessing and producing the data flowing between operators in a dataflow graph.com.pervasive.datarush.ports.record Provides implementations of port objects related to the flow of record sets between operators.com.pervasive.datarush.tokens 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 RecordInput Modifier and Type Method Description RecordInputSelector
ExecutionContext. 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 RecordInput Modifier and Type Method Description protected RecordInput
SortedGroupHandler. current(ExecutionContext ctx)
Returns the current copy of the input portprotected RecordInput
SortedGroupHandler. 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 RecordInput Modifier and Type Field Description protected RecordInput
AbstractWriteToJDBC.AbstractWriteHelper. input
-
Uses of RecordInput in com.pervasive.datarush.ports.physical
Methods in com.pervasive.datarush.ports.physical that return RecordInput Modifier and Type Method Description RecordInput
RecordInputSelector. readyInput()
Gets the currently ready input. -
Uses of RecordInput in com.pervasive.datarush.ports.record
Methods in com.pervasive.datarush.ports.record that return RecordInput Modifier and Type Method Description RecordInput
RecordPort. getInput(ExecutionContext ctx)
Returns the physical input port associated with this logical input port.RecordInput
RecordPort. getInput(ExecutionContext ctx, int copyNumber)
Returns the physical input port associated with the specified copy number of this logical input port.RecordInput
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 RecordInput Constructor Description InputModificationCountProvider(RecordInput input)
Creates a change sequence based on the specified input port.
-