Uses of Interface
com.pervasive.datarush.tokens.scalar.LongSettable
-
Packages that use LongSettable 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 LongSettable in com.pervasive.datarush.ports.physical
Subinterfaces of LongSettable in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interfaceDoubleOutputFieldA double valued field of a record output port.interfaceFloatOutputFieldA float valued field of a record output port.interfaceLongOutputFieldA long valued field of a record output port.interfaceMoneyOutputFieldA money valued field of a record output port. -
Uses of LongSettable in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar that return LongSettable Modifier and Type Method Description LongSettableLongTokenList. getTokenSetter(int index)LongSettableMutableLongTokenSequence. getTokenSetter(int index)LongSettableSparseLongTokenList. getTokenSetter(int index) -
Uses of LongSettable in com.pervasive.datarush.tokens.scalar
Subinterfaces of LongSettable in com.pervasive.datarush.tokens.scalar Modifier and Type Interface Description interfaceDoubleSettableATokenSettableobject containing a double value.interfaceFloatSettableATokenSettableobject containing a float value.interfaceMoneySettableATokenSettableobject containing a money value.Classes in com.pervasive.datarush.tokens.scalar that implement LongSettable Modifier and Type Class Description classDoubleRegisterA mutableDoubleValuedobject.classFloatRegisterA mutableBinaryValuedobject.classLongRegisterA mutableIntValuedobject.classMoneyRegisterA mutableMoneyValuedobject.
-