| Package | Description | 
|---|---|
| com.pervasive.datarush.operators.io.jdbc | Provides operators for reading from JDBC sources and writing to JDBC targets. | 
| com.pervasive.datarush.operators.io.staging | Provides operators for reading and writing DataRush staging datasets. | 
| com.pervasive.datarush.ports | Provides classes and interfaces related to receiving and sending data in a dataflow graph. | 
| 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 | Provides classes and interfaces related to sequences of tokens. | 
| 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. | 
| com.pervasive.datarush.tokens.scalar | Provides implementations of and utilities for scalar valued
 tokens. | 
| com.pervasive.datarush.types | Provides classes and interfaces for the description of token data types. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | JDBCField | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DatasetIteratorUtility for reading a data-set written by  WriteStagingDatasetoutside of an engine context. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | PhysicalInputPortMarker interface for physical inputs. | 
| interface  | PhysicalOutputPortMarker interface for physical outputs. | 
| interface  | PhysicalPortThe common interface for all ports, both input and output. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BinaryInputFieldA binary valued field of a record input port. | 
| interface  | BinaryOutputFieldA binary valued field of a record output port. | 
| interface  | BooleanInputFieldA boolean valued field of a record input port. | 
| interface  | BooleanOutputFieldA boolean valued field of a record output port. | 
| interface  | CharInputFieldA character valued field of a record input port. | 
| interface  | CharOutputFieldA character valued field of a record output port. | 
| interface  | DateInputFieldA date valued field of a record input port. | 
| interface  | DateOutputFieldA date valued field of a record output port. | 
| interface  | DoubleInputFieldA double valued field of a record input port. | 
| interface  | DoubleOutputFieldA double valued field of a record output port. | 
| interface  | DurationInputFieldA duration valued field of a record input port. | 
| interface  | DurationOutputFieldA duration valued field of a record output port. | 
| interface  | FloatInputFieldA float valued field of a record input port. | 
| interface  | FloatOutputFieldA float valued field of a record output port. | 
| interface  | IntInputFieldAn integer valued field of a record input port. | 
| interface  | IntOutputFieldAn integer valued field of a record output port. | 
| interface  | Ip4AddressInputFieldA ip4 address valued field of a record input port. | 
| interface  | Ip4AddressOutputFieldA ip4 address valued field of a record output port. | 
| interface  | Ip6AddressInputFieldA ip6 address valued field of a record input port. | 
| interface  | Ip6AddressOutputFieldA ip6 address valued field of a record output port. | 
| interface  | LongInputFieldA long valued field of a record input port. | 
| interface  | LongOutputFieldA long valued field of a record output port. | 
| interface  | MoneyInputFieldA money valued field of a record input port. | 
| interface  | MoneyOutputFieldA money valued field of a record output port. | 
| interface  | NumberOutputFieldA number valued field of a record output port. | 
| interface  | NumericInputFieldA numeric valued field of a record input port. | 
| interface  | NumericOutputFieldA numeric valued field of a record output port. | 
| interface  | ObjectInputField<T>An object valued field of a record input port. | 
| interface  | ObjectOutputField<T>An object valued field of a record output port. | 
| interface  | PeriodInputFieldA period valued field of a record input port. | 
| interface  | PeriodOutputFieldA period valued field of a record output port. | 
| interface  | RecordInputAn input port on a record data flow. | 
| interface  | RecordOutputAn output port generating a flow of record tokens. | 
| interface  | ScalarInputFieldA field of a record input port. | 
| interface  | ScalarOutputFieldA field of a record output port. | 
| interface  | SteppableRecordValued | 
| interface  | StringInputFieldA string valued field of a record input port. | 
| interface  | StringOutputFieldA string valued field of a record output port. | 
| interface  | TimeInputFieldA time valued field of a record input port. | 
| interface  | TimeOutputFieldA time valued field of a record output port. | 
| interface  | TimestampInputFieldA timestamp valued field of a record input port. | 
| interface  | TimestampOutputFieldA timestamp valued field of a record output port. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MutableTokenSequenceA mutable  TokenSequence. | 
| interface  | SeekableTokenValuedIteratorA  TokenValuedIteratorthat is also seekable. | 
| interface  | TokenSequenceA random-access, read-only view of a sequence of data tokens of homogeneous type. | 
| interface  | TokenValuedIteratorIterator over token values. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CloseableRecordValuedIteratorA record iterator which has resources which need
 to be released when being disposed. | 
| interface  | RecordTokenSequenceA  TokenSequenceof composite tokens, representing record
 data. | 
