Uses of Interface
com.pervasive.datarush.sequences.TokenAppendable
-
Packages that use TokenAppendable 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. -
-
Uses of TokenAppendable in com.pervasive.datarush.operators.io.staging
Classes in com.pervasive.datarush.operators.io.staging that implement TokenAppendable Modifier and Type Class Description class
DatasetBuilder
Utility for writing a data-set to be read byReadStagingDataset
outside of an engine context. -
Uses of TokenAppendable in com.pervasive.datarush.ports.physical
Subinterfaces of TokenAppendable in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
RecordOutput
An output port generating a flow of record tokens.Methods in com.pervasive.datarush.ports.physical with parameters of type TokenAppendable Modifier and Type Method 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
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.boolean
SteppableRecordValued. transfer(TokenAppendable out, long n, boolean startWithNextToken)
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. -
Uses of TokenAppendable in com.pervasive.datarush.sequences
Subinterfaces of TokenAppendable in com.pervasive.datarush.sequences Modifier and Type Interface Description interface
CloseableTokenAppendable
A TokenAppendable which has resources which need to be released when being disposed.interface
MutableTokenSequence
A mutableTokenSequence
. -
Uses of TokenAppendable in com.pervasive.datarush.sequences.record
Subinterfaces of TokenAppendable in com.pervasive.datarush.sequences.record Modifier and Type Interface Description interface
RecordTokenAppendable
A sequence of composite tokens to which additional tokens can be appended.Classes in com.pervasive.datarush.sequences.record that implement TokenAppendable Modifier and Type Class Description class
RecordTokenList
Primary implementation ofMutableRecordTokenSequence
.class
SparseRecordTokenList
An implementation ofMutableRecordTokenSequence
which stores data sparsely. -
Uses of TokenAppendable in com.pervasive.datarush.sequences.scalar
Subinterfaces of TokenAppendable in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interface
MutableBinaryTokenSequence
AMutableTokenSequence
containing binary valued data.interface
MutableBooleanTokenSequence
AMutableTokenSequence
containing boolean valued data.interface
MutableCharTokenSequence
AMutableTokenSequence
containing character valued data.interface
MutableDateTokenSequence
AMutableTokenSequence
containing date valued data.interface
MutableDoubleTokenSequence
AMutableTokenSequence
containing double valued data.interface
MutableDurationTokenSequence
AMutableTokenSequence
containing duration valued data.interface
MutableFloatTokenSequence
AMutableTokenSequence
containing float valued data.interface
MutableIntTokenSequence
AMutableTokenSequence
containing integer valued data.interface
MutableIp4AddressTokenSequence
AMutableTokenSequence
containing ip4address valued data.interface
MutableIp6AddressTokenSequence
AMutableTokenSequence
containing ip6address valued data.interface
MutableLongTokenSequence
AMutableTokenSequence
containing long valued data.interface
MutableMoneyTokenSequence
AMutableTokenSequence
containing money valued data.interface
MutableNumericTokenSequence
AMutableTokenSequence
containing numeric valued data.interface
MutableObjectTokenSequence<O>
AMutableTokenSequence
containing object valued data.interface
MutablePeriodTokenSequence
AMutableTokenSequence
containing period valued data.interface
MutableRecordTokenSequence
AMutableTokenSequence
of composite tokens, representing record data.interface
MutableScalarTokenSequence
AMutableTokenSequence
containing scalar typed tokens.interface
MutableStringTokenSequence
AMutableTokenSequence
containing string valued data.interface
MutableTimestampTokenSequence
AMutableTokenSequence
containing timestamp valued data.interface
MutableTimeTokenSequence
AMutableTokenSequence
containing time valued data.interface
ScalarTokenAppendable
A sequence of scalar tokens to which additional tokens can be appended.Classes in com.pervasive.datarush.sequences.scalar that implement TokenAppendable Modifier and Type Class Description class
AbstractScalarTokenSequence
ATokenSequence
containing scalar typed tokens.class
BinaryTokenList
Primary implementation ofMutableBinaryTokenSequence
.class
BooleanTokenList
Primary implementation ofMutableBooleanTokenSequence
.class
CharTokenList
Primary implementation ofMutableCharTokenSequence
.class
DateTokenList
Primary implementation ofMutableDateTokenSequence
.class
DoubleTokenList
Primary implementation ofMutableDoubleTokenSequence
.class
DurationTokenList
Primary implementation ofMutableDurationTokenSequence
.class
FloatTokenList
Primary implementation ofMutableFloatTokenSequence
.class
IntTokenList
Primary implementation ofMutableIntTokenSequence
.class
Ip4AddressTokenList
Primary implementation ofMutableIp4AddressTokenSequence
.class
Ip6AddressTokenList
Primary implementation ofMutableIp6AddressTokenSequence
.class
LongTokenList
Primary implementation ofMutableLongTokenSequence
.class
MoneyTokenList
Primary implementation ofMutableMoneyTokenSequence
.class
NumericTokenList
Primary implementation ofMutableNumericTokenSequence
.class
ObjectTokenList<O>
Primary implementation ofMutableObjectTokenSequence
.class
PeriodTokenList
Primary implementation ofMutablePeriodTokenSequence
.class
SparseBinaryTokenList
An implementation ofMutableBinaryTokenSequence
which stores data sparsely.class
SparseBooleanTokenList
An implementation ofMutableBooleanTokenSequence
which stores data sparsely.class
SparseCharTokenList
An implementation ofMutableCharTokenSequence
which stores data sparsely.class
SparseDateTokenList
An implementation ofMutableDateTokenSequence
which stores data sparsely.class
SparseDoubleTokenList
An implementation ofMutableDoubleTokenSequence
which stores data sparsely.class
SparseDurationTokenList
An implementation ofMutableDurationTokenSequence
which stores data sparsely.class
SparseFloatTokenList
An implementation ofMutableFloatTokenSequence
which stores data sparsely.class
SparseIntTokenList
An implementation ofMutableIntTokenSequence
which stores data sparsely.class
SparseIp4AddressTokenList
An implementation ofMutableIp4AddressTokenSequence
which stores data sparsely.class
SparseIp6AddressTokenList
An implementation ofMutableIp6AddressTokenSequence
which stores data sparsely.class
SparseLongTokenList
An implementation ofMutableLongTokenSequence
which stores data sparsely.class
SparseMoneyTokenList
An implementation ofMutableMoneyTokenSequence
which stores data sparsely.class
SparseNumericTokenList
An implementation ofMutableNumericTokenSequence
which stores data sparsely.class
SparseObjectTokenList<T>
An implementation ofMutableObjectTokenSequence
which stores data sparsely.class
SparsePeriodTokenList
An implementation ofMutablePeriodTokenSequence
which stores data sparsely.class
SparseStringTokenList
An implementation ofMutableStringTokenSequence
which stores data sparsely.class
SparseTimestampTokenList
An implementation ofMutableTimestampTokenSequence
which stores data sparsely.class
SparseTimeTokenList
An implementation ofMutableDateTokenSequence
which stores data sparsely.class
StringTokenList
Primary implementation ofMutableStringTokenSequence
.class
TimestampTokenList
Primary implementation ofMutableTimestampTokenSequence
.class
TimeTokenList
Primary implementation ofMutableTimeTokenSequence
. -
Uses of TokenAppendable in com.pervasive.datarush.tokens.record
Classes in com.pervasive.datarush.tokens.record that implement TokenAppendable Modifier and Type Class Description static class
RecordMap.Builder
Factory for creating record maps.
-