Package com.google.gerrit.server.git
Class DefaultQueueOp
- java.lang.Object
-
- com.google.gerrit.server.git.DefaultQueueOp
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DefaultQueueOp(WorkQueue wq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduledFuture<?>
start(long delay, TimeUnit unit)
ScheduledFuture<?>
startWithFixedDelay(long initialDelay, long delay, TimeUnit unit)
-
-
-
Constructor Detail
-
DefaultQueueOp
protected DefaultQueueOp(WorkQueue wq)
-
-
Method Detail
-
start
public ScheduledFuture<?> start(long delay, TimeUnit unit)
-
startWithFixedDelay
public ScheduledFuture<?> startWithFixedDelay(long initialDelay, long delay, TimeUnit unit)
-
-