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 interfaceTimestampInputFieldA 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 interfaceTimestampValuedIteratorAScalarValuedIteratorover timestamp values.Methods in com.pervasive.datarush.sequences.scalar that return TimestampValued Modifier and Type Method Description TimestampValuedSparseTimestampTokenList. getToken(int index)TimestampValuedTimestampTokenList. getToken(int index)TimestampValuedTimestampTokenSequence. 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 StringTokenUtils. asString(TimestampValued value)Formats a timestamp value as a string suitable for output.static intTokenUtils. compare(TimestampValued value1, TimestampValued value2)Indicates the relative ordering of two timestamp values in ascending order.static booleanTokenUtils. equal(TimestampValued value1, TimestampValued value2)Indicates whether two timestamp values are equal.static intTokenUtils. 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 classNullTokenAn null token.classTimestampRegisterA mutableTimestampValuedobject.classTimestampTokenAn immutableTimestampValuedobject.classTimestampTokenConverterDeprecated.since 6.1Methods in com.pervasive.datarush.tokens.scalar with parameters of type TimestampValued Modifier and Type Method Description static StringDateTimeUtils. format(TimestampValued value)Converts a time stamp value into an ISO8601 time stamp formatted string.voidDateTokenConverter. 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.
-