Uses of Interface
com.pervasive.datarush.tokens.DataRegister
-
Packages that use DataRegister Package Description 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 DataRegister in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens that return DataRegister Modifier and Type Method Description static DataRegister
TokenRegisters. getRegister(TokenType type)
Creates aDataRegister
appropriate for the given type. -
Uses of DataRegister in com.pervasive.datarush.tokens.record
Classes in com.pervasive.datarush.tokens.record that implement DataRegister Modifier and Type Class Description class
RecordRegister
A composite register of scalar registers; a mutableRecordValued
object.class
SparseRecordRegister
A composite register of scalar registers; a mutableRecordValued
object. -
Uses of DataRegister in com.pervasive.datarush.tokens.scalar
Subinterfaces of DataRegister in com.pervasive.datarush.tokens.scalar Modifier and Type Interface Description interface
ScalarRegister
A mutableScalarValued
object.Classes in com.pervasive.datarush.tokens.scalar that implement DataRegister 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.
-