Uses of Class
com.pervasive.datarush.commons.util.Timeout
Packages that use Timeout
Package
Description
Provides common utilities
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
-
Uses of Timeout in com.pervasive.datarush.commons.util
Fields in com.pervasive.datarush.commons.util declared as TimeoutModifier and TypeFieldDescriptionstatic final TimeoutTimeout.IMMEDIATESpecifies a timeout which is always expired; that is, no period of time at all.static final TimeoutTimeout.NEVERSpecifies a timeout which never expires; that is, an infinite period of time.Methods in com.pervasive.datarush.commons.util that return TimeoutModifier and TypeMethodDescriptionstatic TimeoutTimeout.millis(long duration) Creates a timeout expiring in the specified number of milliseconds from now.Timeout.reset()Resets the timeout to the full duration with which it was created.static TimeoutTimeout.seconds(long duration) Creates a timeout expiring in the specified number of seconds from now.static TimeoutCreates a timeout expiring in the specified duration from now. -
Uses of Timeout in com.pervasive.datarush.ports.physical
Methods in com.pervasive.datarush.ports.physical with parameters of type TimeoutModifier and TypeMethodDescriptionlongAdvances the cursor position as many tokens as possible up to the specified number of tokens, within a given amount of time.longAdvances the cursor position of this input by one token, if it can be be done in a given amount of time.