Uses of Interface
com.pervasive.datarush.tokens.scalar.IntSettable
-
Packages that use IntSettable Package Description 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.scalar Provides implementations of sequences of scalar token values.com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of IntSettable in com.pervasive.datarush.ports.physical
Subinterfaces of IntSettable in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
DoubleOutputField
A double 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
LongOutputField
A long valued field of a record output port.interface
MoneyOutputField
A money valued field of a record output port. -
Uses of IntSettable in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar that return IntSettable Modifier and Type Method Description IntSettable
IntTokenList. getTokenSetter(int index)
IntSettable
MutableIntTokenSequence. getTokenSetter(int index)
IntSettable
SparseIntTokenList. getTokenSetter(int index)
-
Uses of IntSettable in com.pervasive.datarush.tokens.scalar
Subinterfaces of IntSettable in com.pervasive.datarush.tokens.scalar Modifier and Type Interface Description interface
DoubleSettable
ATokenSettable
object containing a double value.interface
FloatSettable
ATokenSettable
object containing a float value.interface
LongSettable
ATokenSettable
object containing a long value.interface
MoneySettable
ATokenSettable
object containing a money value.Classes in com.pervasive.datarush.tokens.scalar that implement IntSettable Modifier and Type Class Description class
DoubleRegister
A mutableDoubleValued
object.class
FloatRegister
A mutableBinaryValued
object.class
IntRegister
A mutableIntValued
object.class
LongRegister
A mutableIntValued
object.class
MoneyRegister
A mutableMoneyValued
object.
-