
protected static interface SubScheduledExecutorService.ScheduledTask<V> extends SubExecutorService.Task<V>, ScheduledFuture<V>
| Modifier and Type | Method and Description |
|---|---|
ScheduledFuture<V> |
getFuture() |
boolean |
isPeriodic() |
void |
setFuture(ScheduledFuture<V> future) |
acquireExecution, releaseExecution, setFuturecompareToScheduledFuture<V> getFuture()
getFuture in interface SubExecutorService.Task<V>void setFuture(ScheduledFuture<V> future)
boolean isPeriodic()
Copyright © 2009–2025 OrientDB. All rights reserved.