protected static interface SubExecutorService.Task<V> extends Runnable, Callable<V>, Future<V>
Modifier and Type | Method and Description |
---|---|
void |
acquireExecution() |
Future<V> |
getFuture() |
void |
releaseExecution() |
void |
setFuture(Future<V> future) |
Copyright © 2009–2020 OrientDB. All rights reserved.