| Constructor and Description |
|---|
ExecutorLifecycleAdapter(org.neo4j.function.Factory<ExecutorService> executorServiceFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Runnable command) |
void |
init() |
void |
shutdown() |
void |
start() |
void |
stop() |
public ExecutorLifecycleAdapter(org.neo4j.function.Factory<ExecutorService> executorServiceFactory)
public void init()
throws Throwable
init in interface org.neo4j.kernel.lifecycle.LifecycleThrowablepublic void start()
throws Throwable
start in interface org.neo4j.kernel.lifecycle.LifecycleThrowablepublic void stop()
throws Throwable
stop in interface org.neo4j.kernel.lifecycle.LifecycleThrowablepublic void shutdown()
throws Throwable
shutdown in interface org.neo4j.kernel.lifecycle.LifecycleThrowableCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.