Class NullScheduledExecutorService

java.lang.Object
com.illumon.iris.db.v2.locations.util.NullScheduledExecutorService
All Implemented Interfaces:
Executor, ExecutorService, ScheduledExecutorService

public class NullScheduledExecutorService extends Object implements ScheduledExecutorService
This is a dummy ScheduledExecutorService that we use in TableDataRefreshService when we don't actually want to execute any background refresh tasks. It only implements the methods needed for that use case, and is intended for unit tests.