Package 

Class JobContext


  • 
    public final class JobContext
    
                        

    In 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.