Package | Description |
---|---|
com.pervasive.datarush.operators.io.staging |
Provides operators for reading and writing DataRush staging datasets.
|
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.record |
Provides implementations of and utilities for record valued
tokens.
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetBuilder
Utility for writing a data-set to be read by
ReadStagingDataset outside of an engine context. |
Modifier and Type | Interface and Description |
---|---|
interface |
RecordOutput
An output port generating a flow of record tokens.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RecordInput.transfer(TokenAppendable out)
Transfers the current token value of the input port to the target.
|
boolean |
RecordInput.transfer(TokenAppendable out,
boolean startWithNextToken)
Transfers a token value from the input port to the given target,
transferring either the current token (that is, push, then
step) or the next token (that is, step, then
push).
|
boolean |
RecordInput.transfer(TokenAppendable out,
long n)
Transfers multiple tokens of the input port starting at the current
token to the given target.
|
boolean |
SteppableRecordValued.transfer(TokenAppendable out,
long n,
boolean startWithNextToken) |
boolean |
RecordInput.transfer(TokenAppendable out,
long n,
boolean startWithNextToken)
Transfers multiple tokens from the input port, beginning either with the
current token or the next token.
|
void |
RecordInput.transferAll(TokenAppendable out)
Transfers all remaining tokens from the input port starting at the
current token to the given target.
|
void |
RecordInput.transferAll(TokenAppendable out,
boolean startWithNextToken)
Transfers all remaining tokens from the input port, beginning either with
the current token or the next token.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CloseableTokenAppendable
A TokenAppendable which has resources which need
to be released when being disposed.
|
interface |
MutableTokenSequence
A mutable
TokenSequence . |
Modifier and Type | Interface and Description |
---|---|
interface |
RecordTokenAppendable
A sequence of composite tokens to which additional tokens can
be appended.
|
Modifier and Type | Class and Description |
---|---|
class |
RecordTokenList
Primary implementation of
MutableRecordTokenSequence . |
class |
SparseRecordTokenList
An implementation of
MutableRecordTokenSequence which stores
data sparsely. |
Modifier and Type | Interface and Description |
---|---|
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 |
MutableDurationTokenSequence
A
MutableTokenSequence containing duration valued data. |
interface |
MutableFloatTokenSequence
A
MutableTokenSequence containing float valued data. |
interface |
MutableIntTokenSequence
A
MutableTokenSequence containing integer valued data. |
interface |
MutableIp4AddressTokenSequence
A
MutableTokenSequence containing ip4address valued data. |
interface |
MutableIp6AddressTokenSequence
A
MutableTokenSequence containing ip6address valued data. |
interface |
MutableLongTokenSequence
A
MutableTokenSequence containing long valued data. |
interface |
MutableMoneyTokenSequence
A
MutableTokenSequence containing money valued data. |
interface |
MutableNumericTokenSequence
A
MutableTokenSequence containing numeric valued data. |
interface |
MutableObjectTokenSequence<O>
A
MutableTokenSequence containing object valued data. |
interface |
MutablePeriodTokenSequence
A
MutableTokenSequence containing period 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 |
ScalarTokenAppendable
A sequence of scalar tokens to which additional tokens can
be appended.
|
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 |
DurationTokenList
Primary implementation of
MutableDurationTokenSequence . |
class |
FloatTokenList
Primary implementation of
MutableFloatTokenSequence . |
class |
IntTokenList
Primary implementation of
MutableIntTokenSequence . |
class |
Ip4AddressTokenList
Primary implementation of
MutableIp4AddressTokenSequence . |
class |
Ip6AddressTokenList
Primary implementation of
MutableIp6AddressTokenSequence . |
class |
LongTokenList
Primary implementation of
MutableLongTokenSequence . |
class |
MoneyTokenList
Primary implementation of
MutableMoneyTokenSequence . |
class |
NumericTokenList
Primary implementation of
MutableNumericTokenSequence . |
class |
ObjectTokenList<O>
Primary implementation of
MutableObjectTokenSequence . |
class |
PeriodTokenList
Primary implementation of
MutablePeriodTokenSequence . |
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 |
SparseDurationTokenList
An implementation of
MutableDurationTokenSequence 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 |
SparseIp4AddressTokenList
An implementation of
MutableIp4AddressTokenSequence which stores
data sparsely. |
class |
SparseIp6AddressTokenList
An implementation of
MutableIp6AddressTokenSequence which stores
data sparsely. |
class |
SparseLongTokenList
An implementation of
MutableLongTokenSequence which stores
data sparsely. |
class |
SparseMoneyTokenList
An implementation of
MutableMoneyTokenSequence 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 |
SparsePeriodTokenList
An implementation of
MutablePeriodTokenSequence 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 | Class and Description |
---|---|
static class |
RecordMap.Builder
Factory for creating record maps.
|
Copyright © 2019 Actian Corporation. All rights reserved.