Uses of Interface
com.pervasive.datarush.tokens.record.RecordSettable
-
Packages that use RecordSettable Package Description com.pervasive.datarush.operators.io Provides base file I/O components including encoders and decoders.com.pervasive.datarush.operators.io.mdf com.pervasive.datarush.operators.io.textfile Provides operators for reading and writing text data.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.sequences.record Provides implementations of sequences of record valued tokens.com.pervasive.datarush.sequences.scalar Provides implementations of sequences of scalar token values.com.pervasive.datarush.tokens Provides classes and utilities for working with data tokens.com.pervasive.datarush.tokens.record 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 RecordSettable Modifier and Type Method Description voidDataFormat.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 RecordSettable Constructor Description MDFAttachmentReader(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 RecordSettable Modifier and Type Method Description voidAbstractRegexLogFormat.RegexParser. bindOutput(RecordSettable target) -
Uses of RecordSettable in com.pervasive.datarush.ports.physical
Subinterfaces of RecordSettable in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interfaceRecordOutputAn output port generating a flow of record tokens.Constructors in com.pervasive.datarush.ports.physical with parameters of type RecordSettable Constructor Description FieldCopier(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 RecordSettable Modifier and Type Method Description RecordSettableRecordTokenList. getTokenSetter(int index)RecordSettableSparseRecordTokenList. getTokenSetter(int index) -
Uses of RecordSettable in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar that return RecordSettable Modifier and Type Method Description RecordSettableMutableRecordTokenSequence. getTokenSetter(int index) -
Uses of RecordSettable in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type RecordSettable Modifier and Type Method Description static <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 RecordSettable Modifier and Type Class Description classMutableCompositeA composite of settable scalar fields.classRecordRegisterA composite register of scalar registers; a mutableRecordValuedobject.classRecordSettableFilterAn adapter for converting the apparent type of aRecordSettable.classSparseRecordRegisterA composite register of scalar registers; a mutableRecordValuedobject.Constructors in com.pervasive.datarush.tokens.record with parameters of type RecordSettable Constructor Description RecordSettableFilter(RecordTokenType type, RecordSettable target)Defines aRecordSettabledeclaring the specified type, backed by the underlying target.
-