@InterfaceAudience.Private
public interface Scheduler
| Modifier and Type | Method and Description | 
|---|---|
| void | schedule(Callable<?> callable,
        long delay,
        long interval,
        TimeUnit unit) | 
| void | schedule(Runnable runnable,
        long delay,
        long interval,
        TimeUnit unit) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.