Uses of Interface
com.pervasive.datarush.tokens.scalar.Ip4AddressValued
-
Packages that use Ip4AddressValued 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. -
-
Uses of Ip4AddressValued in com.pervasive.datarush.ports.physical
Subinterfaces of Ip4AddressValued in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interfaceIp4AddressInputFieldA ip4 address valued field of a record input port. -
Uses of Ip4AddressValued in com.pervasive.datarush.sequences.scalar
Subinterfaces of Ip4AddressValued in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interfaceIp4AddressValuedIteratorAScalarValuedIteratorover ip4address values.Methods in com.pervasive.datarush.sequences.scalar that return Ip4AddressValued Modifier and Type Method Description Ip4AddressValuedIp4AddressTokenList. getToken(int index)Ip4AddressValuedIp4AddressTokenSequence. getToken(int index)Ip4AddressValuedSparseIp4AddressTokenList. getToken(int index) -
Uses of Ip4AddressValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type Ip4AddressValued Modifier and Type Method Description static StringTokenUtils. asString(Ip4AddressValued value)Formats an ipv4 value as a string suitable for output.static intTokenUtils. compare(Ip4AddressValued value1, Ip4AddressValued value2)Indicates the relative ordering of two ip4address values in ascending order.static booleanTokenUtils. equal(Ip4AddressValued value1, Ip4AddressValued value2)Indicates whether two ip4address values are equal.static intTokenUtils. hashCode(Ip4AddressValued value)Computes a hash code for a ip4address value. -
Uses of Ip4AddressValued in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement Ip4AddressValued Modifier and Type Class Description classIp4AddressRegisterA mutableIp4AddressValuedobject.classIp4AddressTokenAn immutableIp4AddressValuedobject.classNullTokenAn null token.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type Ip4AddressValued Constructor Description Ip4AddressToken(Ip4AddressValued value)Constructs a new token with the ip4 address value in the given container.
-