| interface  | RecordValuedIteratorIterator over record values. | 
| interface  | SeekableRecordValuedIteratorA repositionable iterator over record values. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompositeTokenSequenceA record sequence comprised of scalar sequences for fields. | 
| class  | RecordTokenListPrimary implementation of  MutableRecordTokenSequence. | 
| class  | SparseRecordTokenListAn implementation of  MutableRecordTokenSequencewhich stores
 data sparsely. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BinaryTokenSequenceA  TokenSequencecontaining binary valued data. | 
| interface  | BinaryValuedIteratorA  ScalarValuedIteratorover binary values. | 
| interface  | BooleanTokenSequenceA  TokenSequencecontaining boolean valued data. | 
| interface  | BooleanValuedIteratorA  ScalarValuedIteratorover boolean values. | 
| interface  | CharTokenSequenceA  TokenSequencecontaining character valued data. | 
| interface  | CharValuedIteratorA  ScalarValuedIteratorover character values. | 
| interface  | DateTokenSequenceA  TokenSequencecontaining date valued data. | 
| interface  | DateValuedIteratorA  ScalarValuedIteratorover date values. | 
| interface  | DoubleTokenSequenceA  TokenSequencecontaining double valued data. | 
| interface  | DoubleValuedIteratorA  ScalarValuedIteratorover double values. | 
| interface  | DurationTokenSequenceA  TokenSequencecontaining duration valued data. | 
| interface  | DurationValuedIteratorA  ScalarValuedIteratorover duration values. | 
| interface  | FloatTokenSequenceA  TokenSequencecontaining float valued data. | 
| interface  | FloatValuedIteratorA  ScalarValuedIteratorover float values. | 
| interface  | IntTokenSequenceA  TokenSequencecontaining integer valued data. | 
| interface  | IntValuedIteratorA  ScalarValuedIteratorover a integer fields. | 
| interface  | Ip4AddressTokenSequenceA  TokenSequencecontaining ip4address valued data. | 
| interface  | Ip4AddressValuedIteratorA  ScalarValuedIteratorover ip4address values. | 
| interface  | Ip6AddressTokenSequenceA  TokenSequencecontaining ip6address valued data. | 
| interface  | Ip6AddressValuedIteratorA  ScalarValuedIteratorover ip6address values. | 
| interface  | LongTokenSequenceA  TokenSequencecontaining long valued data. | 
| interface  | LongValuedIteratorA  ScalarValuedIteratorover long values. | 
| interface  | MoneyTokenSequenceA  TokenSequencecontaining money valued data. | 
| interface  | MoneyValuedIteratorA  ScalarValuedIteratorover money values. | 
| interface  | MutableBinaryTokenSequenceA  MutableTokenSequencecontaining binary valued data. | 
| interface  | MutableBooleanTokenSequenceA  MutableTokenSequencecontaining boolean valued data. | 
| interface  | MutableCharTokenSequenceA  MutableTokenSequencecontaining character valued data. | 
| interface  | MutableDateTokenSequenceA  MutableTokenSequencecontaining date valued data. | 
| interface  | MutableDoubleTokenSequenceA  MutableTokenSequencecontaining double valued data. | 
| interface  | MutableDurationTokenSequenceA  MutableTokenSequencecontaining duration valued data. | 
| interface  | MutableFloatTokenSequenceA  MutableTokenSequencecontaining float valued data. | 
| interface  | MutableIntTokenSequenceA  MutableTokenSequencecontaining integer valued data. | 
| interface  | MutableIp4AddressTokenSequenceA  MutableTokenSequencecontaining ip4address valued data. | 
| interface  | MutableIp6AddressTokenSequenceA  MutableTokenSequencecontaining ip6address valued data. | 
| interface  | MutableLongTokenSequenceA  MutableTokenSequencecontaining long valued data. | 
| interface  | MutableMoneyTokenSequenceA  MutableTokenSequencecontaining money valued data. | 
| interface  | MutableNumericTokenSequenceA  MutableTokenSequencecontaining numeric valued data. | 
| interface  | MutableObjectTokenSequence<O>A  MutableTokenSequencecontaining object valued data. | 
| interface  | MutablePeriodTokenSequenceA  MutableTokenSequencecontaining period valued data. | 
| interface  | MutableRecordTokenSequenceA  MutableTokenSequenceof composite tokens, representing record
 data. | 
