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 interfaceTimestampOutputFieldA 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 TimestampSettableMutableTimestampTokenSequence. getTokenSetter(int index)TimestampSettableSparseTimestampTokenList. getTokenSetter(int index)TimestampSettableTimestampTokenList. 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 classTimestampRegisterA mutableTimestampValuedobject.Methods in com.pervasive.datarush.tokens.scalar with parameters of type TimestampSettable Modifier and Type Method Description static voidDateTimeUtils. parseInto(String text, TimestampSettable buffer)Parses a timestamp in ISO8601 format, storing the result into a timestamp valued container..static voidDateTimeUtils. toEpochTime(long millis, TimestampSettable buffer)Stores the given instant into a time stamp buffer using the default time zone for the offset.static voidDateTimeUtils. 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 voidDateTimeUtils. toEpochTime(Timestamp timestamp, TimestampSettable buffer)Stores the given instant into a time stamp buffer using the default time zone for the offset.static voidDateTimeUtils. 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 voidDateTimeUtils. toEpochTime(Date date, TimestampSettable buffer)Stores the given instant into a time stamp buffer using the default time zone for the offset.static voidDateTimeUtils. toEpochTime(Date date, TimeZone tz, TimestampSettable buffer)Stores the given instant into a time stamp buffer using the specified time zone for the offset.
-