public class DelayedDirectExecutor extends AbstractExecutorService
| Constructor and Description |
|---|
DelayedDirectExecutor(org.neo4j.kernel.logging.Logging logging) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long timeout,
TimeUnit unit) |
void |
drain() |
void |
execute(Runnable command) |
boolean |
isShutdown() |
boolean |
isTerminated() |
void |
shutdown() |
List<Runnable> |
shutdownNow() |
public DelayedDirectExecutor(org.neo4j.kernel.logging.Logging logging)
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public boolean awaitTermination(long timeout,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionpublic void execute(Runnable command)
public void drain()
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.