Uses of Interface
com.pervasive.datarush.tokens.TokenValued
-
Packages that use TokenValued 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.operators.io.staging Provides operators for reading and writing DataRush staging datasets.com.pervasive.datarush.operators.join Provides operators for joining together two data sets into a single one.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.sequences.record Provides implementations of sequences of record valued tokens.com.pervasive.datarush.sequences.scalar Provides implementations of sequences of scalar token values.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.com.pervasive.datarush.types Provides classes and interfaces for the description of token data types. -
-
Uses of TokenValued in com.pervasive.datarush.encoding
Methods in com.pervasive.datarush.encoding with parameters of type TokenValued Modifier and Type Method Description voidTokenEncoder. setSource(TokenValued source)Sets the container holding values to be encoded. -
Uses of TokenValued in com.pervasive.datarush.encoding.binary
Methods in com.pervasive.datarush.encoding.binary that return TokenValued Modifier and Type Method Description protected TokenValuedAbstractTokenEncoder. getSource()Returns the current source held by this encoder.Methods in com.pervasive.datarush.encoding.binary with parameters of type TokenValued Modifier and Type Method Description protected abstract voidAbstractTokenEncoder. doSourceUpdated(TokenValued source)Sets the source buffer for encoding.voidAbstractTokenEncoder. setSource(TokenValued source)This implementation sets the source variable and invokes the methodAbstractTokenEncoder.doSourceUpdated(TokenValued). -
Uses of TokenValued in com.pervasive.datarush.operators.io.staging
Classes in com.pervasive.datarush.operators.io.staging that implement TokenValued Modifier and Type Class Description classDatasetIteratorUtility for reading a data-set written byWriteStagingDatasetoutside of an engine context.Methods in com.pervasive.datarush.operators.io.staging with parameters of type TokenValued Modifier and Type Method Description voidDatasetBuilder. append(TokenValued value)voidDatasetBuilder. append(TokenValued value, long count) -
Uses of TokenValued in com.pervasive.datarush.operators.join
Methods in com.pervasive.datarush.operators.join that return TokenValued Modifier and Type Method Description TokenValuedDataNotSortedException. getCurrentTValue()Return the token value where the sort order discrepancy occurred.TokenValuedDataNotSortedException. getPreviousTValue()Return the previous token value before the sort order discrepancy occurred.Methods in com.pervasive.datarush.operators.join with parameters of type TokenValued Modifier and Type Method Description DataNotSortedExceptionDataNotSortedException. setCurrentTValue(TokenValued currentTValue)Internal use only: set the current token value where the sort order discrepancy occurred.DataNotSortedExceptionDataNotSortedException. setPreviousTValue(TokenValued previousTValue)Internal use only: set the previous token value where the sort order discrepancy occurred.Constructors in com.pervasive.datarush.operators.join with parameters of type TokenValued Constructor Description DataNotSortedException(String prefix, TokenValued currentTV, TokenValued previousTV, int position)Constructs aDataNotSortedException. -
Uses of TokenValued in com.pervasive.datarush.ports.physical
Subinterfaces of TokenValued in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interfaceBinaryInputFieldA binary valued field of a record input port.interfaceBooleanInputFieldA boolean valued field of a record input port.interfaceCharInputFieldA character valued field of a record input port.interfaceDateInputFieldA date valued field of a record input port.interfaceDoubleInputFieldA double valued field of a record input port.interfaceDurationInputFieldA duration valued field of a record input port.interfaceFloatInputFieldA float valued field of a record input port.interfaceIntInputFieldAn integer valued field of a record input port.interfaceIp4AddressInputFieldA ip4 address valued field of a record input port.interfaceIp6AddressInputFieldA ip6 address valued field of a record input port.interfaceLongInputFieldA long valued field of a record input port.interfaceMoneyInputFieldA money valued field of a record input port.interfaceNumericInputFieldA numeric valued field of a record input port.interfaceObjectInputField<T>An object valued field of a record input port.interfacePeriodInputFieldA period valued field of a record input port.interfaceRecordInputAn input port on a record data flow.interfaceScalarInputFieldA field of a record input port.interfaceSteppableRecordValuedinterfaceStringInputFieldA string valued field of a record input port.interfaceTimeInputFieldA time valued field of a record input port.interfaceTimestampInputFieldA timestamp valued field of a record input port.Methods in com.pervasive.datarush.ports.physical with parameters of type TokenValued Modifier and Type Method Description voidRecordOutput. push(TokenValued value)Appends the given token value onto the output's flow.voidRecordOutput. push(TokenValued value, long n)Appends the given token value onto the output's flow multiple times. -
Uses of TokenValued in com.pervasive.datarush.sequences
Subinterfaces of TokenValued in com.pervasive.datarush.sequences Modifier and Type Interface Description interfaceSeekableTokenValuedIteratorATokenValuedIteratorthat is also seekable.interfaceTokenValuedIteratorIterator over token values.Methods in com.pervasive.datarush.sequences that return TokenValued Modifier and Type Method Description TokenValuedTokenSequence. getToken(int index)Gets the value at the specified position.Methods in com.pervasive.datarush.sequences with parameters of type TokenValued Modifier and Type Method Description voidTokenAppendable. append(TokenValued value)Appends the specified token value to this sequence.voidTokenAppendable. append(TokenValued value, long count)Appends the specified token value to this sequence multiple times.intTokenSequence. compareElement(int index, TokenValued value)Compares the value of the specified token to the token at which the given port is positioned.voidMutableTokenSequence. fillValue(int start, int length, TokenValued value)Sets the tokens in the specified subsequence to the given value.voidMutableTokenSequence. setValue(int index, TokenValued value)Sets the token at the specified position to the given value. -
Uses of TokenValued in com.pervasive.datarush.sequences.record
Subinterfaces of TokenValued in com.pervasive.datarush.sequences.record Modifier and Type Interface Description interfaceCloseableRecordValuedIteratorA record iterator which has resources which need to be released when being disposed.interfaceRecordValuedIteratorIterator over record values.interfaceSeekableRecordValuedIteratorA repositionable iterator over record values.Methods in com.pervasive.datarush.sequences.record with parameters of type TokenValued Modifier and Type Method Description voidRecordTokenList. append(TokenValued value)Appends the specified token value to this sequence.voidRecordTokenList. append(TokenValued value, long count)Appends the specified token value to this sequence multiple times.voidSparseRecordTokenList. append(TokenValued value)voidSparseRecordTokenList. append(TokenValued value, long count)intRecordTokenSequence. compareElement(int index, TokenValued value)Compares the values of the specified row of tokens to the tokens at which the given port is positioned.intSparseRecordTokenList. compareElement(int index, TokenValued value)voidRecordTokenList. fillValue(int startIndex, int count, TokenValued value)voidSparseRecordTokenList. fillValue(int start, int length, TokenValued value)voidRecordTokenList. setValue(int index, TokenValued value)voidSparseRecordTokenList. setValue(int index, TokenValued value) -
Uses of TokenValued in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar with parameters of type TokenValued Modifier and Type Method Description voidAbstractScalarTokenSequence. append(TokenValued in)voidAbstractScalarTokenSequence. append(TokenValued in, long count)intAbstractScalarTokenSequence. compareElement(int index, TokenValued value)voidBinaryTokenList. fillValue(int start, int length, TokenValued value)voidBooleanTokenList. fillValue(int start, int length, TokenValued value)voidCharTokenList. fillValue(int start, int length, TokenValued value)voidDateTokenList. fillValue(int start, int length, TokenValued value)voidDoubleTokenList. fillValue(int start, int length, TokenValued value)voidDurationTokenList. fillValue(int start, int length, TokenValued value)voidFloatTokenList. fillValue(int start, int length, TokenValued value)voidIntTokenList. fillValue(int start, int length, TokenValued value)voidIp4AddressTokenList. fillValue(int start, int length, TokenValued value)voidIp6AddressTokenList. fillValue(int start, int length, TokenValued value)voidLongTokenList. fillValue(int start, int length, TokenValued value)voidMoneyTokenList. fillValue(int start, int length, TokenValued value)voidNumericTokenList. fillValue(int start, int length, TokenValued value)voidObjectTokenList. fillValue(int start, int length, TokenValued value)voidPeriodTokenList. fillValue(int start, int length, TokenValued value)voidStringTokenList. fillValue(int startIndex, int count, TokenValued value)voidTimestampTokenList. fillValue(int start, int length, TokenValued value)voidTimeTokenList. fillValue(int start, int length, TokenValued value)voidBinaryTokenList. setValue(int index, TokenValued value)voidBooleanTokenList. setValue(int index, TokenValued value)voidCharTokenList. setValue(int index, TokenValued value)voidDateTokenList. setValue(int index, TokenValued value)voidDoubleTokenList. setValue(int index, TokenValued value)voidDurationTokenList. setValue(int index, TokenValued value)voidFloatTokenList. setValue(int index, TokenValued value)voidIntTokenList. setValue(int index, TokenValued value)voidIp4AddressTokenList. setValue(int index, TokenValued value)voidIp6AddressTokenList. setValue(int index, TokenValued value)voidLongTokenList. setValue(int index, TokenValued value)voidMoneyTokenList. setValue(int index, TokenValued value)voidNumericTokenList. setValue(int index, TokenValued value)voidObjectTokenList. setValue(int index, TokenValued value)voidPeriodTokenList. setValue(int index, TokenValued value)voidStringTokenList. setValue(int position, TokenValued value)voidTimestampTokenList. setValue(int index, TokenValued value)voidTimeTokenList. setValue(int index, TokenValued value) -
Uses of TokenValued in com.pervasive.datarush.tokens
Subinterfaces of TokenValued in com.pervasive.datarush.tokens Modifier and Type Interface Description interfaceDataRegisterA mutableTokenValuedobject.interfaceDataTokenAn immutableTokenValuedobject.Methods in com.pervasive.datarush.tokens that return TokenValued Modifier and Type Method Description static TokenValuedTokenUtils. getNull(TokenType type)Returns an appropriate null value for the given type.Methods in com.pervasive.datarush.tokens with parameters of type TokenValued Modifier and Type Method Description static StringTokenUtils. asString(TokenValued value)Formats a token value as a string suitable for output.static DataTokenTokenUtils. asToken(TokenValued value)Creates an immutable copy of the given token value.static TokenComparatorTokenComparators. getComparator(TokenValued left, TokenValued right)Creates a comparator, bound to the given left and right values.static TokenConverterTokenConverters. getConverter(TokenValued value)Creates a converter, bound to the given valuevoidTokenSettable. set(TokenValued value)Sets the contained value to the given token value.voidTokenComparator. setLeftSource(TokenValued source)Binds the left-hand value of the comparator to the specified object.voidTokenComparator. setRightSource(TokenValued source)Binds the right-hand value of the comparator to the specified object.voidTokenConverter. setSource(TokenValued value)Sets the source value for this converter.static voidTokenUtils. transfer(TokenValued[] sources, TokenSettable[] dest)Transfers the given array of sources to the array of destinations by-position. -
Uses of TokenValued in com.pervasive.datarush.tokens.record
Subinterfaces of TokenValued in com.pervasive.datarush.tokens.record Modifier and Type Interface Description interfaceRecordValuedATokenValuedobject containing record data.Classes in com.pervasive.datarush.tokens.record that implement TokenValued Modifier and Type Class Description classAbstractRecordValued<F extends ScalarValued>For internal use only.classCompositeValueA composite value comprised of scalar valued fields.classRecordMap.RecordMapIteratorAn iterator capable of providing access to a subset of records within the record map's cache.classRecordRegisterA composite register of scalar registers; a mutableRecordValuedobject.classRecordTokenA composite token of scalar valued tokens; an immutableRecordValuedobject.classRecordValuedFilterAn adapter for converting the apparent type of aRecordValued.classSparseRecordRegisterA composite register of scalar registers; a mutableRecordValuedobject.Methods in com.pervasive.datarush.tokens.record with parameters of type TokenValued Modifier and Type Method Description voidRecordMap.Builder. append(TokenValued value)voidRecordMap.Builder. append(TokenValued value, long count)voidMutableComposite. set(TokenValued value)voidRecordRegister. set(TokenValued value)voidRecordRegisterSupport. set(TokenValued value)voidRecordSettableFilter. set(TokenValued value)Sets the contained value to the given token value.voidSparseRecordRegister. set(TokenValued value) -
Uses of TokenValued in com.pervasive.datarush.tokens.scalar
Subinterfaces of TokenValued in com.pervasive.datarush.tokens.scalar Modifier and Type Interface Description interfaceBinaryValuedATokenValuedobject containing a binary value.interfaceBooleanValuedATokenValuedobject containing a boolean value.interfaceCharValuedATokenValuedobject containing a character value.interfaceDateValuedATokenValuedobject containing a date value.interfaceDoubleValuedATokenValuedobject containing a double value.interfaceDurationValuedATokenValuedobject containing a Duration value.interfaceFloatValuedATokenValuedobject containing a float value.interfaceIntValuedATokenValuedobject containing an integer value.interfaceIp4AddressValuedATokenValuedobject containing a ip4 address value.interfaceIp6AddressValuedATokenValuedobject containing a ip4 address value.interfaceLongValuedATokenValuedobject containing a long value.interfaceMoneyValuedATokenValuedobject containing a money value.interfaceNumericValuedATokenValuedobject containing a numeric value.interfaceObjectValued<O>ATokenValuedobject containing a Java object.interfacePeriodValuedATokenValuedobject containing a Period value.interfaceScalarRegisterA mutableScalarValuedobject.interfaceScalarTokenAn immutableScalarValuedobject.interfaceScalarValuedATokenValuedobject containing a scalar value.interfaceStringValuedATokenValuedobject containing a string value.interfaceTimestampValuedATokenValuedobject containing a timestamp value.interfaceTimeValuedATokenValuedobject containing a time value.Classes in com.pervasive.datarush.tokens.scalar that implement TokenValued Modifier and Type Class Description classBinaryRegisterA mutableBinaryValuedobject.classBinaryTokenAn immutableBinaryValuedobject.classBooleanRegisterA mutableBooleanValuedobject.classBooleanTokenAn immutableBooleanValuedobject.classCharRegisterA mutableCharValuedobject.classCharTokenAn immutableCharValuedobject.classDateRegisterA mutableDateValuedobject.classDateTokenAn immutableDateValuedobject.classDateTokenConverterDeprecated.since 6.1classDoubleRegisterA mutableDoubleValuedobject.classDoubleTokenAn immutableDoubleValuedobject.classDurationRegisterA mutableDurationValuedobject.classDurationTokenAn immutableDurationValuedobject.classFloatRegisterA mutableBinaryValuedobject.classFloatTokenAn immutableFloatValuedobject.classIntRegisterA mutableIntValuedobject.classIntTokenAn immutableIntValuedobject.classIp4AddressRegisterA mutableIp4AddressValuedobject.classIp4AddressTokenAn immutableIp4AddressValuedobject.classIp6AddressRegisterA mutableIp6AddressValuedobject.classIp6AddressTokenAn immutableIp6AddressValuedobject.classLongRegisterA mutableIntValuedobject.classLongTokenAn immutableLongValuedobject.classMoneyRegisterA mutableMoneyValuedobject.classMoneyTokenAn immutableMoneyValuedobject.classNullTokenAn null token.classNumericRegisterA mutableNumericValuedobject.classNumericTokenAn immutableNumericValuedobject.classObjectRegister<O>A mutableObjectValuedobject.classObjectToken<O>An immutableObjectValuedobject.classPeriodRegisterA mutablePeriodValuedobject.classPeriodTokenAn immutablePeriodValuedobject.classStringRegisterA mutableStringValuedobject.classStringTokenAn immutableStringValuedobject.classTimeRegisterA mutableTimeValuedobject.classTimestampRegisterA mutableTimestampValuedobject.classTimestampTokenAn immutableTimestampValuedobject.classTimestampTokenConverterDeprecated.since 6.1classTimeTokenAn immutableTimeValuedobject.Methods in com.pervasive.datarush.tokens.scalar with parameters of type TokenValued Modifier and Type Method Description voidBinaryRegister. set(TokenValued value)voidBooleanRegister. set(TokenValued value)voidCharRegister. set(TokenValued value)voidDateRegister. set(TokenValued value)voidDoubleRegister. set(TokenValued value)voidDurationRegister. set(TokenValued value)voidFloatRegister. set(TokenValued value)voidIntRegister. set(TokenValued value)voidIp4AddressRegister. set(TokenValued value)voidIp6AddressRegister. set(TokenValued value)voidLongRegister. set(TokenValued value)voidMoneyRegister. set(TokenValued value)voidNumericRegister. set(TokenValued value)voidObjectRegister. set(TokenValued value)voidPeriodRegister. set(TokenValued value)voidStringRegister. set(TokenValued value)voidTimeRegister. set(TokenValued value)voidTimestampRegister. set(TokenValued value) -
Uses of TokenValued in com.pervasive.datarush.types
Constructors in com.pervasive.datarush.types with parameters of type TokenValued Constructor Description TokenValueExtractor(TokenValued token)
-