-
public final class JobContextIn memory store that can be used to store objects in a given HeapAnalysisJob instance. This is a simple MutableMap of String to Any, but with unsafe generics access.
By convention, starter should be the class that triggered the start of the job.
-
-
Constructor Summary
Constructors Constructor Description JobContext(KClass<?> starter)JobContext(Class<?> starter)
-
Method Summary
-
-
Method Detail
-
getStarter
final Class<?> getStarter()
-
minusAssign
final Unit minusAssign(String key)
-
-
-
-