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 |
DatasetIterator
Utility for reading a data-set written by
WriteStagingDataset outside of an engine context. |
Modifier and Type | Interface and Description |
---|---|
interface |
PhysicalInputPort
Marker interface for physical inputs.
|
interface |
PhysicalOutputPort
Marker interface for physical outputs.
|
interface |
PhysicalPort
The common interface for all ports, both input and output.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryInputField
A binary valued field of a record input port.
|
interface |
BinaryOutputField
A binary valued field of a record output port.
|
interface |
BooleanInputField
A boolean valued field of a record input port.
|
interface |
BooleanOutputField
A boolean valued field of a record output port.
|
interface |
CharInputField
A character valued field of a record input port.
|
interface |
CharOutputField
A character valued field of a record output port.
|
interface |
DateInputField
A date valued field of a record input port.
|
interface |
DateOutputField
A date valued field of a record output port.
|
interface |
DoubleInputField
A double valued field of a record input port.
|
interface |
DoubleOutputField
A double valued field of a record output port.
|
interface |
FloatInputField
A float valued field of a record input port.
|
interface |
FloatOutputField
A float valued field of a record output port.
|
interface |
IntInputField
An integer valued field of a record input port.
|
interface |
IntOutputField
An integer valued field of a record output port.
|
interface |
LongInputField
A long valued field of a record input port.
|
interface |
LongOutputField
A long valued field of a record output port.
|
interface |
NumberOutputField
A number valued field of a record output port.
|
interface |
NumericInputField
A numeric valued field of a record input port.
|
interface |
NumericOutputField
A 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 |
RecordInput
An input port on a record data flow.
|
interface |
RecordOutput
An output port generating a flow of record tokens.
|
interface |
ScalarInputField
A field of a record input port.
|
interface |
ScalarOutputField
A field of a record output port.
|
interface |
SteppableRecordValued |
interface |
StringInputField
A string valued field of a record input port.
|
interface |
StringOutputField
A string valued field of a record output port.
|
interface |
TimeInputField
A time valued field of a record input port.
|
interface |
TimeOutputField
A time valued field of a record output port.
|
interface |
TimestampInputField
A timestamp valued field of a record input port.
|
interface |
TimestampOutputField
A timestamp valued field of a record output port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MutableTokenSequence
A mutable
TokenSequence . |
interface |
SeekableTokenValuedIterator
A
TokenValuedIterator that is also seekable. |
interface |
TokenSequence
A random-access, read-only view of a sequence of data tokens of homogeneous type.
|
interface |
TokenValuedIterator
Iterator over token values.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CloseableRecordValuedIterator
A record iterator which has resources which need
to be released when being disposed.
|
interface |
RecordTokenSequence
A
TokenSequence of composite tokens, representing record
data. |
interface |
RecordValuedIterator
Iterator over record values.
|
interface |
SeekableRecordValuedIterator
A repositionable iterator over record values.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeTokenSequence
A record sequence comprised of scalar sequences for fields.
|
class |
RecordTokenList
Primary implementation of
MutableRecordTokenSequence . |
class |
SparseRecordTokenList
An implementation of
MutableRecordTokenSequence which stores
data sparsely. |
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryTokenSequence
A
TokenSequence containing binary valued data. |
interface |
BinaryValuedIterator
A
ScalarValuedIterator over binary values. |
interface |
BooleanTokenSequence
A
TokenSequence containing boolean valued data. |
interface |
BooleanValuedIterator
A
ScalarValuedIterator over boolean values. |
interface |
CharTokenSequence
A
TokenSequence containing character valued data. |
interface |
CharValuedIterator
A
ScalarValuedIterator over character values. |
interface |
DateTokenSequence
A
TokenSequence containing date valued data. |
interface |
DateValuedIterator
A
ScalarValuedIterator over date values. |
interface |
DoubleTokenSequence
A
TokenSequence containing double valued data. |
interface |
DoubleValuedIterator
A
ScalarValuedIterator over double values. |
interface |
FloatTokenSequence
A
TokenSequence containing float valued data. |
interface |
FloatValuedIterator
A
ScalarValuedIterator over float values. |
interface |
IntTokenSequence
A
TokenSequence containing integer valued data. |
interface |
IntValuedIterator
A
ScalarValuedIterator over a integer fields. |
interface |
LongTokenSequence
A
TokenSequence containing long valued data. |
interface |
LongValuedIterator
A
ScalarValuedIterator over long values. |
interface |
MutableBinaryTokenSequence
A
MutableTokenSequence containing binary valued data. |
interface |
MutableBooleanTokenSequence
A
MutableTokenSequence containing boolean valued data. |
interface |
MutableCharTokenSequence
A
MutableTokenSequence containing character valued data. |
interface |
MutableDateTokenSequence
A
MutableTokenSequence containing date valued data. |
interface |
MutableDoubleTokenSequence
A
MutableTokenSequence containing double valued data. |
interface |
MutableFloatTokenSequence
A
MutableTokenSequence containing float valued data. |
interface |
MutableIntTokenSequence
A
MutableTokenSequence containing integer valued data. |
interface |
MutableLongTokenSequence
A
MutableTokenSequence containing long valued data. |
interface |
MutableNumericTokenSequence
A
MutableTokenSequence containing numeric valued data. |
interface |
MutableObjectTokenSequence<O>
A
MutableTokenSequence containing object valued data. |
interface |
MutableRecordTokenSequence
A
MutableTokenSequence of composite tokens, representing record
data. |
interface |
MutableScalarTokenSequence
A
MutableTokenSequence containing scalar typed tokens. |
interface |
MutableStringTokenSequence
A
MutableTokenSequence containing string valued data. |
interface |
MutableTimestampTokenSequence
A
MutableTokenSequence containing timestamp valued data. |
interface |
MutableTimeTokenSequence
A
MutableTokenSequence containing time valued data. |
interface |
NumericTokenSequence
A
TokenSequence containing numeric valued data. |
interface |
NumericValuedIterator
A
ScalarValuedIterator over numeric values. |
interface |
ObjectTokenSequence<O>
A
TokenSequence containing object valued data. |
interface |
ObjectValuedIterator<T>
A
ScalarValuedIterator over object values. |
interface |
ScalarTokenSequence
A
TokenSequence containing scalar typed tokens. |
interface |
ScalarValuedIterator
Iterator over scalar values.
|
interface |
SeekableScalarValuedIterator
A repositionable iterator over scalar values.
|
interface |
StringTokenSequence
A
TokenSequence containing string valued data. |
interface |
StringValuedIterator
A
ScalarValuedIterator over string values. |
interface |
TimestampTokenSequence
A
TokenSequence containing timestamp valued data. |
interface |
TimestampValuedIterator
A
ScalarValuedIterator over timestamp values. |
interface |
TimeTokenSequence
A
TokenSequence containing time valued data. |
interface |
TimeValuedIterator
A
ScalarValuedIterator over time values. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScalarTokenSequence
A
TokenSequence containing scalar typed tokens. |
class |
BinaryTokenList
Primary implementation of
MutableBinaryTokenSequence . |
class |
BooleanTokenList
Primary implementation of
MutableBooleanTokenSequence . |
class |
CharTokenList
Primary implementation of
MutableCharTokenSequence . |
class |
DateTokenList
Primary implementation of
MutableDateTokenSequence . |
class |
DoubleTokenList
Primary implementation of
MutableDoubleTokenSequence . |
class |
FloatTokenList
Primary implementation of
MutableFloatTokenSequence . |
class |
IntTokenList
Primary implementation of
MutableIntTokenSequence . |
class |
LongTokenList
Primary implementation of
MutableLongTokenSequence . |
class |
NumericTokenList
Primary implementation of
MutableNumericTokenSequence . |
class |
ObjectTokenList<O>
Primary implementation of
MutableObjectTokenSequence . |
class |
SparseBinaryTokenList
An implementation of
MutableBinaryTokenSequence which stores
data sparsely. |
class |
SparseBooleanTokenList
An implementation of
MutableBooleanTokenSequence which stores
data sparsely. |
class |
SparseCharTokenList
An implementation of
MutableCharTokenSequence which stores
data sparsely. |
class |
SparseDateTokenList
An implementation of
MutableDateTokenSequence which stores
data sparsely. |
class |
SparseDoubleTokenList
An implementation of
MutableDoubleTokenSequence which stores
data sparsely. |
class |
SparseFloatTokenList
An implementation of
MutableFloatTokenSequence which stores
data sparsely. |
class |
SparseIntTokenList
An implementation of
MutableIntTokenSequence which stores
data sparsely. |
class |
SparseLongTokenList
An implementation of
MutableLongTokenSequence which stores
data sparsely. |
class |
SparseNumericTokenList
An implementation of
MutableNumericTokenSequence which stores
data sparsely. |
class |
SparseObjectTokenList<T>
An implementation of
MutableObjectTokenSequence which stores
data sparsely. |
class |
SparseStringTokenList
An implementation of
MutableStringTokenSequence which stores
data sparsely. |
class |
SparseTimestampTokenList
An implementation of
MutableTimestampTokenSequence which stores
data sparsely. |
class |
SparseTimeTokenList
An implementation of
MutableDateTokenSequence which stores
data sparsely. |
class |
StringTokenList
Primary implementation of
MutableStringTokenSequence . |
class |
TimestampTokenList
Primary implementation of
MutableTimestampTokenSequence . |
class |
TimeTokenList
Primary implementation of
MutableTimeTokenSequence . |
Modifier and Type | Interface and Description |
---|---|
interface |
DataRegister
A mutable
TokenValued object. |
interface |
DataToken
An immutable
TokenValued object. |
interface |
TokenSettable
An object holding a nullable data value which is mutable.
|
interface |
TokenValued
An representation of a nullable data value.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RecordSettable
A
TokenSettable object containing record data. |
interface |
RecordValued
A
TokenValued object containing record data. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRecordValued<F extends ScalarValued>
For internal use only.
|
class |
CompositeValue
A composite value comprised of scalar valued fields.
|
class |
MutableComposite
A composite of settable scalar fields.
|
class |
RecordMap.RecordMapIterator
An iterator capable of providing access to a subset of records within
the record map's cache.
|
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 |
RecordToken
A composite token of scalar valued tokens; an immutable
RecordValued object. |
class |
RecordValuedFilter
An adapter for converting the apparent type of a
RecordValued . |
class |
SparseRecordRegister
A composite register of scalar registers; a mutable
RecordValued object. |
Modifier and Type | Interface and Description |
---|---|
interface |
BinarySettable
A
TokenSettable object containing a binary value. |
interface |
BinaryValued
A
TokenValued object containing a binary value. |
interface |
BooleanSettable
A
TokenSettable object containing a boolean value. |
interface |
BooleanValued
A
TokenValued object containing a boolean value. |
interface |
CharSettable
A
TokenSettable object containing a character value. |
interface |
CharValued
A
TokenValued object containing a character value. |
interface |
DateSettable
A
TokenSettable object containing a date value. |
interface |
DateValued
A
TokenValued object containing a date value. |
interface |
DoubleSettable
A
TokenSettable object containing a double value. |
interface |
DoubleValued
A
TokenValued object containing a double value. |
interface |
FloatSettable
A
TokenSettable object containing a float value. |
interface |
FloatValued
A
TokenValued object containing a float value. |
interface |
IntSettable
A
TokenSettable object containing an integer value. |
interface |
IntValued
A
TokenValued object containing an integer value. |
interface |
LongSettable
A
TokenSettable object containing a long value. |
interface |
LongValued
A
TokenValued object containing a long value. |
interface |
NumberSettable
A
TokenSettable object containing a number value. |
interface |
NumericSettable
A
TokenSettable object containing a numeric value. |
interface |
NumericValued
A
TokenValued object containing a numeric value. |
interface |
ObjectSettable<T>
A
TokenSettable object containing a Java object. |
interface |
ObjectValued<O>
A
TokenValued object containing a Java object. |
interface |
ScalarRegister
A mutable
ScalarValued object. |
interface |
ScalarSettable
A
TokenSettable containing a scalar value. |
interface |
ScalarToken
An immutable
ScalarValued object. |
interface |
ScalarValued
A
TokenValued object containing a scalar value. |
interface |
StringSettable
A
TokenSettable object containing a string value. |
interface |
StringValued
A
TokenValued object containing a string value. |
interface |
TimeSettable
A
TokenSettable object containing a time value. |
interface |
TimestampSettable
A
TokenSettable object containing a timestamp value. |
interface |
TimestampValued
A
TokenValued object containing a timestamp value. |
interface |
TimeValued
A
TokenValued object containing a time value. |
Modifier and Type | Class and Description |
---|---|
class |
BinaryRegister
A mutable
BinaryValued object. |
class |
BinaryToken
An immutable
BinaryValued object. |
class |
BooleanRegister
A mutable
BooleanValued object. |
class |
BooleanToken
An immutable
BooleanValued object. |
class |
CharRegister
A mutable
CharValued object. |
class |
CharToken
An immutable
CharValued object. |
class |
DateRegister
A mutable
DateValued object. |
class |
DateToken
An immutable
DateValued object. |
class |
DateTokenConverter
Deprecated.
since 6.1
|
class |
DoubleRegister
A mutable
DoubleValued object. |
class |
DoubleToken
An immutable
DoubleValued object. |
class |
FloatRegister
A mutable
BinaryValued object. |
class |
FloatToken
An immutable
FloatValued object. |
class |
IntRegister
A mutable
IntValued object. |
class |
IntToken
An immutable
IntValued object. |
class |
LongRegister
A mutable
IntValued object. |
class |
LongToken
An immutable
LongValued object. |
class |
NullToken
An null token.
|
class |
NumericRegister
A mutable
NumericValued object. |
class |
NumericToken
An immutable
NumericValued object. |
class |
ObjectRegister<O>
A mutable
ObjectValued object. |
class |
ObjectToken<O>
An immutable
ObjectValued object. |
class |
StringRegister
A mutable
StringValued object. |
class |
StringToken
An immutable
StringValued object. |
class |
TimeRegister
A mutable
TimeValued object. |
class |
TimestampRegister
A mutable
TimestampValued object. |
class |
TimestampToken
An immutable
TimestampValued object. |
class |
TimestampTokenConverter
Deprecated.
since 6.1
|
class |
TimeToken
An immutable
TimeValued object. |
Modifier and Type | Interface and Description |
---|---|
interface |
Field
An element of a
RecordTokenType schema. |
interface |
GenericTokenType
A 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 |
RecordTokenType
A description of a record data type.
|
interface |
RecordTyped
Identifies a class which is associated with record data.
|
interface |
ScalarTokenType
A description of a scalar data type.
|
interface |
ScalarTyped
Identifies a class which is associated with scalar data.
|
interface |
TokenType
A description of the properties of a token data type.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumTokenType
Deprecated.
Replace with string+domain
|
class |
ObjectTokenType<O>
A description of a scalar data type for a Java class.
|
Copyright © 2016 Actian Corporation. All rights reserved.