-
public class GcJob extends Job
-
-
Constructor Summary
Constructors Constructor Description GcJob(GarbageCollector gc, Function0<Unit> unitOfWork)
-
Method Summary
Modifier and Type Method Description StringgetGroup()final Unitcancel()Cancels job so that it never will be executed again. -
Methods inherited from class jetbrains.exodus.gc.GcJob
equals, getExecutingThread, getName, getProcessor, getStartedAt, isEqualTo, queue, queue, registerJobFinishedHandler, registerJobStartingHandler, run, setProcessor, toString, wasQueued -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-