public static interface BarrierAlignmentUtil.DelayableTimer
Modifier and Type | Method and Description |
---|---|
BarrierAlignmentUtil.Cancellable |
registerTask(Callable<?> callable,
Duration delay)
Register a task to be executed some time later.
|
BarrierAlignmentUtil.Cancellable registerTask(Callable<?> callable, Duration delay)
callable
- the task to submitdelay
- how long after the delay to execute the taskCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.