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 |
ObjectInputField<T>
An object valued field of a record input port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectValuedIterator<T>
A
ScalarValuedIterator over object values. |
Modifier and Type | Method and Description |
---|---|
ObjectValued<T> |
SparseObjectTokenList.getToken(int index) |
ObjectValued<O> |
ObjectTokenSequence.getToken(int index) |
ObjectValued<O> |
ObjectTokenList.getToken(int index) |
Modifier and Type | Method and Description |
---|---|
static String |
TokenUtils.asString(ObjectValued<?> value)
Formats an object value as a string suitable for output.
|
static <O extends Comparable<O>> |
TokenUtils.compare(ObjectValued<O> value1,
ObjectValued<O> value2)
Indicates the relative ordering of two object values
in ascending order.
|
static <O extends Comparable<O>> |
TokenUtils.compare(ObjectValued<O> value1,
ObjectValued<O> value2)
Indicates the relative ordering of two object values
in ascending order.
|
static <O> boolean |
TokenUtils.equal(ObjectValued<O> value1,
ObjectValued<O> value2)
Indicates whether two object values are equal.
|
static <O> boolean |
TokenUtils.equal(ObjectValued<O> value1,
ObjectValued<O> value2)
Indicates whether two object values are equal.
|
static int |
TokenUtils.hashCode(ObjectValued<?> value)
Computes a hash code for an object value.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectRegister<O>
A mutable
ObjectValued object. |
class |
ObjectToken<O>
An immutable
ObjectValued object. |
Constructor and Description |
---|
ObjectToken(ObjectValued<O> value)
Constructs a new token with the object
value in the given container.
|
Copyright © 2020 Actian Corporation. All rights reserved.