Packages

case class ProcessingTimeTrigger(intervalMs: Long) extends Trigger with Product with Serializable

A Trigger that runs a query periodically based on the processing time. If interval is 0, the query will run as fast as possible.

Linear Supertypes
Serializable, Product, Equals, Trigger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProcessingTimeTrigger
  2. Serializable
  3. Product
  4. Equals
  5. Trigger
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProcessingTimeTrigger(intervalMs: Long)

Value Members

  1. val intervalMs: Long
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product