com.google.common.util.concurrent
Class AbstractScheduledService.CustomScheduler.Schedule
java.lang.Object
com.google.common.util.concurrent.AbstractScheduledService.CustomScheduler.Schedule
- Enclosing class:
- AbstractScheduledService.CustomScheduler
@Beta
protected static final class AbstractScheduledService.CustomScheduler.Schedule
- extends Object
A value object that represents an absolute delay until a task should be invoked.
- Since:
- 11.0
- Author:
- Luke Sandberg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractScheduledService.CustomScheduler.Schedule
public AbstractScheduledService.CustomScheduler.Schedule(long delay,
TimeUnit unit)
- Parameters:
delay
- the time from now to delay executionunit
- the time unit of the delay parameter
Copyright © 2010-2012. All Rights Reserved.