Searched defs:scheduleAtFixedRate (Results 1 – 3 of 3) sorted by relevance
154 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, in scheduleAtFixedRate() method in HibernationStateDiskStoreTest.MockScheduledExecutorService
97 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, in scheduleAtFixedRate() method in MockScheduledExecutorService
201 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, in scheduleAtFixedRate() method in TestExecutorService