Interface JobScheduler.JobThreadContext

All Superinterfaces:
AutoCloseable, Context, SafeCloseable
All Known Implementing Classes:
RegionedPushdownHelper.RegionThreadContext
Enclosing interface:
JobScheduler

public static interface JobScheduler.JobThreadContext extends Context
A default context for the scheduled job actions. Override this to provide reusable resources for the serial and parallel iterate actions.
  • Method Summary

    Methods inherited from interface io.deephaven.engine.table.Context

    close