| interface  | MutableScalarTokenSequenceA  MutableTokenSequencecontaining scalar typed tokens. | 
| interface  | MutableStringTokenSequenceA  MutableTokenSequencecontaining string valued data. | 
| interface  | MutableTimestampTokenSequenceA  MutableTokenSequencecontaining timestamp valued data. | 
| interface  | MutableTimeTokenSequenceA  MutableTokenSequencecontaining time valued data. | 
| interface  | NumericTokenSequenceA  TokenSequencecontaining numeric valued data. | 
| interface  | NumericValuedIteratorA  ScalarValuedIteratorover numeric values. | 
| interface  | ObjectTokenSequence<O>A  TokenSequencecontaining object valued data. | 
| interface  | ObjectValuedIterator<T>A  ScalarValuedIteratorover object values. | 
| interface  | PeriodTokenSequenceA  TokenSequencecontaining period valued data. | 
| interface  | PeriodValuedIteratorA  ScalarValuedIteratorover period values. | 
| interface  | ScalarTokenSequenceA  TokenSequencecontaining scalar typed tokens. | 
| interface  | ScalarValuedIteratorIterator over scalar values. | 
| interface  | SeekableScalarValuedIteratorA repositionable iterator over scalar values. | 
| interface  | StringTokenSequenceA  TokenSequencecontaining string valued data. | 
| interface  | StringValuedIteratorA  ScalarValuedIteratorover string values. | 
| interface  | TimestampTokenSequenceA  TokenSequencecontaining timestamp valued data. | 
| interface  | TimestampValuedIteratorA  ScalarValuedIteratorover timestamp values. | 
| interface  | TimeTokenSequenceA  TokenSequencecontaining time valued data. | 
| interface  | TimeValuedIteratorA  ScalarValuedIteratorover time values. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractScalarTokenSequenceA  TokenSequencecontaining scalar typed tokens. | 
| class  | BinaryTokenListPrimary implementation of  MutableBinaryTokenSequence. | 
| class  | BooleanTokenListPrimary implementation of  MutableBooleanTokenSequence. | 
| class  | CharTokenListPrimary implementation of  MutableCharTokenSequence. | 
| class  | DateTokenListPrimary implementation of  MutableDateTokenSequence. | 
| class  | DoubleTokenListPrimary implementation of  MutableDoubleTokenSequence. | 
| class  | DurationTokenListPrimary implementation of  MutableDurationTokenSequence. | 
| class  | FloatTokenListPrimary implementation of  MutableFloatTokenSequence. | 
| class  | IntTokenListPrimary implementation of  MutableIntTokenSequence. | 
| class  | Ip4AddressTokenListPrimary implementation of  MutableIp4AddressTokenSequence. | 
| class  | Ip6AddressTokenListPrimary implementation of  MutableIp6AddressTokenSequence. | 
| class  | LongTokenListPrimary implementation of  MutableLongTokenSequence. | 
| class  | MoneyTokenListPrimary implementation of  MutableMoneyTokenSequence. | 
| class  | NumericTokenListPrimary implementation of  MutableNumericTokenSequence. | 
| class  | ObjectTokenList<O>Primary implementation of  MutableObjectTokenSequence. | 
| class  | PeriodTokenListPrimary implementation of  MutablePeriodTokenSequence. | 
| class  | SparseBinaryTokenListAn implementation of  MutableBinaryTokenSequencewhich stores
 data sparsely. | 
| class  | SparseBooleanTokenListAn implementation of  MutableBooleanTokenSequencewhich stores
 data sparsely. | 
| class  | SparseCharTokenListAn implementation of  MutableCharTokenSequencewhich stores
 data sparsely. | 
| class  | SparseDateTokenListAn implementation of  MutableDateTokenSequencewhich stores
 data sparsely. | 
| class  | SparseDoubleTokenListAn implementation of  MutableDoubleTokenSequencewhich stores
 data sparsely. | 
| class  | SparseDurationTokenListAn implementation of  MutableDurationTokenSequencewhich stores
 data sparsely. | 
| class  | SparseFloatTokenListAn implementation of  MutableFloatTokenSequencewhich stores
 data sparsely. | 
| class  | SparseIntTokenListAn implementation of  MutableIntTokenSequencewhich stores
 data sparsely. | 
| class  | SparseIp4AddressTokenListAn implementation of  MutableIp4AddressTokenSequencewhich stores
 data sparsely. | 
| class  | SparseIp6AddressTokenListAn implementation of  MutableIp6AddressTokenSequencewhich stores
 data sparsely. | 
| class  | SparseLongTokenListAn implementation of  MutableLongTokenSequencewhich stores
 data sparsely. | 
| class  | SparseMoneyTokenListAn implementation of  MutableMoneyTokenSequencewhich stores
 data sparsely. | 
