public class TimerService extends Object
| Constructor and Description |
|---|
TimerService() |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledFuture<?> |
scheduleWithFixedDelay(Runnable command,
long initialDelay,
long delay,
TimeUnit unit) |
public static ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit)
Copyright © 2018 Alibaba Group. All rights reserved.