Package org.neo4j.gds.termination
Class TerminationFlagImpl
java.lang.Object
org.neo4j.gds.termination.TerminationFlagImpl
- All Implemented Interfaces:
TerminationFlag
-
Field Summary
Fields inherited from interface org.neo4j.gds.termination.TerminationFlag
DEFAULT, RUN_CHECK_NODE_COUNT, RUNNING_TRUE, STOP_RUNNING -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.neo4j.gds.termination.TerminationFlag
assertRunning
-
Method Details
-
running
public boolean running()- Specified by:
runningin interfaceTerminationFlag
-
terminate
public void terminate()- Specified by:
terminatein interfaceTerminationFlag
-