Uses of Interface
com.pervasive.datarush.tokens.scalar.TimestampSettable
-
Packages that use TimestampSettable 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 TimestampSettable in com.pervasive.datarush.ports.physical
Subinterfaces of TimestampSettable in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
TimestampOutputField
A timestamp valued field of a record output port. -
Uses of TimestampSettable in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar that return TimestampSettable Modifier and Type Method Description TimestampSettable
MutableTimestampTokenSequence. getTokenSetter(int index)
TimestampSettable
SparseTimestampTokenList. getTokenSetter(int index)
TimestampSettable
TimestampTokenList. getTokenSetter(int index)
-
Uses of TimestampSettable in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement TimestampSettable Modifier and Type Class Description class
TimestampRegister
A mutableTimestampValued
object.Methods in com.pervasive.datarush.tokens.scalar with parameters of type TimestampSettable Modifier and Type Method Description static void
DateTimeUtils. parseInto(String text, TimestampSettable buffer)
Parses a timestamp in ISO8601 format, storing the result into a timestamp valued container..static void
DateTimeUtils. toEpochTime(long millis, TimestampSettable buffer)
Stores the given instant into a time stamp buffer using the default time zone for the offset.static void
DateTimeUtils. toEpochTime(long millis, TimeZone tz, TimestampSettable buffer)
Stores the given instant into a time stamp buffer using the specified time zone for the offset.static void
DateTimeUtils. toEpochTime(Timestamp timestamp, TimestampSettable buffer)
Stores the given instant into a time stamp buffer using the default time zone for the offset.static void
DateTimeUtils. toEpochTime(Timestamp timestamp, TimeZone tz, TimestampSettable buffer)
Stores the given instant into a time stamp buffer using the specified time zone for the offset.static void
DateTimeUtils. toEpochTime(Date date, TimestampSettable buffer)
Stores the given instant into a time stamp buffer using the default time zone for the offset.static void
DateTimeUtils. toEpochTime(Date date, TimeZone tz, TimestampSettable buffer)
Stores the given instant into a time stamp buffer using the specified time zone for the offset.
-