|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.common.util.concurrent.AbstractScheduledService.CustomScheduler.Schedule
@Beta protected static final class AbstractScheduledService.CustomScheduler.Schedule
A value object that represents an absolute delay until a task should be invoked.
Constructor Summary | |
---|---|
AbstractScheduledService.CustomScheduler.Schedule(long delay,
java.util.concurrent.TimeUnit unit)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractScheduledService.CustomScheduler.Schedule(long delay, java.util.concurrent.TimeUnit unit)
delay
- the time from now to delay executionunit
- the time unit of the delay parameter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |