public class ScheduledExecutorCompletionService<V> extends ExecutorCompletionService<V>
Constructor and Description |
---|
ScheduledExecutorCompletionService(ScheduledExecutorService scheduledExecutor,
BlockingQueue<Future<V>> queue) |
Modifier and Type | Method and Description |
---|---|
Future<V> |
schedule(Callable<V> task,
long delay,
TimeUnit unit) |
public ScheduledExecutorCompletionService(ScheduledExecutorService scheduledExecutor, BlockingQueue<Future<V>> queue)
Copyright © 2022 Apache Software Foundation. All rights reserved.