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 classDatasetIteratorUtility 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.sequences Modifier and Type Interface Description interfaceSeekableTokenValuedIteratorATokenValuedIteratorthat is also seekable.Methods in com.pervasive.datarush.sequences that return TokenValuedIterator Modifier and Type Method Description TokenValuedIteratorTokenSequence. 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 interfaceCloseableRecordValuedIteratorA record iterator which has resources which need to be released when being disposed.interfaceRecordValuedIteratorIterator over record values.interfaceSeekableRecordValuedIteratorA 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 classRecordMap.RecordMapIteratorAn iterator capable of providing access to a subset of records within the record map's cache.
-