Uses of Interface
com.pervasive.datarush.tokens.TokenSettable
Packages that use TokenSettable
Package
Description
Provides basic interfaces used when converting tokens
into various formats.
Implementations of encoders of tokens
into binary formats.
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
Provides classes and interfaces related to sequences of tokens.
Provides classes and utilities for working with data tokens.
Provides implementations of and utilities for record valued
tokens.
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 TokenSettableModifier and TypeMethodDescriptionvoidTokenDecoder.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 TokenSettableModifier and TypeMethodDescriptionprotected final TokenSettableAbstractTokenDecoder.getTarget()Returns the current target held by this decoder.Methods in com.pervasive.datarush.encoding.binary with parameters of type TokenSettableModifier and TypeMethodDescriptionprotected abstract voidAbstractTokenDecoder.doTargetUpdated(TokenSettable target) Sets the target buffer for decoding.protected voidSparseRecordDecoder.doTargetUpdated(TokenSettable target) final voidAbstractTokenDecoder.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.physicalModifier and TypeInterfaceDescriptioninterfaceA binary valued field of a record output port.interfaceA boolean valued field of a record output port.interfaceA character valued field of a record output port.interfaceA date valued field of a record output port.interfaceA double valued field of a record output port.interfaceA duration valued field of a record output port.interfaceA float valued field of a record output port.interfaceAn integer valued field of a record output port.interfaceA ip4 address valued field of a record output port.interfaceA ip6 address valued field of a record output port.interfaceA long valued field of a record output port.interfaceA money valued field of a record output port.interfaceA number valued field of a record output port.interfaceA numeric valued field of a record output port.interfaceAn object valued field of a record output port.interfaceA period valued field of a record output port.interfaceAn output port generating a flow of record tokens.interfaceA field of a record output port.interfaceA string valued field of a record output port.interfaceA time valued field of a record output port.interfaceA timestamp valued field of a record output port. -
Uses of TokenSettable in com.pervasive.datarush.sequences
Methods in com.pervasive.datarush.sequences that return TokenSettableModifier and TypeMethodDescriptionMutableTokenSequence.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.tokensMethods in com.pervasive.datarush.tokens with parameters of type TokenSettableModifier and TypeMethodDescriptionstatic voidTokenUtils.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.recordClasses in com.pervasive.datarush.tokens.record that implement TokenSettableModifier and TypeClassDescriptionclassA composite of settable scalar fields.classA composite register of scalar registers; a mutableRecordValuedobject.classAn adapter for converting the apparent type of aRecordSettable.classA composite register of scalar registers; a mutableRecordValuedobject. -
Uses of TokenSettable in com.pervasive.datarush.tokens.scalar
Subinterfaces of TokenSettable in com.pervasive.datarush.tokens.scalarModifier and TypeInterfaceDescriptioninterfaceATokenSettableobject containing a binary value.interfaceATokenSettableobject containing a boolean value.interfaceATokenSettableobject containing a character value.interfaceATokenSettableobject containing a date value.interfaceATokenSettableobject containing a double value.interfaceATokenSettableobject containing a duration value.interfaceATokenSettableobject containing a float value.interfaceATokenSettableobject containing an integer value.interfaceATokenSettableobject containing a Inet4Address value.interfaceATokenSettableobject containing a Inet6Address value.interfaceATokenSettableobject containing a long value.interfaceATokenSettableobject containing a money value.interfaceATokenSettableobject containing a number value.interfaceATokenSettableobject containing a numeric value.interfaceATokenSettableobject containing a Java object.interfaceATokenSettableobject containing a period value.interfaceA mutableScalarValuedobject.interfaceATokenSettablecontaining a scalar value.interfaceATokenSettableobject containing a string value.interfaceATokenSettableobject containing a time value.interfaceATokenSettableobject containing a timestamp value.Classes in com.pervasive.datarush.tokens.scalar that implement TokenSettableModifier and TypeClassDescriptionfinal classA mutableBinaryValuedobject.final classA mutableBooleanValuedobject.final classA mutableCharValuedobject.final classA mutableDateValuedobject.final classA mutableDoubleValuedobject.final classA mutableDurationValuedobject.final classA mutableBinaryValuedobject.final classA mutableIntValuedobject.final classA mutableIp4AddressValuedobject.final classA mutableIp6AddressValuedobject.final classA mutableIntValuedobject.final classA mutableMoneyValuedobject.final classA mutableNumericValuedobject.final classA mutableObjectValuedobject.final classA mutablePeriodValuedobject.final classA mutableStringValuedobject.final classA mutableTimeValuedobject.final classA mutableTimestampValuedobject.