public final class EmptyContext extends BaseTimerDrivenModuleContext<Void>
TimerDrivenModuleContext that is empty, i.e. holds no information about the module's position in the graph.ASAP| Constructor and Description |
|---|
EmptyContext()
Construct an empty context requesting that the module be called again ASAP.
|
EmptyContext(long earliestNextCall)
Construct an empty context requesting that the module be called again earliest at a specified point in time.
|
| Modifier and Type | Method and Description |
|---|---|
Void |
find(org.neo4j.graphdb.GraphDatabaseService database)
Find the position in the database.
|
earliestNextCall, equals, hashCodepublic EmptyContext()
public EmptyContext(long earliestNextCall)
earliestNextCall - time in ms since 1/1/1970 when the module should be called again at the earliest.public Void find(org.neo4j.graphdb.GraphDatabaseService database) throws org.neo4j.graphdb.NotFoundException
database - The GraphDatabaseService in which to find the position.org.neo4j.graphdb.NotFoundExceptionCopyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.