Uses of Interface
com.pervasive.datarush.tokens.scalar.TimestampValued
-
Packages that use TimestampValued 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 TimestampValued in com.pervasive.datarush.ports.physical
Subinterfaces of TimestampValued in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
TimestampInputField
A timestamp valued field of a record input port. -
Uses of TimestampValued in com.pervasive.datarush.sequences.scalar
Subinterfaces of TimestampValued in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interface
TimestampValuedIterator
AScalarValuedIterator
over timestamp values.Methods in com.pervasive.datarush.sequences.scalar that return TimestampValued Modifier and Type Method Description TimestampValued
SparseTimestampTokenList. getToken(int index)
TimestampValued
TimestampTokenList. getToken(int index)
TimestampValued
TimestampTokenSequence. getToken(int index)
-
Uses of TimestampValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type TimestampValued Modifier and Type Method Description static String
TokenUtils. asString(TimestampValued value)
Formats a timestamp value as a string suitable for output.static int
TokenUtils. compare(TimestampValued value1, TimestampValued value2)
Indicates the relative ordering of two timestamp values in ascending order.static boolean
TokenUtils. equal(TimestampValued value1, TimestampValued value2)
Indicates whether two timestamp values are equal.static int
TokenUtils. hashCode(TimestampValued value)
Computes a hash code for a string value. -
Uses of TimestampValued in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement TimestampValued Modifier and Type Class Description class
NullToken
An null token.class
TimestampRegister
A mutableTimestampValued
object.class
TimestampToken
An immutableTimestampValued
object.class
TimestampTokenConverter
Deprecated.since 6.1Methods in com.pervasive.datarush.tokens.scalar with parameters of type TimestampValued Modifier and Type Method Description static String
DateTimeUtils. format(TimestampValued value)
Converts a time stamp value into an ISO8601 time stamp formatted string.void
DateTokenConverter. set(TimestampValued token)
Deprecated.Sets the current date value to the date portion of the specified timestamp value.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type TimestampValued Constructor Description TimestampToken(TimestampValued value)
Constructs a new token with the timestamp value in the given container.
-