Uses of Interface
com.pervasive.datarush.tokens.scalar.Ip4AddressSettable
-
Packages that use Ip4AddressSettable 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.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of Ip4AddressSettable in com.pervasive.datarush.ports.physical
Subinterfaces of Ip4AddressSettable in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
Ip4AddressOutputField
A ip4 address valued field of a record output port.interface
Ip6AddressOutputField
A ip6 address valued field of a record output port. -
Uses of Ip4AddressSettable in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar that return Ip4AddressSettable Modifier and Type Method Description Ip4AddressSettable
Ip4AddressTokenList. getTokenSetter(int index)
Ip4AddressSettable
MutableIp4AddressTokenSequence. getTokenSetter(int index)
Ip4AddressSettable
SparseIp4AddressTokenList. getTokenSetter(int index)
-
Uses of Ip4AddressSettable in com.pervasive.datarush.tokens.scalar
Subinterfaces of Ip4AddressSettable in com.pervasive.datarush.tokens.scalar Modifier and Type Interface Description interface
Ip6AddressSettable
ATokenSettable
object containing a Inet6Address value.Classes in com.pervasive.datarush.tokens.scalar that implement Ip4AddressSettable Modifier and Type Class Description class
Ip4AddressRegister
A mutableIp4AddressValued
object.class
Ip6AddressRegister
A mutableIp6AddressValued
object.
-