Uses of Interface
com.pervasive.datarush.tokens.record.RecordSettable
Packages that use RecordSettable
Package
Description
Provides base file I/O components including encoders and decoders.
Provides operators for reading and writing text data.
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
Provides implementations of sequences of record valued tokens.
Provides implementations of sequences of scalar token values.
Provides classes and utilities for working with data tokens.
Provides implementations of and utilities for record valued
tokens.
-
Uses of RecordSettable in com.pervasive.datarush.operators.io
Methods in com.pervasive.datarush.operators.io with parameters of type RecordSettableModifier and TypeMethodDescriptionvoidDataFormat.DataParser.bindOutput(RecordSettable target) Called to provide the target port onto which parsed records are pushed. -
Uses of RecordSettable in com.pervasive.datarush.operators.io.mdf
Constructors in com.pervasive.datarush.operators.io.mdf with parameters of type RecordSettableModifierConstructorDescriptionMDFAttachmentReader(MDFUtil.MDFVersion version, int dataGroup, long recordId, RecordSettable target) MDFMetaDataReader(MDFUtil.MDFVersion version, int dataGroup, long recordId, RecordSettable target) MDFRecordReader(MDFUtil.MDFVersion version, int dataGroup, long recordId, boolean convertRaw, RecordSettable target) -
Uses of RecordSettable in com.pervasive.datarush.operators.io.textfile
Methods in com.pervasive.datarush.operators.io.textfile with parameters of type RecordSettableModifier and TypeMethodDescriptionvoidAbstractRegexLogFormat.RegexParser.bindOutput(RecordSettable target) -
Uses of RecordSettable in com.pervasive.datarush.ports.physical
Subinterfaces of RecordSettable in com.pervasive.datarush.ports.physicalModifier and TypeInterfaceDescriptioninterfaceAn output port generating a flow of record tokens.Constructors in com.pervasive.datarush.ports.physical with parameters of type RecordSettableModifierConstructorDescriptionFieldCopier(RecordSettable target, RecordValued source) Creates a setter binding the specified output buffer to the provided input values.FieldCopier(RecordSettable target, RecordValued source, Map<String, ScalarValuedFunction> replacements) Creates a setter binding the specified output buffer to the provided input values and functions. -
Uses of RecordSettable in com.pervasive.datarush.sequences.record
Methods in com.pervasive.datarush.sequences.record that return RecordSettableModifier and TypeMethodDescriptionRecordTokenList.getTokenSetter(int index) SparseRecordTokenList.getTokenSetter(int index) -
Uses of RecordSettable in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar that return RecordSettable -
Uses of RecordSettable in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type RecordSettableModifier and TypeMethodDescriptionstatic <T extends ScalarSettable>
T[]TokenUtils.castFields(RecordSettable value, Class<T> clazz, String[] fieldNames) Extracts the given list of field names, casting them to the specified type.static ScalarSettable[]TokenUtils.selectFields(RecordSettable value, String[] fieldNames) Extracts the given list of field setters from a writeable record buffer. -
Uses of RecordSettable in com.pervasive.datarush.tokens.record
Classes in com.pervasive.datarush.tokens.record that implement RecordSettableModifier and TypeClassDescriptionclassA composite of settable scalar fields.classA composite register of scalar registers; a mutableRecordValuedobject.classAn adapter for converting the apparent type of aRecordSettable.classA composite register of scalar registers; a mutableRecordValuedobject.Constructors in com.pervasive.datarush.tokens.record with parameters of type RecordSettableModifierConstructorDescriptionRecordSettableFilter(RecordTokenType type, RecordSettable target) Defines aRecordSettabledeclaring the specified type, backed by the underlying target.