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 |
Ip4AddressInputField
A ip4 address valued field of a record input port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Ip4AddressValuedIterator
A
ScalarValuedIterator over ip4address values. |
Modifier and Type | Method and Description |
---|---|
Ip4AddressValued |
SparseIp4AddressTokenList.getToken(int index) |
Ip4AddressValued |
Ip4AddressTokenSequence.getToken(int index) |
Ip4AddressValued |
Ip4AddressTokenList.getToken(int index) |
Modifier and Type | Method and Description |
---|---|
static String |
TokenUtils.asString(Ip4AddressValued value)
Formats an ipv4 value as a string suitable for output.
|
static int |
TokenUtils.compare(Ip4AddressValued value1,
Ip4AddressValued value2)
Indicates the relative ordering of two ip4address values
in ascending order.
|
static boolean |
TokenUtils.equal(Ip4AddressValued value1,
Ip4AddressValued value2)
Indicates whether two ip4address values are equal.
|
static int |
TokenUtils.hashCode(Ip4AddressValued value)
Computes a hash code for a ip4address value.
|
Modifier and Type | Class and Description |
---|---|
class |
Ip4AddressRegister
A mutable
Ip4AddressValued object. |
class |
Ip4AddressToken
An immutable
Ip4AddressValued object. |
class |
NullToken
An null token.
|
Constructor and Description |
---|
Ip4AddressToken(Ip4AddressValued value)
Constructs a new token with the ip4 address
value in the given container.
|
Copyright © 2019 Actian Corporation. All rights reserved.