Package | Description |
---|---|
com.pervasive.datarush.operators.io.staging |
Provides operators for reading and writing DataRush staging datasets.
|
com.pervasive.datarush.sequences.record |
Provides implementations of sequences of record valued tokens.
|
com.pervasive.datarush.tokens.record |
Provides implementations of and utilities for record valued
tokens.
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetIterator
Utility for reading a data-set written by
WriteStagingDataset outside of an engine context. |
Modifier and Type | Interface and Description |
---|---|
interface |
CloseableRecordValuedIterator
A record iterator which has resources which need
to be released when being disposed.
|
interface |
SeekableRecordValuedIterator
A repositionable iterator over record values.
|
Modifier and Type | Method and Description |
---|---|
RecordValuedIterator |
SparseRecordTokenList.newValueIterator() |
RecordValuedIterator |
RecordTokenSequence.newValueIterator() |
Modifier and Type | Class and Description |
---|---|
class |
RecordMap.RecordMapIterator
An iterator capable of providing access to a subset of records within
the record map's cache.
|
Modifier and Type | Method and Description |
---|---|
RecordValuedIterator |
RecordMap.newEntryIterator()
Create a
RecordValuedIterator over the entries in this map. |
RecordValuedIterator |
RecordToIDMap.newIterator()
Creates an iterator to iterate over keys within the map.
|
Copyright © 2019 Actian Corporation. All rights reserved.