Package | Description |
---|---|
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.scalar |
Provides implementations of sequences of scalar token values.
|
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 |
ObjectInputField<T>
An object valued field of a record input port.
|
interface |
ObjectOutputField<T>
An object valued field of a record output port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MutableObjectTokenSequence<O>
A
MutableTokenSequence containing object valued data. |
interface |
ObjectTokenSequence<O>
A
TokenSequence containing object valued data. |
interface |
ObjectValuedIterator<T>
A
ScalarValuedIterator over object values. |
Modifier and Type | Class and Description |
---|---|
class |
ObjectTokenList<O>
Primary implementation of
MutableObjectTokenSequence . |
class |
SparseObjectTokenList<T>
An implementation of
MutableObjectTokenSequence which stores
data sparsely. |
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectSettable<T>
A
TokenSettable object containing a Java object. |
interface |
ObjectValued<O>
A
TokenValued object containing a Java object. |
Modifier and Type | Class and Description |
---|---|
class |
ObjectRegister<O>
A mutable
ObjectValued object. |
class |
ObjectToken<O>
An immutable
ObjectValued object. |
Modifier and Type | Class and Description |
---|---|
class |
ObjectTokenType<O>
A description of a scalar data type for a Java class.
|
Copyright © 2020 Actian Corporation. All rights reserved.