Uses of Interface
com.pervasive.datarush.sequences.TokenValuedIterator
Packages that use TokenValuedIterator
Package
Description
Provides operators for reading and writing DataRush staging datasets.
Provides classes and interfaces related to sequences of tokens.
Provides implementations of sequences of record valued tokens.
Provides implementations of sequences of scalar token values.
Provides implementations of and utilities for record valued
tokens.
-
Uses of TokenValuedIterator in com.pervasive.datarush.operators.io.staging
Classes in com.pervasive.datarush.operators.io.staging that implement TokenValuedIteratorModifier and TypeClassDescriptionfinal classUtility for reading a data-set written byWriteStagingDatasetoutside of an engine context. -
Uses of TokenValuedIterator in com.pervasive.datarush.sequences
Subinterfaces of TokenValuedIterator in com.pervasive.datarush.sequencesMethods in com.pervasive.datarush.sequences that return TokenValuedIteratorModifier and TypeMethodDescriptionTokenSequence.newValueIterator()Creates an iterator over the non-null values of this sequence. -
Uses of TokenValuedIterator in com.pervasive.datarush.sequences.record
Subinterfaces of TokenValuedIterator in com.pervasive.datarush.sequences.recordModifier and TypeInterfaceDescriptioninterfaceA record iterator which has resources which need to be released when being disposed.interfaceIterator over record values.interfaceA repositionable iterator over record values. -
Uses of TokenValuedIterator in com.pervasive.datarush.sequences.scalar
Subinterfaces of TokenValuedIterator in com.pervasive.datarush.sequences.scalarModifier and TypeInterfaceDescriptioninterfaceAScalarValuedIteratorover binary values.interfaceAScalarValuedIteratorover boolean values.interfaceAScalarValuedIteratorover character values.interfaceAScalarValuedIteratorover date values.interfaceAScalarValuedIteratorover double values.interfaceAScalarValuedIteratorover duration values.interfaceAScalarValuedIteratorover float values.interfaceAScalarValuedIteratorover a integer fields.interfaceAScalarValuedIteratorover ip4address values.interfaceAScalarValuedIteratorover ip6address values.interfaceAScalarValuedIteratorover long values.interfaceAScalarValuedIteratorover money values.interfaceAScalarValuedIteratorover numeric values.interfaceAScalarValuedIteratorover object values.interfaceAScalarValuedIteratorover period values.interfaceIterator over scalar values.interfaceA repositionable iterator over scalar values.interfaceAScalarValuedIteratorover string values.interfaceAScalarValuedIteratorover timestamp values.interfaceAScalarValuedIteratorover time values. -
Uses of TokenValuedIterator in com.pervasive.datarush.tokens.record
Classes in com.pervasive.datarush.tokens.record that implement TokenValuedIteratorModifier and TypeClassDescriptionclassAn iterator capable of providing access to a subset of records within the record map's cache.