Package | Description |
---|---|
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.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.scalar |
Provides implementations of and utilities for scalar valued
tokens.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DurationInputField
A duration valued field of a record input port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DurationValuedIterator
A
ScalarValuedIterator over duration values. |
Modifier and Type | Method and Description |
---|---|
DurationValued |
SparseDurationTokenList.getToken(int index) |
DurationValued |
DurationTokenSequence.getToken(int index) |
DurationValued |
DurationTokenList.getToken(int index) |
Modifier and Type | Method and Description |
---|---|
static String |
TokenUtils.asString(DurationValued value)
Formats a duration value as a string suitable for output.
|
static int |
TokenUtils.compare(DurationValued value1,
DurationValued value2)
Indicates the relative ordering of two duration values
in ascending order.
|
static boolean |
TokenUtils.equal(DurationValued value1,
DurationValued value2)
Indicates whether two duration values are equal.
|
static int |
TokenUtils.hashCode(DurationValued value)
Computes a hash code for a duration value.
|
Modifier and Type | Class and Description |
---|---|
class |
DurationRegister
A mutable
DurationValued object. |
class |
DurationToken
An immutable
DurationValued object. |
class |
NullToken
An null token.
|
Constructor and Description |
---|
DurationToken(DurationValued value)
Constructs a new token with the duration
value in the given container.
|
Copyright © 2019 Actian Corporation. All rights reserved.