All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javadoc.com.google.common.util.concurrent.AbstractScheduledService.CustomScheduler.Schedule.html Maven / Gradle / Ivy








AbstractScheduledService.CustomScheduler.Schedule (Guava: Google Core Libraries for Java 11.0.1 API)














com.google.common.util.concurrent
Class AbstractScheduledService.CustomScheduler.Schedule

java.lang.Object
  extended by 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

Constructor Summary
AbstractScheduledService.CustomScheduler.Schedule(long delay, TimeUnit unit)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractScheduledService.CustomScheduler.Schedule

public AbstractScheduledService.CustomScheduler.Schedule(long delay,
                                                         TimeUnit unit)
Parameters:
delay - the time from now to delay execution
unit - the time unit of the delay parameter


Copyright © 2010-2012. All Rights Reserved.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy