public class ExpiredJobReaper extends InterruptingScheduledService
| Modifier and Type | Class and Description |
|---|---|
static class |
ExpiredJobReaper.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExpiredJobReaper.Builder |
newBuilder() |
void |
runOneIteration() |
protected ScheduledFuture<?> |
schedule(Runnable runnable,
ScheduledExecutorService executorService) |
beforeIteration, shutDown, startUppublic void runOneIteration()
runOneIteration in class InterruptingScheduledServiceprotected ScheduledFuture<?> schedule(Runnable runnable, ScheduledExecutorService executorService)
schedule in class InterruptingScheduledServicepublic static ExpiredJobReaper.Builder newBuilder()
Copyright © 2017. All rights reserved.