| class  | SparseNumericTokenListAn implementation of  MutableNumericTokenSequencewhich stores
 data sparsely. | 
| class  | SparseObjectTokenList<T>An implementation of  MutableObjectTokenSequencewhich stores
 data sparsely. | 
| class  | SparsePeriodTokenListAn implementation of  MutablePeriodTokenSequencewhich stores
 data sparsely. | 
| class  | SparseStringTokenListAn implementation of  MutableStringTokenSequencewhich stores
 data sparsely. | 
| class  | SparseTimestampTokenListAn implementation of  MutableTimestampTokenSequencewhich stores
 data sparsely. | 
| class  | SparseTimeTokenListAn implementation of  MutableDateTokenSequencewhich stores
 data sparsely. | 
| class  | StringTokenListPrimary implementation of  MutableStringTokenSequence. | 
| class  | TimestampTokenListPrimary implementation of  MutableTimestampTokenSequence. | 
| class  | TimeTokenListPrimary implementation of  MutableTimeTokenSequence. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DataRegisterA mutable  TokenValuedobject. | 
| interface  | DataTokenAn immutable  TokenValuedobject. | 
| interface  | TokenSettableAn object holding a nullable data value which is mutable. | 
| interface  | TokenValuedAn representation of a nullable data value. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | RecordSettableA  TokenSettableobject containing record data. | 
| interface  | RecordValuedA  TokenValuedobject containing record data. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractRecordValued<F extends ScalarValued>For internal use only. | 
| class  | CompositeValueA composite value comprised of scalar valued fields. | 
| class  | MutableCompositeA composite of settable scalar fields. | 
| class  | RecordMap.RecordMapIteratorAn iterator capable of providing access to a subset of records within
 the record map's cache. | 
| class  | RecordRegisterA composite register of scalar registers; a mutable  RecordValuedobject. | 
| class  | RecordSettableFilterAn adapter for converting the apparent type of a  RecordSettable. | 
| class  | RecordTokenA composite token of scalar valued tokens; an immutable  RecordValuedobject. | 
| class  | RecordValuedFilterAn adapter for converting the apparent type of a  RecordValued. | 
| class  | SparseRecordRegisterA composite register of scalar registers; a mutable  RecordValuedobject. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BinarySettableA  TokenSettableobject containing a binary value. | 
| interface  | BinaryValuedA  TokenValuedobject containing a binary value. | 
| interface  | BooleanSettableA  TokenSettableobject containing a boolean value. | 
| interface  | BooleanValuedA  TokenValuedobject containing a boolean value. | 
| interface  | CharSettableA  TokenSettableobject containing a character value. | 
| interface  | CharValuedA  TokenValuedobject containing a character value. | 
| interface  | DateSettableA  TokenSettableobject containing a date value. | 
| interface  | DateValuedA  TokenValuedobject containing a date value. | 
| interface  | DoubleSettableA  TokenSettableobject containing a double value. | 
| interface  | DoubleValuedA  TokenValuedobject containing a double value. | 
| interface  | DurationSettableA  TokenSettableobject containing a duration value. | 
| interface  | DurationValuedA  TokenValuedobject containing a Duration value. | 
| interface  | FloatSettableA  TokenSettableobject containing a float value. | 
| interface  | FloatValuedA  TokenValuedobject containing a float value. | 
| interface  | IntSettableA  TokenSettableobject containing an integer value. | 
| interface  | IntValuedA  TokenValuedobject containing an integer value. | 
| interface  | Ip4AddressSettableA  TokenSettableobject containing a Inet4Address value. | 
| interface  | Ip4AddressValuedA  TokenValuedobject containing a ip4 address value. | 
| interface  | Ip6AddressSettableA  TokenSettableobject containing a Inet6Address value. | 
| interface  | Ip6AddressValuedA  TokenValuedobject containing a ip4 address value. | 
| interface  | LongSettableA  TokenSettableobject containing a long value. | 
| interface  | LongValuedA  TokenValuedobject containing a long value. | 
| interface  | MoneySettableA  TokenSettableobject containing a money value. | 
| interface  | MoneyValuedA  TokenValuedobject containing a money value. | 
| interface  | NumberSettableA  TokenSettableobject containing a number value. | 
| interface  | NumericSettableA  TokenSettableobject containing a numeric value. | 
| interface  | NumericValuedA  TokenValuedobject containing a numeric value. | 
| interface  | ObjectSettable<T>A  TokenSettableobject containing a Java object. | 
| interface  | ObjectValued<O>A  TokenValuedobject containing a Java object. | 
| interface  | PeriodSettableA  TokenSettableobject containing a period value. | 
| interface  | PeriodValuedA  TokenValuedobject containing a Period value. | 
| interface  | ScalarRegisterA mutable  ScalarValuedobject. | 
| interface  | ScalarSettableA  TokenSettablecontaining a scalar value. | 
| interface  | ScalarTokenAn immutable  ScalarValuedobject. | 
| interface  | ScalarValuedA  TokenValuedobject containing a scalar value. | 
| interface  | StringSettableA  TokenSettableobject containing a string value. | 
| interface  | StringValuedA  TokenValuedobject containing a string value. | 
| interface  | TimeSettableA  TokenSettableobject containing a time value. | 
| interface  | TimestampSettableA  TokenSettableobject containing a timestamp value. | 
| interface  | TimestampValuedA  TokenValuedobject containing a timestamp value. | 
| interface  | TimeValuedA  TokenValuedobject containing a time value. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BinaryRegisterA mutable  BinaryValuedobject. | 
| class  | BinaryTokenAn immutable  BinaryValuedobject. | 
| class  | BooleanRegisterA mutable  BooleanValuedobject. | 
| class  | BooleanTokenAn immutable  BooleanValuedobject. | 
| class  | CharRegisterA mutable  CharValuedobject. | 
| class  | CharTokenAn immutable  CharValuedobject. | 
| class  | DateRegisterA mutable  DateValuedobject. | 
| class  | DateTokenAn immutable  DateValuedobject. | 
| class  | DateTokenConverterDeprecated. 
 since 6.1 | 
