Uses of Interface
com.pervasive.datarush.ports.physical.SteppableRecordValued
-
Packages that use SteppableRecordValued Package Description com.pervasive.datarush.operators.io Provides base file I/O components including encoders and decoders.com.pervasive.datarush.ports.physical Provides classes and interfaces for accessing and producing the data flowing between operators in a dataflow graph. -
-
Uses of SteppableRecordValued in com.pervasive.datarush.operators.io
Methods in com.pervasive.datarush.operators.io with parameters of type SteppableRecordValued Modifier and Type Method Description void
AbstractRecordFormatter. bindInput(SteppableRecordValued source)
Simple implementation which passes an input port buffer toAbstractRecordFormatter.bindInputFields(RecordValued)
.void
DataFormat.DataFormatter. bindInput(SteppableRecordValued source)
Called to provide the source port from which records to format are read. -
Uses of SteppableRecordValued in com.pervasive.datarush.ports.physical
Subinterfaces of SteppableRecordValued in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
RecordInput
An input port on a record data flow.
-