Uses of Package
com.pervasive.datarush.sequences
-
Packages that use com.pervasive.datarush.sequences Package Description com.pervasive.datarush.operators.io.staging Provides operators for reading and writing DataRush staging datasets.com.pervasive.datarush.ports.physical Provides classes and interfaces for accessing and producing the data flowing between operators in a dataflow graph.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 Provides classes and utilities for working with data tokens.com.pervasive.datarush.tokens.record Provides implementations of and utilities for record valued tokens. -
Classes in com.pervasive.datarush.sequences used by com.pervasive.datarush.operators.io.staging Class Description CloseableTokenAppendable A TokenAppendable which has resources which need to be released when being disposed.TokenAppendable A sequence of data tokens to which additional tokens can be appended.TokenSequence A random-access, read-only view of a sequence of data tokens of homogeneous type.TokenValuedIterator Iterator over token values. -
Classes in com.pervasive.datarush.sequences used by com.pervasive.datarush.ports.physical Class Description TokenAppendable A sequence of data tokens to which additional tokens can be appended. -
Classes in com.pervasive.datarush.sequences used by com.pervasive.datarush.sequences Class Description ElementComparator An index-based comparator for aTokenSequence
.MutableTokenSequence A mutableTokenSequence
.TokenAppendable A sequence of data tokens to which additional tokens can be appended.TokenSequence A random-access, read-only view of a sequence of data tokens of homogeneous type.TokenValuedIterator Iterator over token values. -
Classes in com.pervasive.datarush.sequences used by com.pervasive.datarush.sequences.record Class Description ElementComparator An index-based comparator for aTokenSequence
.MutableTokenSequence A mutableTokenSequence
.SeekableTokenValuedIterator ATokenValuedIterator
that is also seekable.TokenAppendable A sequence of data tokens to which additional tokens can be appended.TokenSequence A random-access, read-only view of a sequence of data tokens of homogeneous type.TokenValuedIterator Iterator over token values. -
Classes in com.pervasive.datarush.sequences used by com.pervasive.datarush.sequences.scalar Class Description ElementComparator An index-based comparator for aTokenSequence
.MutableTokenSequence A mutableTokenSequence
.SeekableTokenValuedIterator ATokenValuedIterator
that is also seekable.TokenAppendable A sequence of data tokens to which additional tokens can be appended.TokenSequence A random-access, read-only view of a sequence of data tokens of homogeneous type.TokenValuedIterator Iterator over token values. -
Classes in com.pervasive.datarush.sequences used by com.pervasive.datarush.tokens Class Description ElementComparator An index-based comparator for aTokenSequence
.TokenSequence A random-access, read-only view of a sequence of data tokens of homogeneous type. -
Classes in com.pervasive.datarush.sequences used by com.pervasive.datarush.tokens.record Class Description TokenAppendable A sequence of data tokens to which additional tokens can be appended.TokenSequence A random-access, read-only view of a sequence of data tokens of homogeneous type.TokenValuedIterator Iterator over token values.