| class  | DoubleRegisterA mutable  DoubleValuedobject. | 
| class  | DoubleTokenAn immutable  DoubleValuedobject. | 
| class  | DurationRegisterA mutable  DurationValuedobject. | 
| class  | DurationTokenAn immutable  DurationValuedobject. | 
| class  | FloatRegisterA mutable  BinaryValuedobject. | 
| class  | FloatTokenAn immutable  FloatValuedobject. | 
| class  | IntRegisterA mutable  IntValuedobject. | 
| class  | IntTokenAn immutable  IntValuedobject. | 
| class  | Ip4AddressRegisterA mutable  Ip4AddressValuedobject. | 
| class  | Ip4AddressTokenAn immutable  Ip4AddressValuedobject. | 
| class  | Ip6AddressRegisterA mutable  Ip6AddressValuedobject. | 
| class  | Ip6AddressTokenAn immutable  Ip6AddressValuedobject. | 
| class  | LongRegisterA mutable  IntValuedobject. | 
| class  | LongTokenAn immutable  LongValuedobject. | 
| class  | MoneyRegisterA mutable  MoneyValuedobject. | 
| class  | MoneyTokenAn immutable  MoneyValuedobject. | 
| class  | NullTokenAn null token. | 
| class  | NumericRegisterA mutable  NumericValuedobject. | 
| class  | NumericTokenAn immutable  NumericValuedobject. | 
| class  | ObjectRegister<O>A mutable  ObjectValuedobject. | 
| class  | ObjectToken<O>An immutable  ObjectValuedobject. | 
| class  | PeriodRegisterA mutable  PeriodValuedobject. | 
| class  | PeriodTokenAn immutable  PeriodValuedobject. | 
| class  | StringRegisterA mutable  StringValuedobject. | 
| class  | StringTokenAn immutable  StringValuedobject. | 
| class  | TimeRegisterA mutable  TimeValuedobject. | 
| class  | TimestampRegisterA mutable  TimestampValuedobject. | 
| class  | TimestampTokenAn immutable  TimestampValuedobject. | 
| class  | TimestampTokenConverterDeprecated. 
 since 6.1 | 
| class  | TimeTokenAn immutable  TimeValuedobject. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | FieldAn element of a  RecordTokenTypeschema. | 
| interface  | GenericTokenTypeA description of the generic data type, the root of the type hierarchy. | 
| interface  | ObjectTyped<O>Identifies a class which is associated with Java object data. | 
| interface  | RecordTokenTypeA description of a record data type. | 
| interface  | RecordTypedIdentifies a class which is associated with record data. | 
| interface  | ScalarTokenTypeA description of a scalar data type. | 
| interface  | ScalarTypedIdentifies a class which is associated with scalar data. | 
| interface  | TokenTypeA description of the properties of a token data type. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EnumTokenTypeDeprecated. 
 Replace with string+domain | 
| class  | ObjectTokenType<O>A description of a scalar data type for a Java class. | 
Copyright © 2024 Actian Corporation. All rights reserved.