Uses of Interface
com.pervasive.datarush.tokens.TokenSettable
-
Packages that use TokenSettable 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.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.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. -
-
Uses of TokenSettable in com.pervasive.datarush.encoding
Methods in com.pervasive.datarush.encoding with parameters of type TokenSettable Modifier and Type Method Description void
TokenDecoder. setTarget(TokenSettable buffer)
Designates the current target for decoding operations. -
Uses of TokenSettable in com.pervasive.datarush.encoding.binary
Methods in com.pervasive.datarush.encoding.binary that return TokenSettable Modifier and Type Method Description protected TokenSettable
AbstractTokenDecoder. getTarget()
Returns the current target held by this decoder.Methods in com.pervasive.datarush.encoding.binary with parameters of type TokenSettable Modifier and Type Method Description protected abstract void
AbstractTokenDecoder. doTargetUpdated(TokenSettable target)
Sets the target buffer for decoding.protected void
SparseRecordDecoder. doTargetUpdated(TokenSettable target)
void
AbstractTokenDecoder. setTarget(TokenSettable target)
This implementation sets the target variable and invokes the methodAbstractTokenDecoder.doTargetUpdated(TokenSettable)
. -
Uses of TokenSettable in com.pervasive.datarush.ports.physical
Subinterfaces of TokenSettable in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
BinaryOutputField
A binary valued field of a record output port.interface
BooleanOutputField
A boolean valued field of a record output port.interface
CharOutputField
A character valued field of a record output port.interface
DateOutputField
A date valued field of a record output port.interface
DoubleOutputField
A double valued field of a record output port.interface
DurationOutputField
A duration valued field of a record output port.interface
FloatOutputField
A float valued field of a record output port.interface
IntOutputField
An integer valued field of a record output port.interface
Ip4AddressOutputField
A ip4 address valued field of a record output port.interface
Ip6AddressOutputField
A ip6 address valued field of a record output port.interface
LongOutputField
A long valued field of a record output port.interface
MoneyOutputField
A money valued field of a record output port.interface
NumberOutputField
A number valued field of a record output port.interface
NumericOutputField
A numeric valued field of a record output port.interface
ObjectOutputField<T>
An object valued field of a record output port.interface
PeriodOutputField
A period valued field of a record output port.interface
RecordOutput
An output port generating a flow of record tokens.interface
ScalarOutputField
A field of a record output port.interface
StringOutputField
A string valued field of a record output port.interface
TimeOutputField
A time valued field of a record output port.interface
TimestampOutputField
A timestamp valued field of a record output port. -
Uses of TokenSettable in com.pervasive.datarush.sequences
Methods in com.pervasive.datarush.sequences that return TokenSettable Modifier and Type Method Description TokenSettable
MutableTokenSequence. getTokenSetter(int index)
Returns a mutator for the given index. -
Uses of TokenSettable in com.pervasive.datarush.tokens
Subinterfaces of TokenSettable in com.pervasive.datarush.tokens Modifier and Type Interface Description interface
DataRegister
A mutableTokenValued
object.Methods in com.pervasive.datarush.tokens with parameters of type TokenSettable Modifier and Type Method Description static void
TokenUtils. transfer(TokenValued[] sources, TokenSettable[] dest)
Transfers the given array of sources to the array of destinations by-position. -
Uses of TokenSettable in com.pervasive.datarush.tokens.record
Subinterfaces of TokenSettable in com.pervasive.datarush.tokens.record Modifier and Type Interface Description interface
RecordSettable
ATokenSettable
object containing record data.Classes in com.pervasive.datarush.tokens.record that implement TokenSettable Modifier and Type Class Description class
MutableComposite
A composite of settable scalar fields.class
RecordRegister
A composite register of scalar registers; a mutableRecordValued
object.class
RecordSettableFilter
An adapter for converting the apparent type of aRecordSettable
.class
SparseRecordRegister
A composite register of scalar registers; a mutableRecordValued
object. -
Uses of TokenSettable in com.pervasive.datarush.tokens.scalar
Subinterfaces of TokenSettable in com.pervasive.datarush.tokens.scalar Modifier and Type Interface Description interface
BinarySettable
ATokenSettable
object containing a binary value.interface
BooleanSettable
ATokenSettable
object containing a boolean value.interface
CharSettable
ATokenSettable
object containing a character value.interface
DateSettable
ATokenSettable
object containing a date value.interface
DoubleSettable
ATokenSettable
object containing a double value.interface
DurationSettable
ATokenSettable
object containing a duration value.interface
FloatSettable
ATokenSettable
object containing a float value.interface
IntSettable
ATokenSettable
object containing an integer value.interface
Ip4AddressSettable
ATokenSettable
object containing a Inet4Address value.interface
Ip6AddressSettable
ATokenSettable
object containing a Inet6Address value.interface
LongSettable
ATokenSettable
object containing a long value.interface
MoneySettable
ATokenSettable
object containing a money value.interface
NumberSettable
ATokenSettable
object containing a number value.interface
NumericSettable
ATokenSettable
object containing a numeric value.interface
ObjectSettable<T>
ATokenSettable
object containing a Java object.interface
PeriodSettable
ATokenSettable
object containing a period value.interface
ScalarRegister
A mutableScalarValued
object.interface
ScalarSettable
ATokenSettable
containing a scalar value.interface
StringSettable
ATokenSettable
object containing a string value.interface
TimeSettable
ATokenSettable
object containing a time value.interface
TimestampSettable
ATokenSettable
object containing a timestamp value.Classes in com.pervasive.datarush.tokens.scalar that implement TokenSettable Modifier and Type Class Description class
BinaryRegister
A mutableBinaryValued
object.class
BooleanRegister
A mutableBooleanValued
object.class
CharRegister
A mutableCharValued
object.class
DateRegister
A mutableDateValued
object.class
DoubleRegister
A mutableDoubleValued
object.class
DurationRegister
A mutableDurationValued
object.class
FloatRegister
A mutableBinaryValued
object.class
IntRegister
A mutableIntValued
object.class
Ip4AddressRegister
A mutableIp4AddressValued
object.class
Ip6AddressRegister
A mutableIp6AddressValued
object.class
LongRegister
A mutableIntValued
object.class
MoneyRegister
A mutableMoneyValued
object.class
NumericRegister
A mutableNumericValued
object.class
ObjectRegister<O>
A mutableObjectValued
object.class
PeriodRegister
A mutablePeriodValued
object.class
StringRegister
A mutableStringValued
object.class
TimeRegister
A mutableTimeValued
object.class
TimestampRegister
A mutableTimestampValued
object.
-