org.apache.spark.sql.streaming.util
ManualClock used for streaming tests that allows checking whether the stream is waiting on the clock at expected times.
Is the streaming thread waiting for the clock to advance when it is at the given time
Is the streaming thread waiting for clock to advance to the given time
ManualClock used for streaming tests that allows checking whether the stream is waiting on the clock at expected times.