Uses of Interface
com.pervasive.datarush.tokens.TokenValued
-
Packages that use TokenValued Package Description com.pervasive.datarush.encoding Provides basic interfaces used when converting tokens into various formats.com.pervasive.datarush.encoding.binary Implementations of encoders of tokens into binary formats.com.pervasive.datarush.operators.io.staging Provides operators for reading and writing DataRush staging datasets.com.pervasive.datarush.operators.join Provides operators for joining together two data sets into a single one.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. -
-
Uses of TokenValued in com.pervasive.datarush.encoding
Methods in com.pervasive.datarush.encoding with parameters of type TokenValued Modifier and Type Method Description void
TokenEncoder. setSource(TokenValued source)
Sets the container holding values to be encoded. -
Uses of TokenValued in com.pervasive.datarush.encoding.binary
Methods in com.pervasive.datarush.encoding.binary that return TokenValued Modifier and Type Method Description protected TokenValued
AbstractTokenEncoder. getSource()
Returns the current source held by this encoder.Methods in com.pervasive.datarush.encoding.binary with parameters of type TokenValued Modifier and Type Method Description protected abstract void
AbstractTokenEncoder. doSourceUpdated(TokenValued source)
Sets the source buffer for encoding.void
AbstractTokenEncoder. setSource(TokenValued source)
This implementation sets the source variable and invokes the methodAbstractTokenEncoder.doSourceUpdated(TokenValued)
. -
Uses of TokenValued in com.pervasive.datarush.operators.io.staging
Classes in com.pervasive.datarush.operators.io.staging that implement TokenValued Modifier and Type Class Description class
DatasetIterator
Utility for reading a data-set written byWriteStagingDataset
outside of an engine context.Methods in com.pervasive.datarush.operators.io.staging with parameters of type TokenValued Modifier and Type Method Description void
DatasetBuilder. append(TokenValued value)
void
DatasetBuilder. append(TokenValued value, long count)
-
Uses of TokenValued in com.pervasive.datarush.operators.join
Methods in com.pervasive.datarush.operators.join that return TokenValued Modifier and Type Method Description TokenValued
DataNotSortedException. getCurrentTValue()
Return the token value where the sort order discrepancy occurred.TokenValued
DataNotSortedException. getPreviousTValue()
Return the previous token value before the sort order discrepancy occurred.Methods in com.pervasive.datarush.operators.join with parameters of type TokenValued Modifier and Type Method Description DataNotSortedException
DataNotSortedException. setCurrentTValue(TokenValued currentTValue)
Internal use only: set the current token value where the sort order discrepancy occurred.DataNotSortedException
DataNotSortedException. setPreviousTValue(TokenValued previousTValue)
Internal use only: set the previous token value where the sort order discrepancy occurred.Constructors in com.pervasive.datarush.operators.join with parameters of type TokenValued Constructor Description DataNotSortedException(String prefix, TokenValued currentTV, TokenValued previousTV, int position)
Constructs aDataNotSortedException
. -
Uses of TokenValued in com.pervasive.datarush.ports.physical
Subinterfaces of TokenValued in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
BinaryInputField
A binary valued field of a record input port.interface
BooleanInputField
A boolean valued field of a record input port.interface
CharInputField
A character valued field of a record input port.interface
DateInputField
A date valued field of a record input port.interface
DoubleInputField
A double valued field of a record input port.interface
DurationInputField
A duration valued field of a record input port.interface
FloatInputField
A float valued field of a record input port.interface
IntInputField
An integer valued field of a record input port.interface
Ip4AddressInputField
A ip4 address valued field of a record input port.interface
Ip6AddressInputField
A ip6 address valued field of a record input port.interface
LongInputField
A long valued field of a record input port.interface
MoneyInputField
A money valued field of a record input port.interface
NumericInputField
A numeric valued field of a record input port.interface
ObjectInputField<T>
An object valued field of a record input port.interface
PeriodInputField
A period valued field of a record input port.interface
RecordInput
An input port on a record data flow.interface
ScalarInputField
A field of a record input port.interface
SteppableRecordValued
interface
StringInputField
A string valued field of a record input port.interface
TimeInputField
A time valued field of a record input port.interface
TimestampInputField
A timestamp valued field of a record input port.Methods in com.pervasive.datarush.ports.physical with parameters of type TokenValued Modifier and Type Method Description void
RecordOutput. push(TokenValued value)
Appends the given token value onto the output's flow.void
RecordOutput. push(TokenValued value, long n)
Appends the given token value onto the output's flow multiple times. -
Uses of TokenValued in com.pervasive.datarush.sequences
Subinterfaces of TokenValued in com.pervasive.datarush.sequences Modifier and Type Interface Description interface
SeekableTokenValuedIterator
ATokenValuedIterator
that is also seekable.interface
TokenValuedIterator
Iterator over token values.Methods in com.pervasive.datarush.sequences that return TokenValued Modifier and Type Method Description TokenValued
TokenSequence. getToken(int index)
Gets the value at the specified position.Methods in com.pervasive.datarush.sequences with parameters of type TokenValued Modifier and Type Method Description void
TokenAppendable. append(TokenValued value)
Appends the specified token value to this sequence.void
TokenAppendable. append(TokenValued value, long count)
Appends the specified token value to this sequence multiple times.int
TokenSequence. compareElement(int index, TokenValued value)
Compares the value of the specified token to the token at which the given port is positioned.void
MutableTokenSequence. fillValue(int start, int length, TokenValued value)
Sets the tokens in the specified subsequence to the given value.void
MutableTokenSequence. setValue(int index, TokenValued value)
Sets the token at the specified position to the given value. -
Uses of TokenValued in com.pervasive.datarush.sequences.record
Subinterfaces of TokenValued in com.pervasive.datarush.sequences.record Modifier and Type Interface Description interface
CloseableRecordValuedIterator
A record iterator which has resources which need to be released when being disposed.interface
RecordValuedIterator
Iterator over record values.interface
SeekableRecordValuedIterator
A repositionable iterator over record values.Methods in com.pervasive.datarush.sequences.record with parameters of type TokenValued Modifier and Type Method Description void
RecordTokenList. append(TokenValued value)
Appends the specified token value to this sequence.void
RecordTokenList. append(TokenValued value, long count)
Appends the specified token value to this sequence multiple times.void
SparseRecordTokenList. append(TokenValued value)
void
SparseRecordTokenList. append(TokenValued value, long count)
int
RecordTokenSequence. compareElement(int index, TokenValued value)
Compares the values of the specified row of tokens to the tokens at which the given port is positioned.int
SparseRecordTokenList. compareElement(int index, TokenValued value)
void
RecordTokenList. fillValue(int startIndex, int count, TokenValued value)
void
SparseRecordTokenList. fillValue(int start, int length, TokenValued value)
void
RecordTokenList. setValue(int index, TokenValued value)
void
SparseRecordTokenList. setValue(int index, TokenValued value)
-
Uses of TokenValued in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar with parameters of type TokenValued Modifier and Type Method Description void
AbstractScalarTokenSequence. append(TokenValued in)
void
AbstractScalarTokenSequence. append(TokenValued in, long count)
int
AbstractScalarTokenSequence. compareElement(int index, TokenValued value)
void
BinaryTokenList. fillValue(int start, int length, TokenValued value)
void
BooleanTokenList. fillValue(int start, int length, TokenValued value)
void
CharTokenList. fillValue(int start, int length, TokenValued value)
void
DateTokenList. fillValue(int start, int length, TokenValued value)
void
DoubleTokenList. fillValue(int start, int length, TokenValued value)
void
DurationTokenList. fillValue(int start, int length, TokenValued value)
void
FloatTokenList. fillValue(int start, int length, TokenValued value)
void
IntTokenList. fillValue(int start, int length, TokenValued value)
void
Ip4AddressTokenList. fillValue(int start, int length, TokenValued value)
void
Ip6AddressTokenList. fillValue(int start, int length, TokenValued value)
void
LongTokenList. fillValue(int start, int length, TokenValued value)
void
MoneyTokenList. fillValue(int start, int length, TokenValued value)
void
NumericTokenList. fillValue(int start, int length, TokenValued value)
void
ObjectTokenList. fillValue(int start, int length, TokenValued value)
void
PeriodTokenList. fillValue(int start, int length, TokenValued value)
void
StringTokenList. fillValue(int startIndex, int count, TokenValued value)
void
TimestampTokenList. fillValue(int start, int length, TokenValued value)
void
TimeTokenList. fillValue(int start, int length, TokenValued value)
void
BinaryTokenList. setValue(int index, TokenValued value)
void
BooleanTokenList. setValue(int index, TokenValued value)
void
CharTokenList. setValue(int index, TokenValued value)
void
DateTokenList. setValue(int index, TokenValued value)
void
DoubleTokenList. setValue(int index, TokenValued value)
void
DurationTokenList. setValue(int index, TokenValued value)
void
FloatTokenList. setValue(int index, TokenValued value)
void
IntTokenList. setValue(int index, TokenValued value)
void
Ip4AddressTokenList. setValue(int index, TokenValued value)
void
Ip6AddressTokenList. setValue(int index, TokenValued value)
void
LongTokenList. setValue(int index, TokenValued value)
void
MoneyTokenList. setValue(int index, TokenValued value)
void
NumericTokenList. setValue(int index, TokenValued value)
void
ObjectTokenList. setValue(int index, TokenValued value)
void
PeriodTokenList. setValue(int index, TokenValued value)
void
StringTokenList. setValue(int position, TokenValued value)
void
TimestampTokenList. setValue(int index, TokenValued value)
void
TimeTokenList. setValue(int index, TokenValued value)
-
Uses of TokenValued in com.pervasive.datarush.tokens
Subinterfaces of TokenValued in com.pervasive.datarush.tokens Modifier and Type Interface Description interface
DataRegister
A mutableTokenValued
object.interface
DataToken
An immutableTokenValued
object.Methods in com.pervasive.datarush.tokens that return TokenValued Modifier and Type Method Description static TokenValued
TokenUtils. getNull(TokenType type)
Returns an appropriate null value for the given type.Methods in com.pervasive.datarush.tokens with parameters of type TokenValued Modifier and Type Method Description static String
TokenUtils. asString(TokenValued value)
Formats a token value as a string suitable for output.static DataToken
TokenUtils. asToken(TokenValued value)
Creates an immutable copy of the given token value.static TokenComparator
TokenComparators. getComparator(TokenValued left, TokenValued right)
Creates a comparator, bound to the given left and right values.static TokenConverter
TokenConverters. getConverter(TokenValued value)
Creates a converter, bound to the given valuevoid
TokenSettable. set(TokenValued value)
Sets the contained value to the given token value.void
TokenComparator. setLeftSource(TokenValued source)
Binds the left-hand value of the comparator to the specified object.void
TokenComparator. setRightSource(TokenValued source)
Binds the right-hand value of the comparator to the specified object.void
TokenConverter. setSource(TokenValued value)
Sets the source value for this converter.static void
TokenUtils. transfer(TokenValued[] sources, TokenSettable[] dest)
Transfers the given array of sources to the array of destinations by-position. -
Uses of TokenValued in com.pervasive.datarush.tokens.record
Subinterfaces of TokenValued in com.pervasive.datarush.tokens.record Modifier and Type Interface Description interface
RecordValued
ATokenValued
object containing record data.Classes in com.pervasive.datarush.tokens.record that implement TokenValued Modifier and Type Class Description class
AbstractRecordValued<F extends ScalarValued>
For internal use only.class
CompositeValue
A composite value comprised of scalar valued 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 mutableRecordValued
object.class
RecordToken
A composite token of scalar valued tokens; an immutableRecordValued
object.class
RecordValuedFilter
An adapter for converting the apparent type of aRecordValued
.class
SparseRecordRegister
A composite register of scalar registers; a mutableRecordValued
object.Methods in com.pervasive.datarush.tokens.record with parameters of type TokenValued Modifier and Type Method Description void
RecordMap.Builder. append(TokenValued value)
void
RecordMap.Builder. append(TokenValued value, long count)
void
MutableComposite. set(TokenValued value)
void
RecordRegister. set(TokenValued value)
void
RecordRegisterSupport. set(TokenValued value)
void
RecordSettableFilter. set(TokenValued value)
Sets the contained value to the given token value.void
SparseRecordRegister. set(TokenValued value)
-
Uses of TokenValued in com.pervasive.datarush.tokens.scalar
Subinterfaces of TokenValued in com.pervasive.datarush.tokens.scalar Modifier and Type Interface Description interface
BinaryValued
ATokenValued
object containing a binary value.interface
BooleanValued
ATokenValued
object containing a boolean value.interface
CharValued
ATokenValued
object containing a character value.interface
DateValued
ATokenValued
object containing a date value.interface
DoubleValued
ATokenValued
object containing a double value.interface
DurationValued
ATokenValued
object containing a Duration value.interface
FloatValued
ATokenValued
object containing a float value.interface
IntValued
ATokenValued
object containing an integer value.interface
Ip4AddressValued
ATokenValued
object containing a ip4 address value.interface
Ip6AddressValued
ATokenValued
object containing a ip4 address value.interface
LongValued
ATokenValued
object containing a long value.interface
MoneyValued
ATokenValued
object containing a money value.interface
NumericValued
ATokenValued
object containing a numeric value.interface
ObjectValued<O>
ATokenValued
object containing a Java object.interface
PeriodValued
ATokenValued
object containing a Period value.interface
ScalarRegister
A mutableScalarValued
object.interface
ScalarToken
An immutableScalarValued
object.interface
ScalarValued
ATokenValued
object containing a scalar value.interface
StringValued
ATokenValued
object containing a string value.interface
TimestampValued
ATokenValued
object containing a timestamp value.interface
TimeValued
ATokenValued
object containing a time value.Classes in com.pervasive.datarush.tokens.scalar that implement TokenValued Modifier and Type Class Description class
BinaryRegister
A mutableBinaryValued
object.class
BinaryToken
An immutableBinaryValued
object.class
BooleanRegister
A mutableBooleanValued
object.class
BooleanToken
An immutableBooleanValued
object.class
CharRegister
A mutableCharValued
object.class
CharToken
An immutableCharValued
object.class
DateRegister
A mutableDateValued
object.class
DateToken
An immutableDateValued
object.class
DateTokenConverter
Deprecated.since 6.1class
DoubleRegister
A mutableDoubleValued
object.class
DoubleToken
An immutableDoubleValued
object.class
DurationRegister
A mutableDurationValued
object.class
DurationToken
An immutableDurationValued
object.class
FloatRegister
A mutableBinaryValued
object.class
FloatToken
An immutableFloatValued
object.class
IntRegister
A mutableIntValued
object.class
IntToken
An immutableIntValued
object.class
Ip4AddressRegister
A mutableIp4AddressValued
object.class
Ip4AddressToken
An immutableIp4AddressValued
object.class
Ip6AddressRegister
A mutableIp6AddressValued
object.class
Ip6AddressToken
An immutableIp6AddressValued
object.class
LongRegister
A mutableIntValued
object.class
LongToken
An immutableLongValued
object.class
MoneyRegister
A mutableMoneyValued
object.class
MoneyToken
An immutableMoneyValued
object.class
NullToken
An null token.class
NumericRegister
A mutableNumericValued
object.class
NumericToken
An immutableNumericValued
object.class
ObjectRegister<O>
A mutableObjectValued
object.class
ObjectToken<O>
An immutableObjectValued
object.class
PeriodRegister
A mutablePeriodValued
object.class
PeriodToken
An immutablePeriodValued
object.class
StringRegister
A mutableStringValued
object.class
StringToken
An immutableStringValued
object.class
TimeRegister
A mutableTimeValued
object.class
TimestampRegister
A mutableTimestampValued
object.class
TimestampToken
An immutableTimestampValued
object.class
TimestampTokenConverter
Deprecated.since 6.1class
TimeToken
An immutableTimeValued
object.Methods in com.pervasive.datarush.tokens.scalar with parameters of type TokenValued Modifier and Type Method Description void
BinaryRegister. set(TokenValued value)
void
BooleanRegister. set(TokenValued value)
void
CharRegister. set(TokenValued value)
void
DateRegister. set(TokenValued value)
void
DoubleRegister. set(TokenValued value)
void
DurationRegister. set(TokenValued value)
void
FloatRegister. set(TokenValued value)
void
IntRegister. set(TokenValued value)
void
Ip4AddressRegister. set(TokenValued value)
void
Ip6AddressRegister. set(TokenValued value)
void
LongRegister. set(TokenValued value)
void
MoneyRegister. set(TokenValued value)
void
NumericRegister. set(TokenValued value)
void
ObjectRegister. set(TokenValued value)
void
PeriodRegister. set(TokenValued value)
void
StringRegister. set(TokenValued value)
void
TimeRegister. set(TokenValued value)
void
TimestampRegister. set(TokenValued value)
-
Uses of TokenValued in com.pervasive.datarush.types
Constructors in com.pervasive.datarush.types with parameters of type TokenValued Constructor Description TokenValueExtractor(TokenValued token)
-