Uses of Interface
com.pervasive.datarush.tokens.scalar.TimeSettable
-
Packages that use TimeSettable 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 TimeSettable in com.pervasive.datarush.ports.physical
Subinterfaces of TimeSettable in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
TimeOutputField
A time valued field of a record output port. -
Uses of TimeSettable in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar that return TimeSettable Modifier and Type Method Description TimeSettable
MutableTimeTokenSequence. getTokenSetter(int index)
TimeSettable
SparseTimeTokenList. getTokenSetter(int index)
TimeSettable
TimeTokenList. getTokenSetter(int index)
-
Uses of TimeSettable in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement TimeSettable Modifier and Type Class Description class
TimeRegister
A mutableTimeValued
object.Methods in com.pervasive.datarush.tokens.scalar with parameters of type TimeSettable Modifier and Type Method Description static void
DateTimeUtils. parseInto(String text, TimeSettable buffer)
Parses a time of day in ISO8601 time format, storing the result into a time valued container.
-