Uses of Interface
com.pervasive.datarush.sequences.scalar.MutableTimestampTokenSequence
-
Packages that use MutableTimestampTokenSequence Package Description com.pervasive.datarush.sequences Provides classes and interfaces related to sequences of 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 MutableTimestampTokenSequence in com.pervasive.datarush.sequences
Methods in com.pervasive.datarush.sequences that return MutableTimestampTokenSequence Modifier and Type Method Description static MutableTimestampTokenSequence
TokenSequences. timestampList(int capacity, DataRepresentation representation)
Creates aMutableTimestampTokenSequence
with the specified capacity, optionally optimized for sparse data. -
Uses of MutableTimestampTokenSequence in com.pervasive.datarush.sequences.scalar
Classes in com.pervasive.datarush.sequences.scalar that implement MutableTimestampTokenSequence Modifier and Type Class Description class
SparseTimestampTokenList
An implementation ofMutableTimestampTokenSequence
which stores data sparsely.class
TimestampTokenList
Primary implementation ofMutableTimestampTokenSequence
. -
Uses of MutableTimestampTokenSequence in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record that return MutableTimestampTokenSequence Modifier and Type Method Description MutableTimestampTokenSequence
RecordRegisterStorage. timestampGroup()
MutableTimestampTokenSequence
RecordRegisterStorageImpl. timestampGroup()
-