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.
|
Modifier and Type | Method and Description |
---|---|
void |
DataFormat.DataParser.bindOutput(RecordSettable target)
Called to provide the target port onto
which parsed records are pushed.
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRegexLogFormat.RegexParser.bindOutput(RecordSettable target) |
Modifier and Type | Interface and Description |
---|---|
interface |
RecordOutput
An output port generating a flow of record tokens.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
RecordSettable |
SparseRecordTokenList.getTokenSetter(int index) |
RecordSettable |
RecordTokenList.getTokenSetter(int index) |
Modifier and Type | Method and Description |
---|---|
RecordSettable |
MutableRecordTokenSequence.getTokenSetter(int index) |
Modifier and Type | Method and Description |
---|---|
static <T extends ScalarSettable> |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableComposite
A composite of settable scalar fields.
|
class |
RecordRegister
A composite register of scalar registers; a mutable
RecordValued object. |
class |
RecordSettableFilter
An adapter for converting the apparent type of a
RecordSettable . |
class |
SparseRecordRegister
A composite register of scalar registers; a mutable
RecordValued object. |
Constructor and Description |
---|
RecordSettableFilter(RecordTokenType type,
RecordSettable target)
Defines a
RecordSettable declaring the specified
type, backed by the underlying target. |
Copyright © 2019 Actian Corporation. All rights reserved.