Package io.deephaven.io.sched
-
Interface Summary Interface Description Scheduler This class provides a singleton wrapper for scheduling invocations of multiple Job instances from a single thread. -
Class Summary Class Description Job This is the base class for jobs that can be invoked by the scheduler.Scheduler.ExecutorAdaptor Scheduler.Null TimedJob This is the base class for jobs which are only interested in timing events.YASchedulerImpl Yet Another implementation of the Scheduler interface -- the best one yet.