Uses of Interface
com.pervasive.datarush.sequences.TokenValuedIterator
-
Packages that use TokenValuedIterator Package Description com.pervasive.datarush.operators.io.staging Provides operators for reading and writing DataRush staging datasets.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.record 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 TokenValuedIterator Modifier and Type Class Description class
DatasetIterator
Utility for reading a data-set written byWriteStagingDataset
outside of an engine context. -
Uses of TokenValuedIterator in com.pervasive.datarush.sequences
Subinterfaces of TokenValuedIterator in com.pervasive.datarush.sequences Modifier and Type Interface Description interface
SeekableTokenValuedIterator
ATokenValuedIterator
that is also seekable.Methods in com.pervasive.datarush.sequences that return TokenValuedIterator Modifier and Type Method Description TokenValuedIterator
TokenSequence. 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.record Modifier and Type Interface Description interface
CloseableRecordValuedIterator
A record iterator which has resources which need to be released when being disposed.interface
RecordValuedIterator
Iterator over record values.interface
SeekableRecordValuedIterator
A repositionable iterator over record values. -
Uses of TokenValuedIterator in com.pervasive.datarush.sequences.scalar
-
Uses of TokenValuedIterator in com.pervasive.datarush.tokens.record
Classes in com.pervasive.datarush.tokens.record that implement TokenValuedIterator Modifier and Type Class Description class
RecordMap.RecordMapIterator
An iterator capable of providing access to a subset of records within the record map's cache.
-