Uses of Interface
com.pervasive.datarush.tokens.scalar.TimestampSettable
Packages that use TimestampSettable
Package
Description
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
Provides implementations of sequences of scalar token values.
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.physicalModifier and TypeInterfaceDescriptioninterfaceA 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 TimestampSettableModifier and TypeMethodDescriptionMutableTimestampTokenSequence.getTokenSetter(int index) SparseTimestampTokenList.getTokenSetter(int index) TimestampTokenList.getTokenSetter(int index) -
Uses of TimestampSettable in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement TimestampSettableMethods in com.pervasive.datarush.tokens.scalar with parameters of type TimestampSettableModifier and TypeMethodDescriptionstatic 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, ZoneId zoneId, 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, ZoneId zoneId, 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, ZoneId zoneId, TimestampSettable buffer) Stores the given instant into a time stamp buffer using the specified time zone for the offset.